diff --git a/numactl.spec b/numactl.spec index cee4b09..47497c2 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: 1.35 $"; RR="${R##: }"; echo ${RR%%?}) +Release: %(R="$Revision: 1.36 $"; RR="${R##: }"; echo ${RR%%?}) License: LGPL/GPL Group: System Environment/Base URL: ftp://ftp.suse.com/pub/people/ak/numa/ @@ -23,6 +23,7 @@ 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 @@ -74,6 +75,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man3/*.3* %changelog +* Thu Jan 11 2007 Neil Horman - 0.9.8-1.37 +- Fixed -devel to depend on base package so libnuma.so resolves + * Thu Sep 21 2006 Neil Horman - 0.9.8-1.36 - adding nodebind patch for bz 207404