- some of the PowerPC utilities (powerpc-utils and fbset) need perl too

(pbrobinson@gmail.com)
- Add a default vconsole.conf to the boot.iso (#1250260) (bcl@redhat.com)
- Return the output from failed commands in CalledProcessError (bcl@redhat.com)
- Add dracut-live for livemedia kickstart example (bcl@redhat.com)
This commit is contained in:
Brian C. Lane 2015-08-07 17:11:59 -07:00
parent 2a25279def
commit a55e13454b
3 changed files with 10 additions and 2 deletions

1
.gitignore vendored
View File

@ -65,3 +65,4 @@
/lorax-23.13.tar.gz
/lorax-23.14.tar.gz
/lorax-24.0.tar.gz
/lorax-24.1.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 24.0
Version: 24.1
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -134,6 +134,13 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%files lmc-novirt
%changelog
* Fri Aug 07 2015 Brian C. Lane <bcl@redhat.com> 24.1-1
- some of the PowerPC utilities (powerpc-utils and fbset) need perl too
(pbrobinson@gmail.com)
- Add a default vconsole.conf to the boot.iso (#1250260) (bcl@redhat.com)
- Return the output from failed commands in CalledProcessError (bcl@redhat.com)
- Add dracut-live for livemedia kickstart example (bcl@redhat.com)
* 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)

View File

@ -1 +1 @@
f78b2dd28da6cf9dde0f97500c919b71 lorax-24.0.tar.gz
1f01e9890269c0f3ed5561b86a585f13 lorax-24.1.tar.gz