From 6ad0569cfe6b9a1087941be9a8256799551fb16f Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Sat, 18 Jun 2011 12:24:32 +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 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 - 2.0.3-9 +- Exclude ARM platforms + * Mon Feb 15 2010 Neil Horman - 2.0.3-8 - Remove static libs from numactl (bz 556088)