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

Brent Baude baude at fedoraproject.org
Tue May 20 21:33:20 UTC 2014


commit 506247e4d3e2c0886504de663099f72f83d52274
Author: Brent Baude <baude at us.ibm.com>
Date:   Tue May 20 16:33:14 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

 globus-proxy-utils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/globus-proxy-utils.spec b/globus-proxy-utils.spec
index a3c6d3a..a5cfee6 100644
--- a/globus-proxy-utils.spec
+++ b/globus-proxy-utils.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-proxy-utils
 %global _name %(tr - _ <<< %{name})
 Version:	5.2
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Globus Toolkit - Globus GSI Proxy Utility Programs
 
 Group:		Applications/Internet
@@ -98,6 +98,9 @@ rm -rf %{buildroot}
 %doc %{_pkgdocdir}/README
 
 %changelog
+* Tue May 20 2014 Brent Baude <baude at us.ibm.com> - 5.2-2
+- Replace arch def of ppc64 with power64 macro for ppc64le enablement
+
 * Thu Nov 07 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 5.2-1
 - Update to Globus Toolkit 5.2.5
 - Drop patch globus-proxy-utils-1024-bits.patch (fixed upstream)


More information about the scm-commits mailing list