- add fedora-repos-anaconda to runtime environment (awilliam@redhat.com)

- Let the plymouth dracut module back into the ppc64 upgrade.img
  (dshea@redhat.com)
- Add more tools for rescue mode (#1109785) (bcl@redhat.com)
- Add ppc64le arch (#1136490) (bcl@redhat.com)
- allow setting additional dracut parameters for DVD s390x installs
  (dan@danny.cz)
This commit is contained in:
Brian C. Lane 2014-09-15 13:11:33 -07:00
parent 1d963dfc04
commit ad5fad5b88
3 changed files with 13 additions and 3 deletions

1
.gitignore vendored
View File

@ -34,3 +34,4 @@
/lorax-21.19.tar.gz
/lorax-21.20.tar.gz
/lorax-21.21.tar.gz
/lorax-21.22.tar.gz

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: lorax
Version: 21.21
Version: 21.22
Release: 1%{?dist}
Summary: Tool for creating the anaconda install images
@ -50,7 +50,7 @@ Requires: hfsplus-tools
Requires: syslinux >= 6.02-4
%endif
%ifarch ppc ppc64
%ifarch ppc ppc64 ppc64le
Requires: kernel-bootwrapper
Requires: grub2
Requires: grub2-tools
@ -101,6 +101,15 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
%{_mandir}/man1/*.1*
%changelog
* Mon Sep 15 2014 Brian C. Lane <bcl@redhat.com> 21.22-1
- add fedora-repos-anaconda to runtime environment (awilliam@redhat.com)
- Let the plymouth dracut module back into the ppc64 upgrade.img
(dshea@redhat.com)
- Add more tools for rescue mode (#1109785) (bcl@redhat.com)
- Add ppc64le arch (#1136490) (bcl@redhat.com)
- allow setting additional dracut parameters for DVD s390x installs
(dan@danny.cz)
* Thu Aug 28 2014 Brian C. Lane <bcl@redhat.com> 21.21-1
- Revert "Require 32bit glibc on ppc64" (bcl@redhat.com)
- livemedia-creator: Update ppc64 live to use grub2 (bcl@redhat.com)

View File

@ -1 +1 @@
0ffde0de6341114e15f275f193441028 lorax-21.21.tar.gz
3d65b450ac8e6d8976fc094fa888dc4d lorax-21.22.tar.gz