[globus-xio-pipe-driver] Replace arch def of ppc64 with power64 macro for ppc64le enablement

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


commit 3b3dd0cd2c0a1e5435b6ab4516d73ce8225f17c5
Author: Brent Baude <baude at us.ibm.com>
Date:   Tue May 20 16:32:53 2014 -0500

    Replace arch def of ppc64 with power64 macro for ppc64le enablement

 globus-xio-pipe-driver.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/globus-xio-pipe-driver.spec b/globus-xio-pipe-driver.spec
index fd9437e..78b99ab 100644
--- a/globus-xio-pipe-driver.spec
+++ b/globus-xio-pipe-driver.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-xio-pipe-driver
 %global _name %(tr - _ <<< %{name})
 Version:	2.2
-Release:	7%{?dist}
+Release:	8%{?dist}
 Summary:	Globus Toolkit - Globus Pipe Driver
 
 Group:		System Environment/Libraries
@@ -118,6 +118,9 @@ rm -rf %{buildroot}
 %files -f package-devel.filelist devel
 
 %changelog
+* Tue May 20 2014 Brent Baude <baude at us.ibm.com> - 2.2-8
+- Replace arch def of ppc64 with power64 macro for ppc64le enablement
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.2-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list