diff --git a/.gitignore b/.gitignore index aaf6dd3..6355e88 100644 --- a/.gitignore +++ b/.gitignore @@ -39,3 +39,4 @@ /lorax-21.24.tar.gz /lorax-21.25.tar.gz /lorax-21.26.tar.gz +/lorax-21.27.tar.gz diff --git a/lorax.spec b/lorax.spec index f0cc8f9..3f5aca9 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 21.26 +Version: 21.27 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -86,7 +86,7 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files %defattr(-,root,root,-) -%doc COPYING AUTHORS README.livemedia-creator +%doc COPYING AUTHORS README.livemedia-creator README.product %doc docs/*ks %{python_sitelib}/pylorax %{python_sitelib}/*.egg-info @@ -101,6 +101,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %{_mandir}/man1/*.1* %changelog +* Wed Nov 05 2014 Brian C. Lane 21.27-1 +- Remove the ppc magic file (bcl@redhat.com) +- Update templates to use installimg for product and updates (bcl@redhat.com) +- Add installimg command for use in the templates (bcl@redhat.com) +- Setup mdadm to turn off homehost (#1156614) (bcl@redhat.com) +- Don't include the stock lvm.conf. (#1157864) (dlehman@redhat.com) +- Write list of packages to /root/lorax-packages.log (bcl@redhat.com) + * Mon Oct 20 2014 Brian C. Lane 21.26-1 - Use all upper case for shim in live/efi.tmpl (bcl@redhat.com) - livemedia-creator: Add nfs support for no-virt mode (#1121255) diff --git a/sources b/sources index 2df273c..20e898c 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -16a481c59952d3c5ba8e05f0eaaef322 lorax-21.26.tar.gz +f8ad5ceebc8639c6934dd5a23b6c9d4b lorax-21.27.tar.gz