Bug 1076681
| Summary: | Trivial change to ibutils spec to enable ppc64le | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Brent Baude <bbaude> |
| Component: | ibutils | Assignee: | Jaromír Cápík <jcapik> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | dledford, jcapik, jonstanley, mschmidt, ovasik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | ppc64le | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | ibutils-1.5.7-11.fc21 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-13 18:38:26 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 | ||
I'm replacing ppc64 and ppc64le with the %{power64} macro, as it includes also the ppc64p7 sub-arch.
The arch specific problem has been fixed, but it FTBFS due to format-security flaws. Anyway, closing this as resolved. |
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.