diff --git a/.gitignore b/.gitignore index 527ce80..55c726f 100644 --- a/.gitignore +++ b/.gitignore @@ -64,3 +64,4 @@ /lorax-23.12.tar.gz /lorax-23.13.tar.gz /lorax-23.14.tar.gz +/lorax-24.0.tar.gz diff --git a/lorax.spec b/lorax.spec index 66e9eb8..7f95638 100644 --- a/lorax.spec +++ b/lorax.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: lorax -Version: 23.14 +Version: 24.0 Release: 1%{?dist} Summary: Tool for creating the anaconda install images @@ -134,6 +134,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install %files lmc-novirt %changelog +* Thu Jul 30 2015 Brian C. Lane 24.0-1 +- Bump version to 24.0 (bcl@redhat.com) +- Use execReadlines in livemedia-creator (bcl@redhat.com) +- Add execReadlines to executils. (bcl@redhat.com) +- Add reset_lang argument to everything in executils. (bcl@redhat.com) + * Tue Jul 21 2015 Brian C. Lane 23.14-1 - Add a new makefile target that does everything needed for jenkins. (clumens@redhat.com) diff --git a/sources b/sources index 40ae4f1..79f9b60 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -34caac3f6ab699ffe2bbe92badec2e88 lorax-23.14.tar.gz +f78b2dd28da6cf9dde0f97500c919b71 lorax-24.0.tar.gz