- 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)
This commit is contained in:
Brian C. Lane 2015-07-30 14:53:53 -07:00
parent 8f97dab916
commit 2a25279def
3 changed files with 9 additions and 2 deletions

1
.gitignore vendored
View File

@ -64,3 +64,4 @@
/lorax-23.12.tar.gz
/lorax-23.13.tar.gz
/lorax-23.14.tar.gz
/lorax-24.0.tar.gz

View File

@ -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 <bcl@redhat.com> 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 <bcl@redhat.com> 23.14-1
- Add a new makefile target that does everything needed for jenkins.
(clumens@redhat.com)

View File

@ -1 +1 @@
34caac3f6ab699ffe2bbe92badec2e88 lorax-23.14.tar.gz
f78b2dd28da6cf9dde0f97500c919b71 lorax-24.0.tar.gz