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

Brent Baude baude at fedoraproject.org
Tue May 20 20:50:03 UTC 2014


commit eee3e07143b2a151b8e3eec6b42642b2b7cf88e5
Author: Brent Baude <baude at us.ibm.com>
Date:   Tue May 20 15:49:50 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

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


More information about the scm-commits mailing list