[globus-gsi-cert-utils] Replace ppc64 with power64 macro for arch detection, enables ppc64le

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


commit 73ca9d5470afba4ec93ba8f80386f1ace27d7c30
Author: Brent Baude <baude at us.ibm.com>
Date:   Mon May 19 14:23:33 2014 -0500

    Replace ppc64 with power64 macro for arch detection, enables ppc64le

 globus-gsi-cert-utils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/globus-gsi-cert-utils.spec b/globus-gsi-cert-utils.spec
index 84eb176..ee00f63 100644
--- a/globus-gsi-cert-utils.spec
+++ b/globus-gsi-cert-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-gsi-cert-utils
 %global _name %(tr - _ <<< %{name})
 Version:	8.6
-Release:	2%{?dist}
+Release:	3%{?dist}
 Summary:	Globus Toolkit - Globus GSI Cert Utils Library
 
 Group:		System Environment/Libraries
@@ -194,6 +194,9 @@ rm -rf %{buildroot}
 %dir %{_pkgdocdir}/html
 
 %changelog
+* Mon May 19 2014 Brent Baude <baude at us.ibm.com> - 8.6-3
+- Replace ppc64 with power64 macro for arch detection, enables ppc64le
+
 * Thu Dec 05 2013 Mattias Ellert <mattias.ellert at fysast.uu.se> - 8.6-2
 - Remove directory man page
 


More information about the scm-commits mailing list