diff --git a/.gitignore b/.gitignore index 79e78eb..d63f7d6 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ /lorax-22.1.tar.gz /lorax-22.2.tar.gz /lorax-22.3.tar.gz +/lorax-22.4.tar.gz diff --git a/lorax.spec b/lorax.spec index 46be38d..ee3dfc2 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,14 +1,14 @@ %define debug_package %{nil} Name: lorax -Version: 22.3 +Version: 22.4 Release: 1%{?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://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz +URL: https://github.com/rhinstaller/lorax +Source0: https://github.com/rhinstaller/%{name}/archive/%{name}-${version}-%{release}.tar.gz BuildRequires: python2-devel @@ -86,7 +86,8 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files %defattr(-,root,root,-) -%doc COPYING AUTHORS README.livemedia-creator README.product +%license COPYING +%doc AUTHORS README.livemedia-creator README.product %doc docs/*ks %{python_sitelib}/pylorax %{python_sitelib}/*.egg-info @@ -101,6 +102,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Fri Feb 06 2015 Brian C. Lane 22.4-1 +- livemedia-creator: Add --timeout option to cancel install after X minutes + (bcl@redhat.com) +- network: add support for bridge (#1075195) (rvykydal@redhat.com) +- Move url and source to github in specfile (bcl@redhat.com) +- Use %%license in lorax.spec (bcl@redhat.com) + * Fri Jan 23 2015 Brian C. Lane 22.3-1 - livemedia-creator: Add documentation on using mock and livemedia-creator (bcl@redhat.com) - livemedia-creator: Bump default releasever to 22 (bcl@redhat.com) diff --git a/sources b/sources index c5819c5..788cdd4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -8cc5883deb4e233828922e7f6810d2c8 lorax-22.3.tar.gz +879edcfcb2e40af3e307e5778e7018e2 lorax-22.4.tar.gz