From 7a701d827cce63467f46234e36ffb92686e6abbf Mon Sep 17 00:00:00 2001 From: DistroBaker Date: Thu, 17 Dec 2020 14:41:04 +0000 Subject: [PATCH] Merged update from upstream sources This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/bind-dyndb-ldap.git#0614e620de07b572dda725d0f7e7854b69563156 --- bind-dyndb-ldap.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/bind-dyndb-ldap.spec b/bind-dyndb-ldap.spec index 2fda30c..86a0340 100644 --- a/bind-dyndb-ldap.spec +++ b/bind-dyndb-ldap.spec @@ -12,7 +12,7 @@ Name: bind-dyndb-ldap Version: 11.6 -Release: 2%{?dist} +Release: 3%{?dist} Summary: LDAP back-end plug-in for BIND License: GPLv2+ @@ -32,11 +32,13 @@ BuildRequires: automake, autoconf, libtool BuildRequires: bind-pkcs11-devel >= %{bind_version} BuildRequires: make Requires(pre): bind-pkcs11 >= %{bind_version} +Requires: bind-pkcs11 >= %{bind_version} Requires: bind-pkcs11-utils >= %{bind_version} %else Requires: softhsm >= %{softhsm_version} Requires: openssl-pkcs11 >= %{openssl_pkcs11_version} Requires(pre): bind >= %{bind_version} +Requires: bind >= %{bind_version} %endif %description @@ -115,6 +117,10 @@ sed -i.bak -e "$SEDSCRIPT" /etc/named.conf %changelog +* Thu Dec 17 2020 Alexander Bokovoy - 11.6-3 +- Both require bind and require it for pre-install script +- Resolves: rhbz#1902811 + * Thu Dec 17 2020 Alexander Bokovoy - 11.6-2 - Fix requires to bind: require bind installed before bind-dyndb-ldap as we depend on named group