Resolves: bz556088
This commit is contained in:
parent
e843dce6cf
commit
164d9e0dcb
@ -1,7 +1,7 @@
|
||||
Name: numactl
|
||||
Summary: Library for tuning for Non Uniform Memory Access machines
|
||||
Version: 2.0.3
|
||||
Release: 7%{dist}
|
||||
Release: 8%{dist}
|
||||
License: LGPLv2/GPLv2
|
||||
Group: System Environment/Base
|
||||
URL: ftp://oss.sgi.com/www/projects/libnuma/download
|
||||
@ -68,13 +68,16 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/libnuma.so
|
||||
%{_libdir}/libnuma.a
|
||||
%exclude %{_libdir}/libnuma.a
|
||||
%{_includedir}/numa.h
|
||||
%{_includedir}/numaif.h
|
||||
%{_includedir}/numacompat1.h
|
||||
%{_mandir}/man3/*.3*
|
||||
|
||||
%changelog
|
||||
* Mon Feb 15 2010 Neil Horman <nhorman@redhat.com> - 2.0.3-8
|
||||
- Remove static libs from numactl (bz 556088)
|
||||
|
||||
* Mon Aug 10 2009 Neil Horman <nhorman@redhat.com> - 2.0.3-7
|
||||
- Add destructor to libnuma.so to free allocated memory (bz 516227)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user