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

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


commit 7caa9c96be38cf912bf87298d90be56d03d99a63
Author: Brent Baude <baude at us.ibm.com>
Date:   Tue May 20 15:33:07 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

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


More information about the scm-commits mailing list