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 1076681 - Trivial change to ibutils spec to enable ppc64le
Summary: Trivial change to ibutils spec to enable ppc64le
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: ibutils
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Jaromír Cápík
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-03-14 20:04 UTC by Brent Baude
Modified: 2016-02-01 01:59 UTC (History)
5 users (show)

Fixed In Version: ibutils-1.5.7-11.fc21
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-05-13 18:38:26 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-03-14 20:04:18 UTC
Please consider the following trivial change to the ibutils spec to enable ppc64le:

diff --git a/ibutils.spec b/ibutils.spec
index 86d4305..2aa8833 100644
--- a/ibutils.spec
+++ b/ibutils.spec
@@ -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, libi
 # IB hardware doesn't exist on other arches
-ExclusiveArch: %{ix86} x86_64 ppc ppc64 ia64 %{arm}
+ExclusiveArch: %{ix86} x86_64 ppc ppc64 ia64 %{arm} ppc64le
 %description 
 ibutils provides IB network and path diagnostics.

Comment 1 Jaromír Cápík 2014-05-13 18:29:33 UTC
I'm replacing ppc64 and ppc64le with the %{power64} macro, as it includes also the ppc64p7 sub-arch.

Comment 2 Jaromír Cápík 2014-05-13 18:38:26 UTC
The arch specific problem has been fixed, but it FTBFS due to format-security flaws. Anyway, closing this as resolved.


Note You need to log in before you can comment on or make changes to this bug.