[globus-authz-callout-error] Replace arch def of ppc64 with power64 macro for ppc64le enablement

Brent Baude baude at fedoraproject.org
Tue May 20 20:27:10 UTC 2014


commit a8e20d30a722caef7803a6b9e33e02404351e858
Author: Brent Baude <baude at us.ibm.com>
Date:   Tue May 20 15:27:05 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

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


More information about the scm-commits mailing list