From 5f06a6a8f50ddafd5e890e988630427508ec141d Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 29 Sep 2008 19:45:39 +0000 Subject: [PATCH] Updating numactl to 2.0.2 --- .cvsignore | 6 +----- numactl.spec | 20 +++++++++----------- sources | 2 +- 3 files changed, 11 insertions(+), 17 deletions(-) diff --git a/.cvsignore b/.cvsignore index bb15c55..0b82be9 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,5 +1 @@ -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 +numactl-2.0.2.tar.gz diff --git a/numactl.spec b/numactl.spec index 665d747..3bfc163 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,11 +1,11 @@ Name: numactl Summary: Library for tuning for Non Uniform Memory Access machines -Version: 2.0.0 -Release: 2%{dist} -License: LGPLv2 and GPLv2 +Version: 2.0.2 +Release: 1%{dist} +License: LGPLv2/GPLv2 Group: System Environment/Base -URL: ftp://ftp.suse.com/pub/people/ak/numa/ -Source0: ftp://ftp.suse.com/pub/people/ak/numa/numactl-%{version}.tar.gz +URL: ftp://oss.sgi.com/www/projects/libnuma/download +Source0: ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz Buildroot: %{_tmppath}/%{name}-buildroot ExcludeArch: s390 s390x @@ -54,25 +54,23 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/numademo %{_bindir}/numastat %{_bindir}/memhog -%{_bindir}/migratepages %{_bindir}/migspeed +%{_bindir}/migratepages %{_mandir}/man5/*.5* %{_mandir}/man8/*.8* %files devel %defattr(-,root,root,-) %{_libdir}/libnuma.so +%{_libdir}/libnuma.a %{_includedir}/numa.h %{_includedir}/numaif.h %{_includedir}/numacompat1.h %{_mandir}/man3/*.3* %changelog -* Mon Aug 11 2008 Tom "spot" Callaway - 2.0.0-2 -- fix license tag - -* Thu May 08 2008 Neil Horman - 2.0.0-1 -- Move to numactl 2.0.0 +* Mon Sep 29 2008 Neil Horman - 2.0.2-1 +- Update rawhide to version 2.0.2 of numactl * Fri Apr 25 2008 Neil Horman - 1.0.2-6 - Fix buffer size passing and arg sanity check for physcpubind (bz 442521) diff --git a/sources b/sources index 8d6fafe..bd923de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0186d5b5bc443cd7cb179014a4a216c0 numactl-2.0.0.tar.gz +82fe5bba94368850c8f5ffd0752b500b numactl-2.0.2.tar.gz