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

Brent Baude baude at fedoraproject.org
Mon May 19 23:39:46 UTC 2014


commit 1a6172c38df8a98fb74f8b294f2d11e960fd417d
Author: Brent Baude <baude at us.ibm.com>
Date:   Mon May 19 18:39:40 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

 globus-gsi-proxy-core.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/globus-gsi-proxy-core.spec b/globus-gsi-proxy-core.spec
index 292249f..bee83e2 100644
--- a/globus-gsi-proxy-core.spec
+++ b/globus-gsi-proxy-core.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-proxy-core
 %global _name %(tr - _ <<< %{name})
 Version:	6.2
-Release:	9%{?dist}
+Release:	10%{?dist}
 Summary:	Globus Toolkit - Globus GSI Proxy Core Library
 
 Group:		System Environment/Libraries
@@ -176,6 +176,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Mon May 19 2014 Brent Baude <baude at us.ibm.com> - 6.2-10
+- Replace arch def of ppc64 with power64 macro for ppc64le enablement
+
 * Thu Dec 05 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 6.2-9
 - Remove directory man page
 


More information about the scm-commits mailing list