Exclude ARM platforms
This commit is contained in:
parent
64cfa67a76
commit
5ed43fff98
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user