Updating version to numactl-2.0.0

This commit is contained in:
Neil Horman 2008-05-08 13:12:38 +00:00
parent 9d951c3026
commit 4bbc521ede
3 changed files with 9 additions and 9 deletions

View File

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

View File

@ -1,7 +1,7 @@
Name: numactl
Summary: Library for tuning for Non Uniform Memory Access machines
Version: 1.0.2
Release: 6%{dist}
Version: 2.0.0
Release: 1%{dist}
License: LGPLv2/GPLv2
Group: System Environment/Base
URL: ftp://ftp.suse.com/pub/people/ak/numa/
@ -9,9 +9,6 @@ Source0: ftp://ftp.suse.com/pub/people/ak/numa/numactl-%{version}.tar.gz
Buildroot: %{_tmppath}/%{name}-buildroot
ExcludeArch: s390 s390x
Patch0: numactl-1.0.2-get_mempolicy-const.patch
Patch1: numactl-1.0.2-alpha-syscall.patch
Patch2: numactl-1.0.2-cpumask.patch
%description
Simple NUMA policy support. It consists of a numactl program to run
@ -28,9 +25,6 @@ Provides development headers for numa library calls
%prep
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
make CFLAGS="$RPM_OPT_FLAGS -I. -fPIC"
@ -61,6 +55,7 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/numastat
%{_bindir}/memhog
%{_bindir}/migratepages
%{_bindir}/migspeed
%{_mandir}/man5/*.5*
%{_mandir}/man8/*.8*
@ -69,9 +64,13 @@ rm -rf $RPM_BUILD_ROOT
%{_libdir}/libnuma.so
%{_includedir}/numa.h
%{_includedir}/numaif.h
%{_includedir}/numacompat1.h
%{_mandir}/man3/*.3*
%changelog
* Thu May 08 2008 Neil Horman <nhorman@redhat.com> - 2.0.0-1
- Move to numactl 2.0.0
* Fri Apr 25 2008 Neil Horman <nhorman@redhat.com> - 1.0.2-6
- Fix buffer size passing and arg sanity check for physcpubind (bz 442521)

View File

@ -1 +1 @@
392a5bc3e79f016edcaee0cb6ceadf90 numactl-1.0.2.tar.gz
0186d5b5bc443cd7cb179014a4a216c0 numactl-2.0.0.tar.gz