[lorax] - add fedora-repos-anaconda to runtime environment (awilliam at redhat.com) - Let the plymouth dracut m

Brian C. Lane bcl at fedoraproject.org
Mon Sep 15 20:11:52 UTC 2014


commit ad5fad5b886e3d16abb11a5b0b6920267fedb456
Author: Brian C. Lane <bcl at redhat.com>
Date:   Mon Sep 15 13:11:33 2014 -0700

    - add fedora-repos-anaconda to runtime environment (awilliam at redhat.com)
    - Let the plymouth dracut module back into the ppc64 upgrade.img
      (dshea at redhat.com)
    - Add more tools for rescue mode (#1109785) (bcl at redhat.com)
    - Add ppc64le arch (#1136490) (bcl at redhat.com)
    - allow setting additional dracut parameters for DVD s390x installs
      (dan at danny.cz)

 .gitignore |    1 +
 lorax.spec |   13 +++++++++++--
 sources    |    2 +-
 3 files changed, 13 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cfe1030..cb0f50f 100644
--- a/.gitignore
+++ b/.gitignore
@@ -34,3 +34,4 @@
 /lorax-21.19.tar.gz
 /lorax-21.20.tar.gz
 /lorax-21.21.tar.gz
+/lorax-21.22.tar.gz
diff --git a/lorax.spec b/lorax.spec
index a457212..6137108 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -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 at redhat.com> 21.22-1
+- add fedora-repos-anaconda to runtime environment (awilliam at redhat.com)
+- Let the plymouth dracut module back into the ppc64 upgrade.img
+  (dshea at redhat.com)
+- Add more tools for rescue mode (#1109785) (bcl at redhat.com)
+- Add ppc64le arch (#1136490) (bcl at redhat.com)
+- allow setting additional dracut parameters for DVD s390x installs
+  (dan at danny.cz)
+
 * Thu Aug 28 2014 Brian C. Lane <bcl at redhat.com> 21.21-1
 - Revert "Require 32bit glibc on ppc64" (bcl at redhat.com)
 - livemedia-creator: Update ppc64 live to use grub2 (bcl at redhat.com)
diff --git a/sources b/sources
index d92785b..f12750f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0ffde0de6341114e15f275f193441028  lorax-21.21.tar.gz
+3d65b450ac8e6d8976fc094fa888dc4d  lorax-21.22.tar.gz


More information about the scm-commits mailing list