- 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:
parent
e13fb272da
commit
c88a1499e0
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@
|
|||||||
/lorax-22.1.tar.gz
|
/lorax-22.1.tar.gz
|
||||||
/lorax-22.2.tar.gz
|
/lorax-22.2.tar.gz
|
||||||
/lorax-22.3.tar.gz
|
/lorax-22.3.tar.gz
|
||||||
|
/lorax-22.4.tar.gz
|
||||||
|
16
lorax.spec
16
lorax.spec
@ -1,14 +1,14 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 22.3
|
Version: 22.4
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://git.fedorahosted.org/git/?p=lorax.git
|
URL: https://github.com/rhinstaller/lorax
|
||||||
Source0: https://fedorahosted.org/releases/l/o/%{name}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/rhinstaller/%{name}/archive/%{name}-${version}-%{release}.tar.gz
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
|
||||||
@ -86,7 +86,8 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc COPYING AUTHORS README.livemedia-creator README.product
|
%license COPYING
|
||||||
|
%doc AUTHORS README.livemedia-creator README.product
|
||||||
%doc docs/*ks
|
%doc docs/*ks
|
||||||
%{python_sitelib}/pylorax
|
%{python_sitelib}/pylorax
|
||||||
%{python_sitelib}/*.egg-info
|
%{python_sitelib}/*.egg-info
|
||||||
@ -101,6 +102,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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: Add documentation on using mock and livemedia-creator (bcl@redhat.com)
|
||||||
- livemedia-creator: Bump default releasever to 22 (bcl@redhat.com)
|
- livemedia-creator: Bump default releasever to 22 (bcl@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user