rpms/numactl/devel numactl.spec,1.64,1.65

Neil Horman nhorman at fedoraproject.org
Mon Feb 15 16:33:50 UTC 2010


Author: nhorman

Update of /cvs/pkgs/rpms/numactl/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv10071

Modified Files:
	numactl.spec 
Log Message:
Resolves: bz556088


Index: numactl.spec
===================================================================
RCS file: /cvs/pkgs/rpms/numactl/devel/numactl.spec,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -p -r1.64 -r1.65
--- numactl.spec	10 Aug 2009 14:06:26 -0000	1.64
+++ numactl.spec	15 Feb 2010 16:33:49 -0000	1.65
@@ -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 at redhat.com> - 2.0.3-8
+- Remove static libs from numactl (bz 556088)
+
 * Mon Aug 10 2009 Neil Horman <nhorman at redhat.com> - 2.0.3-7
 - Add destructor to libnuma.so to free allocated memory (bz 516227)
 



More information about the scm-commits mailing list