[lorax] - Revert "Require 32bit glibc on ppc64" (bcl at redhat.com) - livemedia-creator: Update ppc64 live to u

Brian C. Lane bcl at fedoraproject.org
Fri Aug 29 02:38:57 UTC 2014


commit 1d963dfc04930b683a20f1cadbaf1cb80520900b
Author: Brian C. Lane <bcl at redhat.com>
Date:   Thu Aug 28 19:38:46 2014 -0700

    - Revert "Require 32bit glibc on ppc64" (bcl at redhat.com)
    - livemedia-creator: Update ppc64 live to use grub2 (bcl at redhat.com)
    - livemedia-creator: Add ppc64 live creation support (#1102318)
      (bcl at redhat.com)
    - Include /sbin/ldconfig from glibc. (dlehman at redhat.com)

 .gitignore |    1 +
 lorax.spec |   17 ++++++++---------
 sources    |    2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 13c50d8..cfe1030 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@
 /lorax-21.18.tar.gz
 /lorax-21.19.tar.gz
 /lorax-21.20.tar.gz
+/lorax-21.21.tar.gz
diff --git a/lorax.spec b/lorax.spec
index 318f6d2..a457212 100644
--- a/lorax.spec
+++ b/lorax.spec
@@ -1,8 +1,8 @@
 %define debug_package %{nil}
 
 Name:           lorax
-Version:        21.20
-Release:        2%{?dist}
+Version:        21.21
+Release:        1%{?dist}
 Summary:        Tool for creating the anaconda install images
 
 Group:          Applications/System
@@ -56,11 +56,6 @@ Requires:       grub2
 Requires:       grub2-tools
 %endif
 
-%ifarch ppc64
-# ppc.tmpl uses 32bit addnote which needs the 32bit glibc on the host
-Requires:       glibc(ppc)
-%endif
-
 %ifarch s390 s390x
 Requires:       openssh
 %endif
@@ -106,8 +101,12 @@ make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
 %{_mandir}/man1/*.1*
 
 %changelog
-* Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 21.20-2
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
+* 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)
+- livemedia-creator: Add ppc64 live creation support (#1102318)
+  (bcl at redhat.com)
+- Include /sbin/ldconfig from glibc. (dlehman at redhat.com)
 
 * Fri Aug 15 2014 Brian C. Lane <bcl at redhat.com> 21.20-1
 - Require 32bit glibc on ppc64 (bcl at redhat.com)
diff --git a/sources b/sources
index c574cdb..d92785b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-00b7264f48e2dad7ce1537056c01e175  lorax-21.20.tar.gz
+0ffde0de6341114e15f275f193441028  lorax-21.21.tar.gz


More information about the scm-commits mailing list