- 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)
This commit is contained in:
Brian C. Lane 2015-02-06 18:00:22 -08:00
parent e13fb272da
commit c88a1499e0
3 changed files with 14 additions and 5 deletions

1
.gitignore vendored
View File

@ -48,3 +48,4 @@
/lorax-22.1.tar.gz
/lorax-22.2.tar.gz
/lorax-22.3.tar.gz
/lorax-22.4.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 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)

View File

@ -1 +1 @@
8cc5883deb4e233828922e7f6810d2c8 lorax-22.3.tar.gz
879edcfcb2e40af3e307e5778e7018e2 lorax-22.4.tar.gz