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

Brent Baude baude at fedoraproject.org
Tue May 20 15:23:11 UTC 2014


commit 8df8b3a4a509dd70e04e4606d47ef6b0ba0bd47a
Author: Brent Baude <baude at us.ibm.com>
Date:   Tue May 20 10:23:05 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

 globus-xio-gsi-driver.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/globus-xio-gsi-driver.spec b/globus-xio-gsi-driver.spec
index 46eea29..b76b319 100644
--- a/globus-xio-gsi-driver.spec
+++ b/globus-xio-gsi-driver.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-xio-gsi-driver
 %global _name %(tr - _ <<< %{name})
 Version:	2.4
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Globus Toolkit - Globus XIO GSI Driver
 
 Group:		System Environment/Libraries
@@ -173,6 +173,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Tue May 20 2014 Brent Baude <baude at us.ibm.com> - 2.4-2
+- Replace arch def of ppc64 with power64 macro for ppc64le enablement
+
 * Thu Nov 07 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 2.4-1
 - Update to Globus Toolkit 5.2.5
 - Remove obsolete workaround for broken RHEL 5 epstopdf


More information about the scm-commits mailing list