- 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:
parent
1d963dfc04
commit
ad5fad5b88
1
.gitignore
vendored
1
.gitignore
vendored
@ -34,3 +34,4 @@
|
|||||||
/lorax-21.19.tar.gz
|
/lorax-21.19.tar.gz
|
||||||
/lorax-21.20.tar.gz
|
/lorax-21.20.tar.gz
|
||||||
/lorax-21.21.tar.gz
|
/lorax-21.21.tar.gz
|
||||||
|
/lorax-21.22.tar.gz
|
||||||
|
13
lorax.spec
13
lorax.spec
@ -1,7 +1,7 @@
|
|||||||
%define debug_package %{nil}
|
%define debug_package %{nil}
|
||||||
|
|
||||||
Name: lorax
|
Name: lorax
|
||||||
Version: 21.21
|
Version: 21.22
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Tool for creating the anaconda install images
|
Summary: Tool for creating the anaconda install images
|
||||||
|
|
||||||
@ -50,7 +50,7 @@ Requires: hfsplus-tools
|
|||||||
Requires: syslinux >= 6.02-4
|
Requires: syslinux >= 6.02-4
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch ppc ppc64
|
%ifarch ppc ppc64 ppc64le
|
||||||
Requires: kernel-bootwrapper
|
Requires: kernel-bootwrapper
|
||||||
Requires: grub2
|
Requires: grub2
|
||||||
Requires: grub2-tools
|
Requires: grub2-tools
|
||||||
@ -101,6 +101,15 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
|||||||
%{_mandir}/man1/*.1*
|
%{_mandir}/man1/*.1*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 28 2014 Brian C. Lane <bcl@redhat.com> 21.21-1
|
||||||
- Revert "Require 32bit glibc on ppc64" (bcl@redhat.com)
|
- Revert "Require 32bit glibc on ppc64" (bcl@redhat.com)
|
||||||
- livemedia-creator: Update ppc64 live to use grub2 (bcl@redhat.com)
|
- livemedia-creator: Update ppc64 live to use grub2 (bcl@redhat.com)
|
||||||
|
Loading…
Reference in New Issue
Block a user