adding new patches
This commit is contained in:
parent
2ee2e8ee72
commit
6b282ea37e
13
numactl.spec
13
numactl.spec
@ -1,7 +1,7 @@
|
|||||||
Name: numactl
|
Name: numactl
|
||||||
Summary: library for tuning for Non Uniform Memory Access machines
|
Summary: library for tuning for Non Uniform Memory Access machines
|
||||||
Version: 0.6.4
|
Version: 0.6.4
|
||||||
Release: %(R="$Revision: 1.26 $"; RR="${R##: }"; echo ${RR%%?})
|
Release: %(R="$Revision: 1.27 $"; RR="${R##: }"; echo ${RR%%?})
|
||||||
License: LGPL/GPL
|
License: LGPL/GPL
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: ftp://ftp.suse.com/pub/people/ak/numa/
|
URL: ftp://ftp.suse.com/pub/people/ak/numa/
|
||||||
@ -13,6 +13,8 @@ ExcludeArch: ppc64 s390 s390x
|
|||||||
Patch1: numactl-lib.patch
|
Patch1: numactl-lib.patch
|
||||||
Patch2: numactl-0.6.4-ppc.patch
|
Patch2: numactl-0.6.4-ppc.patch
|
||||||
Patch3: numactl-0.6.4-commonalias.patch
|
Patch3: numactl-0.6.4-commonalias.patch
|
||||||
|
Patch4: numactl-64bit-overruns.patch
|
||||||
|
Patch5: numactl-64bit-cpu-mask.patch
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Simple NUMA policy support. It consists of a numactl program to run
|
Simple NUMA policy support. It consists of a numactl program to run
|
||||||
@ -33,6 +35,12 @@ allocations with NUMA policy in applications.
|
|||||||
# Fix breakage with aliases to tentatitive common symbols.
|
# Fix breakage with aliases to tentatitive common symbols.
|
||||||
%patch3
|
%patch3
|
||||||
|
|
||||||
|
# Fix 64 bit overruns
|
||||||
|
%patch4
|
||||||
|
|
||||||
|
# Fix cpu mask computation for > 7 nodes
|
||||||
|
%patch5
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd numactl-%{version}
|
cd numactl-%{version}
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
|
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
|
||||||
@ -71,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man8/*.8*
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 26 2006 Neil Horman <nhorman@redhat.com>
|
||||||
|
- Added patches for 64 bit overflows and cpu mask problem
|
||||||
|
|
||||||
* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com>
|
* Fri Mar 10 2006 Bill Nottingham <notting@redhat.com>
|
||||||
- rebuild for ppc TLS issue (#184446)
|
- rebuild for ppc TLS issue (#184446)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user