[numactl/f14] Exclude ARM platforms

Peter Robinson pbrobinson at fedoraproject.org
Sat Jun 18 11:24:45 UTC 2011


commit 6ad0569cfe6b9a1087941be9a8256799551fb16f
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jun 18 12:24:32 2011 +0100

    Exclude ARM platforms

 numactl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/numactl.spec b/numactl.spec
index ea4dd2e..1893c7c 100644
--- a/numactl.spec
+++ b/numactl.spec
@@ -1,7 +1,7 @@
 Name:		numactl
 Summary:	Library for tuning for Non Uniform Memory Access machines
 Version:	2.0.3
-Release:	8%{dist} 
+Release:	9%{dist} 
 License:	LGPLv2/GPLv2
 Group: 		System Environment/Base
 URL:		ftp://oss.sgi.com/www/projects/libnuma/download
@@ -13,7 +13,7 @@ Patch1: numactl-2.0.3-rc3-no-nodes-warning.patch
 Patch2: numactl-2.0.3-nodes_allowed_list_obo.patch
 Patch3: numactl-2.0.3-dso-destructor.patch
 
-ExcludeArch: s390 s390x
+ExcludeArch: s390 s390x %{arm}
 
 %description
 Simple NUMA policy support. It consists of a numactl program to run
@@ -75,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jun 18 2011 Peter Robinson <pbrobinson at gmail.com> - 2.0.3-9
+- Exclude ARM platforms
+
 * Mon Feb 15 2010 Neil Horman <nhorman at redhat.com> - 2.0.3-8
 - Remove static libs from numactl (bz 556088)
 


More information about the scm-commits mailing list