Bug 1076202
| Summary: | Trivial change to infiniband-diags spec to enable ppc64le | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brent Baude <bbaude> |
| Component: | infiniband-diags | Assignee: | Doug Ledford <dledford> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dledford, jonstanley, mschmidt, pbrobinson |
| 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-03-18 09:51:58 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 | ||
Implemented by ExcludeArch: s390 s390x to sync with the rest of the open fabric platform excludes |
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};')