- add Requires: libdb-cxx to libdb-devel
This commit is contained in:
parent
3beeaa3951
commit
d7c3f0de82
@ -6,7 +6,7 @@
|
||||
Summary: The Berkeley DB database library for C
|
||||
Name: libdb
|
||||
Version: 5.0.21
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Source0: http://download.oracle.com/berkeley-db/db-%{version}.tar.gz
|
||||
Source1: http://download.oracle.com/berkeley-db/db.1.85.tar.gz
|
||||
# db-1.85 upstream patches
|
||||
@ -46,6 +46,7 @@ be installed on all systems.
|
||||
Summary: The Berkeley DB database library for C++
|
||||
Group: System Environment/Libraries
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: %{name}-cxx = %{version}-%{release}
|
||||
|
||||
%description cxx
|
||||
The Berkeley Database (Berkeley DB) is a programmatic toolkit that
|
||||
@ -401,6 +402,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jun 17 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-2
|
||||
- add Requires: libdb-cxx to libdb-devel
|
||||
|
||||
* Wed Apr 21 2010 Jindrich Novy <jnovy@redhat.com> 5.0.21-1
|
||||
- initial build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user