[globus-gsi-sysconfig] Replace arch def of ppc64 with power64 macro for ppc64le enablement

Brent Baude baude at fedoraproject.org
Mon May 19 20:59:04 UTC 2014


commit 616fa367ee699470659292c8f8cf3688e93bd19c
Author: Brent Baude <baude at us.ibm.com>
Date:   Mon May 19 15:57:47 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

 globus-gsi-sysconfig.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/globus-gsi-sysconfig.spec b/globus-gsi-sysconfig.spec
index a18b604..0124092 100644
--- a/globus-gsi-sysconfig.spec
+++ b/globus-gsi-sysconfig.spec
@@ -1,4 +1,4 @@
-%ifarch aarch64 alpha ia64 ppc64 s390x sparc64 x86_64
+%ifarch aarch64 alpha ia64 %{power64} s390x sparc64 x86_64
 %global flavor gcc64
 %else
 %global flavor gcc32
@@ -9,7 +9,7 @@
 Name:		globus-gsi-sysconfig
 %global _name %(tr - _ <<< %{name})
 Version:	5.3
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Globus Toolkit - Globus GSI System Config Library
 
 Group:		System Environment/Libraries
@@ -165,6 +165,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Mon May 19 2014 Brent Baude <baude at us.ibm.com> - 5.3-9
+- Replace arch def of ppc64 with power64 macro for ppc64le enablement
+
 * Thu Dec 05 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 5.3-8
 - Remove directory man page
 


More information about the scm-commits mailing list