diff --git a/.gitignore b/.gitignore index 6d44af9..43cbb2c 100644 --- a/.gitignore +++ b/.gitignore @@ -18,3 +18,4 @@ /lorax-21.3.tar.gz /lorax-21.4.tar.gz /lorax-21.5.tar.gz +/lorax-21.6.tar.gz diff --git a/lorax.spec b/lorax.spec index eb6b6a3..1adfd63 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 21.5 +Version: 21.6 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -92,6 +92,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Wed Mar 26 2014 Brian C. Lane 21.6-1 +- Install bzip2 for liveimg tar.bz2 support (bcl@redhat.com) +- Remove obsolete firstaidkit packages (#1076237) (bcl@redhat.com) +- livemedia-creator: Add option to create qcow2 disk images (bcl@redhat.com) +- Add support for creating qcow2 images (bcl@redhat.com) +- utf-8 encode yum actions before displaying them (#1072362) (bcl@redhat.com) + * Fri Feb 28 2014 Brian C. Lane 21.5-1 - Use string for releasever not int (#1067746) (bcl@redhat.com) - createrepo is needed by driver disks (#1016004) (bcl@redhat.com) diff --git a/sources b/sources index 95a3c39..ce83662 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -2ae33d77bb9967b0548291a9e7eb1159 lorax-21.5.tar.gz +876be42640cc138bd84e5f08b534c7e1 lorax-21.6.tar.gz