[numactl] Exclude ARM platforms

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


commit 5ed43fff98741649a6cd9a38c8a73435e901d9de
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Jun 18 12:18:33 2011 +0100

    Exclude ARM platforms

 numactl.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/numactl.spec b/numactl.spec
index e5760d8..8d868a0 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.7
-Release:	1%{dist} 
+Release:	2%{dist} 
 License:	LGPLv2/GPLv2
 Group: 		System Environment/Base
 URL:		ftp://oss.sgi.com/www/projects/libnuma/download
@@ -10,7 +10,7 @@ Buildroot:	%{_tmppath}/%{name}-buildroot
 
 Patch1: numactl-2.0.3-rc3-no-nodes-warning.patch
 
-ExcludeArch: s390 s390x
+ExcludeArch: s390 s390x %{arm}
 
 %description
 Simple NUMA policy support. It consists of a numactl program to run
@@ -69,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man3/*.3*
 
 %changelog
+* Sat Jun 18 2011 Peter Robinson <pbrobinson at gmail.com> - 2.0.7-2
+- Exclude ARM platforms
+
 * Fri Apr 15 2011 Anton Arapov <anton at redhat.com> - 2.0.7-1
 - Update to latest upstream stable version (bz 696703)
 


More information about the scm-commits mailing list