diff --git a/.gitignore b/.gitignore index 930653b..52577b3 100644 --- a/.gitignore +++ b/.gitignore @@ -83,3 +83,4 @@ /lorax-25.2.tar.gz /lorax-25.3.tar.gz /lorax-25.4.tar.gz +/lorax-25.5.tar.gz diff --git a/lorax.spec b/lorax.spec index b05569a..2a02ae5 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 25.4 +Version: 25.5 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -147,6 +147,14 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %changelog +* Fri Apr 29 2016 Brian C. Lane 25.5-1 +- Add example kickstart for Atomic PXE live no-virt (bcl@redhat.com) +- Update ostree boot handling (bcl@redhat.com) +- pylorax: Add delete option to umount (bcl@redhat.com) +- Refactor PXE live creation code (bcl@redhat.com) +- Change --make-pxe-live --no-virt use a fsimage (bcl@redhat.com) +- Allow ostreesetup kickstart (bcl@redhat.com) + * Mon Apr 18 2016 Brian C. Lane 25.4-1 - livemedia-creator: Make sure make-iso kickstart includes dracut-live (bcl@redhat.com) diff --git a/sources b/sources index 3fc5ee8..dd83689 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c1a23c5331338aa244b430d14e6c2851 lorax-25.4.tar.gz +a91ef4ae08f0b35ac62682b03846be20 lorax-25.5.tar.gz