[grub2/f17] Fix ieee1275 platform define for ppc

Peter Jones pjones at fedoraproject.org
Thu Mar 29 17:56:43 UTC 2012


commit 81e64b574241c2bcbf019ceafbd59954d47da251
Author: David W. Aquilina <dwa at redhat.com>
Date:   Thu Mar 29 13:55:01 2012 -0400

    Fix ieee1275 platform define for ppc

 grub2.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/grub2.spec b/grub2.spec
index d11aac4..1ba7840 100644
--- a/grub2.spec
+++ b/grub2.spec
@@ -22,7 +22,7 @@
 Name:           grub2
 Epoch:          1
 Version:        2.0
-Release:        0.21%{?dist}
+Release:        0.22%{?dist}
 Summary:        Bootloader with support for Linux, Multiboot and more
 
 Group:          System Environment/Base
@@ -141,7 +141,7 @@ cd grub-%{tarversion}
 ./autogen.sh
 # -static is needed so that autoconf script is able to link
 # test that looks for _start symbol on 64 bit platforms
-%ifarch %{sparc} ppc64
+%ifarch %{sparc} ppc ppc64
 %define platform ieee1275
 %else
 %define platform pc
@@ -384,6 +384,9 @@ fi
 %attr(0755,root,root)/%{_datarootdir}/grub/
 
 %changelog
+* Thu Mar 29 2012 David Aquilina <dwa at redhat.com> - 2.0-0.22
+- Fix ieee1275 platform define for ppc
+
 * Thu Mar 29 2012 Peter Jones <pjones at redhat.com> - 2.0-0.21
 - Remove ppc excludearch lines (dwa)
 - Update ppc terminfo patch (hamzy)


More information about the scm-commits mailing list