Resolves: bz506795
This commit is contained in:
parent
8629a1779a
commit
40a16d8804
@ -1,11 +1,11 @@
|
||||
Name: numactl
|
||||
Summary: Library for tuning for Non Uniform Memory Access machines
|
||||
Version: 2.0.3
|
||||
Release: 2%{dist}
|
||||
Release: 3%{dist}
|
||||
License: LGPLv2/GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: ftp://oss.sgi.com/www/projects/libnuma/download
|
||||
Source0: ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}-rc3.tar.gz
|
||||
Source0: ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz
|
||||
Buildroot: %{_tmppath}/%{name}-buildroot
|
||||
|
||||
Patch0: numactl-2.0.3-rc3-distance_parsing.patch
|
||||
@ -27,7 +27,7 @@ Requires: %{name} = %{version}-%{release}
|
||||
Provides development headers for numa library calls
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{version}-rc3
|
||||
%setup -q -n %{name}-%{version}
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
|
||||
@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 26 2009 Neil Horman <nhorman@redhat.com>
|
||||
- Update to full 2.0.3 version (bz 506795)
|
||||
|
||||
* Wed Jun 17 2009 Neil Horman <nhorman@redhat.com>
|
||||
- Fix silly libnuma warnings again (bz 499633)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user