From 164d9e0dcb6fc363595d1aa5d7d333b6f1389aca Mon Sep 17 00:00:00 2001 From: Neil Horman Date: Mon, 15 Feb 2010 16:33:49 +0000 Subject: [PATCH] Resolves: bz556088 --- numactl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/numactl.spec b/numactl.spec index 015b946..ea4dd2e 100644 --- a/numactl.spec +++ b/numactl.spec @@ -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 - 2.0.3-8 +- Remove static libs from numactl (bz 556088) + * Mon Aug 10 2009 Neil Horman - 2.0.3-7 - Add destructor to libnuma.so to free allocated memory (bz 516227)