From: Mauro Carvalho Chehab Date: Tue, 21 May 2013 02:24:09 +0000 (-0300) Subject: Update it to point it to fedorapeople X-Git-Tag: v0.3.0~1 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=7ef2cbabc5294c1e7f08d8fde39e246f54f05116;p=users%2Fmchehab%2Frasdaemon.git Update it to point it to fedorapeople The tarball used to generate the src.rpm is the one produced by "make dist-bz2", with doesn't contain .gitignore files, while fedorahosted only generates an snapshot with them. That makes its hash to not match the one used at .src.rpm. Fix it by using the uploaded file. Signed-off-by: Mauro Carvalho Chehab --- diff --git a/misc/rasdaemon.spec.in b/misc/rasdaemon.spec.in index e9e581b..576aa24 100644 --- a/misc/rasdaemon.spec.in +++ b/misc/rasdaemon.spec.in @@ -5,7 +5,7 @@ Summary: Utility to receive RAS error tracings Group: Applications/System License: GPLv2 URL: https://git.fedorahosted.org/git/rasdaemon.git -Source0: https://git.fedorahosted.org/cgit/rasdaemon.git/snapshot/%{name}-%{version}.tar.bz2 +Source0: http://mchehab.fedorapeople.org/rasdaemon-0.3.0.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release} Requires: hwdata, dmidecode BuildRequires: autoconf, automake, gettext-devel libtool