Updating version to numactl-2.0.0
This commit is contained in:
parent
9d951c3026
commit
4bbc521ede
@ -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
|
||||
|
15
numactl.spec
15
numactl.spec
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user