From 77302d3bc4bf9c014649e879e55a590f29d99aa4 Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Wed, 14 Jun 2006 11:34:48 +0000 Subject: [PATCH] turning on ppc64 arch for numactl --- numactl.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/numactl.spec b/numactl.spec index 43b1603..c773d33 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,14 +1,14 @@ Name: numactl Summary: library for tuning for Non Uniform Memory Access machines Version: 0.9.8 -Release: %(R="$Revision: 1.0 $"; RR="${R##: }"; echo ${RR%%?}) +Release: %(R="$Revision: 1.30 $"; RR="${R##: }"; echo ${RR%%?}) License: LGPL/GPL Group: System Environment/Base URL: ftp://ftp.suse.com/pub/people/ak/numa/ Source0: ftp://ftp.suse.com/pub/people/ak/numa/numactl-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-buildroot -ExcludeArch: ppc64 s390 s390x +ExcludeArch: s390 s390x Patch1: numactl-lib.patch Patch2: numactl-0.6.4-ppc.patch