From 67aa181e223dcd1265a589daa0068d06f9470e6d Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 17 Jun 2010 09:49:04 +0000 Subject: [PATCH] - put the Requires into the right subpackage --- libdb.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libdb.spec b/libdb.spec index 5179d96..14a7490 100644 --- a/libdb.spec +++ b/libdb.spec @@ -46,7 +46,6 @@ 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 @@ -75,6 +74,7 @@ recovery. DB supports C, C++, Java and Perl APIs. Summary: C development files for the Berkeley DB library Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: %{name}-cxx = %{version}-%{release} %description devel The Berkeley Database (Berkeley DB) is a programmatic toolkit that