From d7c3f0de823cc9429c7b5d474dafe2da498a853e Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 17 Jun 2010 09:47:17 +0000 Subject: [PATCH] - add Requires: libdb-cxx to libdb-devel --- libdb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/libdb.spec b/libdb.spec index 245307a..5179d96 100644 --- a/libdb.spec +++ b/libdb.spec @@ -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 5.0.21-2 +- add Requires: libdb-cxx to libdb-devel + * Wed Apr 21 2010 Jindrich Novy 5.0.21-1 - initial build