Bug 1051587

Summary: Trivial change for ppc64le in irqbalance spec
Product: [Fedora] Fedora Reporter: Brent Baude <bbaude>
Component: irqbalanceAssignee: Petr Holasek <pholasek>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: anton, dhoward, pholasek
Target Milestone: ---   
Target Release: ---   
Hardware: ppc64le   
OS: Linux   
Whiteboard:
Fixed In Version: irqbalance-1.0.7-2.fc21 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-01-10 17:01:33 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 16:20:34 UTC
Please consider the following trivial change to the irqbalance spec file to enable ppc64le.

diff --git a/irqbalance.spec b/irqbalance.spec
index 1d4b7e8..7c1f5a7 100644
--- a/irqbalance.spec
+++ b/irqbalance.spec
@@ -20,7 +20,7 @@ Requires: numactl-libs
 
 %define _hardened_build 1
 
-ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 %{arm}
+ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 %{arm} ppc64le
 
 Patch1: irqbalance-1.0.4-env-file-path.patch

Comment 1 Petr Holasek 2014-01-10 17:01:33 UTC
Hello,

there are still some issues with build system, so we cannot actually provide ppc64le build (https://lists.fedoraproject.org/pipermail/secondary/2013-October/002628.html), but I've included the fix and re-build package. So I hope there will be full ppc64le support soon.

thanks,
Petr