Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 1051633

Summary: Trivial change for ppc64le in libibverbs spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: libibverbsAssignee: Deji Akingunola <dakingun>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: amirv, dakingun, dledford, jonstanley, mschmidt
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-13 16:32:42 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1051573    

Description Brent Baude 2014-01-10 18:26:42 UTC
Please consider the following patch to the libibverbs spec which allows ppc64le to build libibverbs.

diff --git a/libibverbs.spec b/libibverbs.spec
index 2617885..a941678 100644
--- a/libibverbs.spec
+++ b/libibverbs.spec
@@ -8,7 +8,7 @@ Url: http://www.openfabrics.org/
 Source: http://www.openfabrics.org/downloads/verbs/libibverbs-%{version}.tar.gz
 Patch0: libibverbs-1.1.7-arg-fixes.patch
 BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
-%ifnarch ia64 %{sparc} %{arm} aarch64
+%ifnarch ia64 %{sparc} %{arm} aarch64 ppc64le
 BuildRequires: valgrind-devel
 %endif
 Requires(post): /sbin/ldconfig
@@ -56,7 +56,7 @@ displays information about RDMA devices.
 %patch0 -p1 -b .fixes
 
 %build
-%ifnarch ia64 %{sparc} %{arm} aarch64
+%ifnarch ia64 %{sparc} %{arm} aarch64 ppc64le
 %configure --with-valgrind
 %else
 %configure

Comment 1 Jon Stanley 2014-01-13 16:32:42 UTC
Fixed in rawhide.