Fixing -devel missing dependency on numactl base

This commit is contained in:
Neil Horman 2007-01-11 13:38:45 +00:00
parent c7cf638b83
commit 4eee2fa35f

View File

@ -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 <nhorman@redhat.com> - 0.9.8-1.37
- Fixed -devel to depend on base package so libnuma.so resolves
* Thu Sep 21 2006 Neil Horman <nhorman@redhat.com> - 0.9.8-1.36
- adding nodebind patch for bz 207404