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

Brent Baude baude at fedoraproject.org
Tue May 20 12:42:31 UTC 2014


commit e74b9d0e899878055ed516674db6832ea1d534ca
Author: Brent Baude <baude at us.ibm.com>
Date:   Tue May 20 07:42:28 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

 globus-xio.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/globus-xio.spec b/globus-xio.spec
index 849f305..0ee5727 100644
--- a/globus-xio.spec
+++ b/globus-xio.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
 %global _name %(tr - _ <<< %{name})
 Version:	3.6
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Globus Toolkit - Globus XIO Framework
 
 Group:		System Environment/Libraries
@@ -164,6 +164,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Tue May 20 2014 Brent Baude <baude at us.ibm.com> - 3.6-3
+- Replace arch def of ppc64 with power64 macro for ppc64le enablement
+
 * Thu Dec 05 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 3.6-2
 - Remove directory man pages
 


More information about the scm-commits mailing list