From 5ed43fff98741649a6cd9a38c8a73435e901d9de Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 18 Jun 2011 12:18:33 +0100 Subject: [PATCH] Exclude ARM platforms --- numactl.spec | 7 +++++-- 1 file 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 - 2.0.7-2 +- Exclude ARM platforms + * Fri Apr 15 2011 Anton Arapov - 2.0.7-1 - Update to latest upstream stable version (bz 696703)