diff --git a/lorax.spec b/lorax.spec index 7ead96b..cd00bb0 100644 --- a/lorax.spec +++ b/lorax.spec @@ -2,13 +2,13 @@ Name: lorax Version: 20.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Tool for creating the anaconda install images Group: Applications/System License: GPLv2+ URL: http://git.fedorahosted.org/git/?p=lorax.git -Source0: https://git.fedorahosted.org/cgit/lorax.git/snapshot/lorax-%{version}-%{release}.tar.gz +Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz BuildRequires: python2-devel @@ -90,6 +90,9 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Tue Sep 03 2013 Brian C. Lane 20.0-2 +- Revert change to Source0 pointing to cgit url. + * Tue Sep 03 2013 Brian C. Lane 20.0-1 - remove firewalld from installroot (#1002195) (bcl@redhat.com) - Make sure grubby is installed for initrd creation (#1001896) (bcl@redhat.com)