Updating numactl to 2.0.2
This commit is contained in:
parent
f6a2c7116b
commit
5f06a6a8f5
@ -1,5 +1 @@
|
|||||||
numactl-0.6.4.tar.gz
|
numactl-2.0.2.tar.gz
|
||||||
numactl-0.6.4
|
|
||||||
numactl-0.9.8.tar.gz
|
|
||||||
numactl-1.0.2.tar.gz
|
|
||||||
numactl-2.0.0.tar.gz
|
|
||||||
|
20
numactl.spec
20
numactl.spec
@ -1,11 +1,11 @@
|
|||||||
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.0
|
Version: 2.0.2
|
||||||
Release: 2%{dist}
|
Release: 1%{dist}
|
||||||
License: LGPLv2 and GPLv2
|
License: LGPLv2/GPLv2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
URL: ftp://ftp.suse.com/pub/people/ak/numa/
|
URL: ftp://oss.sgi.com/www/projects/libnuma/download
|
||||||
Source0: ftp://ftp.suse.com/pub/people/ak/numa/numactl-%{version}.tar.gz
|
Source0: ftp://oss.sgi.com/www/projects/libnuma/download/numactl-%{version}.tar.gz
|
||||||
Buildroot: %{_tmppath}/%{name}-buildroot
|
Buildroot: %{_tmppath}/%{name}-buildroot
|
||||||
|
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
@ -54,25 +54,23 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_bindir}/numademo
|
%{_bindir}/numademo
|
||||||
%{_bindir}/numastat
|
%{_bindir}/numastat
|
||||||
%{_bindir}/memhog
|
%{_bindir}/memhog
|
||||||
%{_bindir}/migratepages
|
|
||||||
%{_bindir}/migspeed
|
%{_bindir}/migspeed
|
||||||
|
%{_bindir}/migratepages
|
||||||
%{_mandir}/man5/*.5*
|
%{_mandir}/man5/*.5*
|
||||||
%{_mandir}/man8/*.8*
|
%{_mandir}/man8/*.8*
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_libdir}/libnuma.so
|
%{_libdir}/libnuma.so
|
||||||
|
%{_libdir}/libnuma.a
|
||||||
%{_includedir}/numa.h
|
%{_includedir}/numa.h
|
||||||
%{_includedir}/numaif.h
|
%{_includedir}/numaif.h
|
||||||
%{_includedir}/numacompat1.h
|
%{_includedir}/numacompat1.h
|
||||||
%{_mandir}/man3/*.3*
|
%{_mandir}/man3/*.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 11 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2.0.0-2
|
* Mon Sep 29 2008 Neil Horman <nhorman@redhat.com> - 2.0.2-1
|
||||||
- fix license tag
|
- Update rawhide to version 2.0.2 of numactl
|
||||||
|
|
||||||
* 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
|
* 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)
|
- Fix buffer size passing and arg sanity check for physcpubind (bz 442521)
|
||||||
|
Loading…
Reference in New Issue
Block a user