rebase to the latest upstream release
This commit is contained in:
parent
d56f792da9
commit
64cfa67a76
1
.gitignore
vendored
1
.gitignore
vendored
@ -3,3 +3,4 @@ numactl-2.0.3-rc3.tar.gz
|
|||||||
numactl-2.0.3.tar.gz
|
numactl-2.0.3.tar.gz
|
||||||
/numactl-2.0.5.tar.gz
|
/numactl-2.0.5.tar.gz
|
||||||
/numactl-2.0.6.tar.gz
|
/numactl-2.0.6.tar.gz
|
||||||
|
/numactl-2.0.7.tar.gz
|
||||||
|
@ -1,21 +0,0 @@
|
|||||||
diff -urpN numactl-2.0.6.orig/numactl.8 numactl-2.0.6/numactl.8
|
|
||||||
--- numactl-2.0.6.orig/numactl.8 2011-03-22 18:05:08.502017768 +0100
|
|
||||||
+++ numactl-2.0.6/numactl.8 2011-03-22 18:06:24.063017087 +0100
|
|
||||||
@@ -162,7 +162,7 @@ to specify the shared memory segment or
|
|
||||||
above (
|
|
||||||
.I \-\-interleave,
|
|
||||||
.I \-\-localalloc,
|
|
||||||
-.I \-\-prefered,
|
|
||||||
+.I \-\-preferred,
|
|
||||||
.I \-\-membind
|
|
||||||
).
|
|
||||||
.TP
|
|
||||||
@@ -258,7 +258,7 @@ numactl \-\-preferred=1 numactl \-\-show
|
|
||||||
Set preferred node 1 and show the resulting state.
|
|
||||||
|
|
||||||
numactl --interleave=all --shmkeyfile /tmp/shmkey
|
|
||||||
-Interleave all of the sysv shared memory regiion specified by
|
|
||||||
+Interleave all of the sysv shared memory region specified by
|
|
||||||
/tmp/shmkey over all nodes.
|
|
||||||
|
|
||||||
numactl --offset=1G --length=1G --membind=1 --file /dev/shm/A --touch
|
|
@ -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: 2.0.6
|
Version: 2.0.7
|
||||||
Release: 2%{dist}
|
Release: 1%{dist}
|
||||||
License: LGPLv2/GPLv2
|
License: LGPLv2/GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: ftp://oss.sgi.com/www/projects/libnuma/download
|
URL: ftp://oss.sgi.com/www/projects/libnuma/download
|
||||||
@ -9,7 +9,6 @@ Source0: ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.
|
|||||||
Buildroot: %{_tmppath}/%{name}-buildroot
|
Buildroot: %{_tmppath}/%{name}-buildroot
|
||||||
|
|
||||||
Patch1: numactl-2.0.3-rc3-no-nodes-warning.patch
|
Patch1: numactl-2.0.3-rc3-no-nodes-warning.patch
|
||||||
Patch2: numactl-2.0.6-manpages.patch
|
|
||||||
|
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
@ -29,7 +28,6 @@ Provides development headers for numa library calls
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{version}
|
%setup -q -n %{name}-%{version}
|
||||||
%patch1 -p1
|
%patch1 -p1
|
||||||
%patch2 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
make CFLAGS="$RPM_OPT_FLAGS -I."
|
make CFLAGS="$RPM_OPT_FLAGS -I."
|
||||||
@ -71,6 +69,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 15 2011 Anton Arapov <anton@redhat.com> - 2.0.7-1
|
||||||
|
- Update to latest upstream stable version (bz 696703)
|
||||||
|
|
||||||
* Tue Mar 22 2011 Anton Arapov <anton@redhat.com> - 2.0.6-2
|
* Tue Mar 22 2011 Anton Arapov <anton@redhat.com> - 2.0.6-2
|
||||||
- Better manpages (bz 673613)
|
- Better manpages (bz 673613)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user