diff --git a/lorax.spec b/lorax.spec index 9b71b39c..114b2759 100644 --- a/lorax.spec +++ b/lorax.spec @@ -3,7 +3,7 @@ %define debug_package %{nil} Name: lorax -Version: 24.19 +Version: 24.20 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -148,6 +148,10 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %changelog +* Fri Jul 08 2016 Brian C. Lane 24.20-1 +- livemedia-creator: Fix off by 1024 error (#1353140) (bcl@redhat.com) +- livemedia-creator: Create runtime using kickstart partition size (#1353140) (bcl@redhat.com) + * Thu Jun 02 2016 Brian C. Lane 24.19-1 - livemedia-creator: Always copy novirt logs before cleanup (bcl@redhat.com) - Update lmc UEFI support to use the edk2-ovmf package (bcl@redhat.com) diff --git a/rel-eng/packages/lorax b/rel-eng/packages/lorax index 12615df5..1b0fa5da 100644 --- a/rel-eng/packages/lorax +++ b/rel-eng/packages/lorax @@ -1 +1 @@ -24.19-1 ./ +24.20-1 ./