[irqbalance] Switch ExclusiveArch to ExcludeArch as all but s390 is supported (also build for aarch64)

Peter Robinson pbrobinson at fedoraproject.org
Sun May 11 18:05:57 UTC 2014


commit 918630a551f4468dc892bde5ba08158460209f9f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sun May 11 19:06:14 2014 +0100

    Switch ExclusiveArch to ExcludeArch as all but s390 is supported (also build for aarch64)

 irqbalance.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/irqbalance.spec b/irqbalance.spec
index 010b530..a7f5d65 100644
--- a/irqbalance.spec
+++ b/irqbalance.spec
@@ -1,6 +1,6 @@
 Name:           irqbalance
 Version:        1.0.7
-Release:        5%{?dist}
+Release:        6%{?dist}
 Epoch:          2
 Summary:        IRQ balancing daemon
 
@@ -20,7 +20,7 @@ Requires: numactl-libs
 
 %define _hardened_build 1
 
-ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 ppc64le %{arm}
+ExcludeArch: s390 s390x
 
 Patch1: irqbalance-1.0.4-env-file-path.patch
 Patch2: irqbalance-1.0.7-nopcidevs_memleak.patch
@@ -70,6 +70,9 @@ fi
 /sbin/chkconfig --del irqbalance >/dev/null 2>&1 || :
 
 %changelog
+* Sun May 11 2014 Peter Robinson <pbrobinson at fedoraproject.org> 2:1.0.7-6
+- Switch ExclusiveArch to ExcludeArch as all but s390 is supported (also build for aarch64)
+
 * Thu May 08 2014 Petr Holasek <pholasek at redhat.com> - 2:1.0.7-5
 - Fixed memory leak (bz1095915)
 


More information about the scm-commits mailing list