[ibutils] Replacing ppc64 with the power64 macro (#1076681)

Jaromír Cápík jcapik at fedoraproject.org
Tue May 13 18:28:15 UTC 2014


commit b679b1e2bdfd7aa7d209317454334145d6aa5afd
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue May 13 20:27:55 2014 +0200

    Replacing ppc64 with the power64 macro (#1076681)

 ibutils.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/ibutils.spec b/ibutils.spec
index 86d4305..9019209 100644
--- a/ibutils.spec
+++ b/ibutils.spec
@@ -21,7 +21,7 @@
 Summary: OpenIB Mellanox InfiniBand Diagnostic Tools
 Name: ibutils
 Version: 1.5.7
-Release: 10%{?dist}
+Release: 11%{?dist}
 # This is dual-licensed upstream, all code available under either license
 License: GPLv2 or BSD
 Url: http://www.openfabrics.org/
@@ -32,7 +32,7 @@ Requires: %{name}-libs%{?_isa} = %{version}-%{release}
 # perl-podlators required on F19
 BuildRequires: libibverbs-devel >= 1.1, opensm-devel >= 3.3.0, tcl-devel, swig, tk-devel, libibumad-devel, autoconf, graphviz-tcl, chrpath, perl-podlators
 # IB hardware doesn't exist on other arches
-ExclusiveArch: %{ix86} x86_64 ppc ppc64 ia64 %{arm}
+ExclusiveArch: %{ix86} x86_64 ppc %{power64} ia64 %{arm}
 %description 
 ibutils provides IB network and path diagnostics.
 
@@ -140,6 +140,9 @@ chrpath -d %{buildroot}%{_libdir}/*/libib{dm,is}.so.%{version}
 %{_libdir}/*.a
 
 %changelog
+* Tue May 13 2014 Jaromir Capik <jcapik at redhat.com> - 1.5.7-11
+- Replacing ppc64 with the power64 macro (#1076681)
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.5.7-10
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 


More information about the scm-commits mailing list