fixing dependency problem and updating release string
This commit is contained in:
parent
72f0070c06
commit
6bcd60ad89
@ -1,7 +1,7 @@
|
||||
Name: numactl
|
||||
Summary: library for tuning for Non Uniform Memory Access machines
|
||||
Version: 0.9.8
|
||||
Release: %(R="$Revision: 1.37 $"; 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user