diff --git a/.gitignore b/.gitignore index 259f660..1f1bc05 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ /lorax-21.1.tar.gz /lorax-21.2.tar.gz /lorax-21.3.tar.gz +/lorax-21.4.tar.gz diff --git a/lorax.spec b/lorax.spec index 0531ad8..68dac64 100644 --- a/lorax.spec +++ b/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 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 21.3-1 - Install aajohan-comfortaa-fonts (#1047430) (bcl@redhat.com) - Include mesa-dri-drivers (#1053940) (bcl@redhat.com) diff --git a/sources b/sources index abfa84f..f83d103 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3c3ab690bf66c35419b1a22c9153f664 lorax-21.3.tar.gz +7f8b8438c5c2f077cc1180bca080b481 lorax-21.4.tar.gz