From fd3f90103e3cb36f9e96978bbdc88e9c045f2288 Mon Sep 17 00:00:00 2001 From: Jan Vcelak Date: Mon, 27 Jun 2011 18:19:04 +0200 Subject: [PATCH] allow build against DB 5.2 Resolves: #715827 --- openldap.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openldap.spec b/openldap.spec index 9c69305..1910829 100644 --- a/openldap.spec +++ b/openldap.spec @@ -77,7 +77,8 @@ Requires: openldap = %{version}-%{release}, openssl Requires(pre): shadow-utils, initscripts Requires(post): chkconfig, /sbin/runuser, make, initscripts Requires(preun): chkconfig, initscripts -BuildRequires: libdb-devel >= 5.0, libdb-devel < 5.2 +# BEWARE: DB 5.1 is the latest version supported by OpenLDAP 2.4.25; however we have 5.2 in Rawhide +BuildRequires: libdb-devel >= 5.0, libdb-devel < 5.3 Group: System Environment/Daemons %description servers