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@gmail.com> - 2.0.7-2
+- Exclude ARM platforms
+
 * Fri Apr 15 2011 Anton Arapov <anton@redhat.com> - 2.0.7-1
 - Update to latest upstream stable version (bz 696703)