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

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


commit bd195c61e5676aea30f6b78788d10d5f1a22bde5
Author: Brent Baude <baude at us.ibm.com>
Date:   Tue May 20 16:54:28 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

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


More information about the scm-commits mailing list