- livemedia-creator: virt-image needs ram in MiB not KiB (#1061773)
(bcl@redhat.com) - Don't remove libraries from bind-libs-lite (dshea@redhat.com) - Include all the example kickstarts (#1019728) (bcl@redhat.com) - Remove floppy and scsi_debug from initrd (#1060691) (bcl@redhat.com)
This commit is contained in:
parent
b0b96234f2
commit
9fa0a77065
1
.gitignore
vendored
1
.gitignore
vendored
@ -16,3 +16,4 @@
|
||||
/lorax-21.1.tar.gz
|
||||
/lorax-21.2.tar.gz
|
||||
/lorax-21.3.tar.gz
|
||||
/lorax-21.4.tar.gz
|
||||
|
12
lorax.spec
12
lorax.spec
@ -1,7 +1,7 @@
|
||||
%define debug_package %{nil}
|
||||
|
||||
Name: lorax
|
||||
Version: 21.3
|
||||
Version: 21.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool for creating the anaconda install images
|
||||
|
||||
@ -79,8 +79,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING AUTHORS README.livemedia-creator
|
||||
%doc docs/fedora-livemedia.ks
|
||||
%doc docs/fedora-livemedia-ec2.ks
|
||||
%doc docs/*ks
|
||||
%{python_sitelib}/pylorax
|
||||
%{python_sitelib}/*.egg-info
|
||||
%{_sbindir}/lorax
|
||||
@ -93,6 +92,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
%{_mandir}/man1/*.1*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 10 2014 Brian C. Lane <bcl@redhat.com> 21.4-1
|
||||
- livemedia-creator: virt-image needs ram in MiB not KiB (#1061773)
|
||||
(bcl@redhat.com)
|
||||
- Don't remove libraries from bind-libs-lite (dshea@redhat.com)
|
||||
- Include all the example kickstarts (#1019728) (bcl@redhat.com)
|
||||
- Remove floppy and scsi_debug from initrd (#1060691) (bcl@redhat.com)
|
||||
|
||||
* Tue Feb 04 2014 Brian C. Lane <bcl@redhat.com> 21.3-1
|
||||
- Install aajohan-comfortaa-fonts (#1047430) (bcl@redhat.com)
|
||||
- Include mesa-dri-drivers (#1053940) (bcl@redhat.com)
|
||||
|
Loading…
Reference in New Issue
Block a user