diff --git a/numactl.spec b/numactl.spec index 96873b6..6772075 100644 --- a/numactl.spec +++ b/numactl.spec @@ -1,7 +1,7 @@ Name: numactl Summary: library for tuning for Non Uniform Memory Access machines Version: 0.9.8 -Release: %(R="$Revision$"; RR="${R##: }"; echo ${RR%%?}) +Release: 2%{dist} License: LGPL/GPL Group: System Environment/Base URL: ftp://ftp.suse.com/pub/people/ak/numa/ @@ -21,9 +21,7 @@ allocations with NUMA policy in applications. %package devel Summary: Development package for building Applications that use numa Group: System Environment/Libraries -AutoReqProv: no Provides: numactl-devel -Requires: numactl %description devel Provides development headers for numa library calls @@ -75,6 +73,10 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Fri Jan 12 2007 Neil Horman - 0.9.8-2%{dist} +- Properly fixed bz 221982 +- Updated revision string to include %{dist} + * Thu Jan 11 2007 Neil Horman - 0.9.8-1.38 - Fixed -devel to depend on base package so libnuma.so resolves