Updating numactl to latest version
This commit is contained in:
parent
86e07b0234
commit
49b5a8845b
@ -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
|
||||
|
11
numactl.spec
11
numactl.spec
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user