- 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:
Brian C. Lane 2014-02-10 10:47:22 -08:00
parent b0b96234f2
commit 9fa0a77065
3 changed files with 11 additions and 4 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@
/lorax-21.1.tar.gz
/lorax-21.2.tar.gz
/lorax-21.3.tar.gz
/lorax-21.4.tar.gz

View File

@ -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)

View File

@ -1 +1 @@
3c3ab690bf66c35419b1a22c9153f664 lorax-21.3.tar.gz
7f8b8438c5c2f077cc1180bca080b481 lorax-21.4.tar.gz