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
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