Updating numactl to latest version

This commit is contained in:
Neil Horman 2007-12-14 20:15:57 +00:00
parent e0b1886a29
commit 3ef07b76b0
3 changed files with 7 additions and 7 deletions

View File

@ -1,3 +1,4 @@
numactl-0.6.4.tar.gz
numactl-0.6.4
numactl-0.9.8.tar.gz
numactl-1.0.2.tar.gz

View File

@ -1,7 +1,7 @@
Name: numactl
Summary: Library for tuning for Non Uniform Memory Access machines
Version: 0.9.8
Release: 4%{dist}
Version: 1.0.2
Release: 1%{dist}
License: LGPLv2/GPLv2
Group: System Environment/Base
URL: ftp://ftp.suse.com/pub/people/ak/numa/
@ -10,8 +10,6 @@ Buildroot: %{_tmppath}/%{name}-buildroot
ExcludeArch: s390 s390x
Patch1: numactl-node-cpubind.patch
Patch2: numactl-parse_bitmap_nodebind.patch
%description
Simple NUMA policy support. It consists of a numactl program to run
@ -28,8 +26,6 @@ Provides development headers for numa library calls
%prep
%setup -q
%patch1 -p1
%patch2 -p2
%build
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
@ -71,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man3/*.3*
%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
- Fixing some remaining merge review issues (bz 226207)

View File

@ -1 +1 @@
ebc1ed785733f5af9d4139cef32e1192 numactl-0.9.8.tar.gz
392a5bc3e79f016edcaee0cb6ceadf90 numactl-1.0.2.tar.gz