fixing dependency problem and updating release string

This commit is contained in:
Neil Horman 2007-01-12 14:37:41 +00:00
parent 8272c8c525
commit 4586ad027a
1 changed files with 5 additions and 3 deletions

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$"; 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 <nhorman@redhat.com> - 0.9.8-2%{dist}
- Properly fixed bz 221982
- Updated revision string to include %{dist}
* Thu Jan 11 2007 Neil Horman <nhorman@redhat.com> - 0.9.8-1.38
- Fixed -devel to depend on base package so libnuma.so resolves