Bug 1076202 - Trivial change to infiniband-diags spec to enable ppc64le
Summary: Trivial change to infiniband-diags spec to enable ppc64le
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: infiniband-diags
Version: rawhide
Hardware: ppc64le
OS: Linux
unspecified
medium
Target Milestone: ---
Assignee: Doug Ledford
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F-ExcludeArch-ppc64le, PPC64LETracker
TreeView+ depends on / blocked
 
Reported: 2014-03-13 18:50 UTC by Brent Baude
Modified: 2014-03-18 09:51 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2014-03-18 09:51:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Brent Baude 2014-03-13 18:50:28 UTC
Please consider the following trivial patch to enable ppc64le:

[baude@ppc64le infiniband-diags]$ git diff
diff --git a/infiniband-diags.spec b/infiniband-diags.spec
index 1d2324b..cbeaeac 100644
--- a/infiniband-diags.spec
+++ b/infiniband-diags.spec
@@ -13,7 +13,7 @@ Patch1: infiniband-diags-1.6.1-hostname.patch
 BuildRequires: opensm-devel > 3.3.8, libibumad-devel, libibmad-devel, perl
 Provides: perl(IBswcountlimits)
 Obsoletes: openib-diags < 1.3
-ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 %{arm}
+ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 %{arm} ppc64le
 
 # Find the correct directory to install the perl module into.
 %global _perldir %(perl -e 'use Config; print $Config{installvendorarch};')

Comment 1 Peter Robinson 2014-03-18 09:51:58 UTC
Implemented by 

ExcludeArch: s390 s390x

to sync with the rest of the open fabric platform excludes


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