Updating numactl to latest version
This commit is contained in:
parent
e0b1886a29
commit
3ef07b76b0
@ -1,3 +1,4 @@
|
|||||||
numactl-0.6.4.tar.gz
|
numactl-0.6.4.tar.gz
|
||||||
numactl-0.6.4
|
numactl-0.6.4
|
||||||
numactl-0.9.8.tar.gz
|
numactl-0.9.8.tar.gz
|
||||||
|
numactl-1.0.2.tar.gz
|
||||||
|
11
numactl.spec
11
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.9.8
|
Version: 1.0.2
|
||||||
Release: 4%{dist}
|
Release: 1%{dist}
|
||||||
License: LGPLv2/GPLv2
|
License: LGPLv2/GPLv2
|
||||||
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/
|
||||||
@ -10,8 +10,6 @@ Buildroot: %{_tmppath}/%{name}-buildroot
|
|||||||
|
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
Patch1: numactl-node-cpubind.patch
|
|
||||||
Patch2: numactl-parse_bitmap_nodebind.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
|
||||||
@ -28,8 +26,6 @@ Provides development headers for numa library calls
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%patch1 -p1
|
|
||||||
%patch2 -p2
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
|
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
|
||||||
@ -71,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 14 2007 Neil Horman <nhorman@redhat.com> - 1.0.2-1
|
||||||
|
- Update numactl to latest version (bz 425281)
|
||||||
|
|
||||||
* Tue Aug 07 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-4
|
* Tue Aug 07 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-4
|
||||||
- Fixing some remaining merge review issues (bz 226207)
|
- Fixing some remaining merge review issues (bz 226207)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user