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

Brent Baude baude at fedoraproject.org
Wed May 21 00:42:09 UTC 2014


commit d83a6f655f9bc468093105126b5bb85fb51e084f
Author: Brent Baude <baude at us.ibm.com>
Date:   Tue May 20 19:41:53 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

 globus-gram-client.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/globus-gram-client.spec b/globus-gram-client.spec
index 766d094..5616526 100644
--- a/globus-gram-client.spec
+++ b/globus-gram-client.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-gram-client
 %global _name %(tr - _ <<< %{name})
 Version:	12.4
-Release:	8%{?dist}
+Release:	9%{?dist}
 Summary:	Globus Toolkit - GRAM Client Library
 
 Group:		System Environment/Libraries
@@ -168,6 +168,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Tue May 20 2014 Brent Baude <baude at us.ibm.com> - 12.4-9
+- Replace arch def of ppc64 with power64 macro for ppc64le enablement
+
 * Sat Oct 26 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 12.4-8
 - Remove obsolete workaround for broken RHEL 5 epstopdf
 


More information about the scm-commits mailing list