[kernel] Exclude arm from numactl-devel BR for per

Josh Boyer jwboyer at fedoraproject.org
Fri Oct 24 15:34:20 UTC 2014


commit 65c87507f926ee79f8c085183dae5e6c54aad115
Author: Josh Boyer <jwboyer at fedoraproject.org>
Date:   Fri Oct 24 11:33:53 2014 -0400

    Exclude arm from numactl-devel BR for per
    
    It doesn't exist on 32-bit ARM either.

 kernel.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 25bc130..fd4fb2e 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -386,7 +386,7 @@ BuildRequires: sparse
 %if %{with_perf}
 BuildRequires: elfutils-devel zlib-devel binutils-devel newt-devel python-devel perl(ExtUtils::Embed) bison flex
 BuildRequires: audit-libs-devel
-%ifnarch s390 s390x
+%ifnarch s390 s390x %{arm}
 BuildRequires: numactl-devel
 %endif
 %endif


More information about the scm-commits mailing list