import bind-dyndb-ldap-11.10-28.el10

cs10 imports/cs10/bind-dyndb-ldap-11.10-28.el10
MSVSphere Packaging Team 3 months ago
parent eb0550bd51
commit 015e01ea65
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -4,15 +4,22 @@
%define bind_version 32:9.16.16
%if 0%{?fedora} >= 31 || 0%{?rhel} > 8
%if 0%{?fedora} >= 40 || 0%{?rhel} >= 10
%global openssl_pkcs11_version 0.3
%global openssl_pkcs11_name pkcs11-provider
%global softhsm_version 2.6.1
%else
%global openssl_pkcs11_version 0.4.10-6
%global openssl_pkcs11_name openssl-pkcs11
%global softhsm_version 2.5.0-4
%endif
%else
%global with_bind_pkcs11 1
%endif
Name: bind-dyndb-ldap
Version: 11.10
Release: 26%{?dist}
Release: 28%{?dist}
Summary: LDAP back-end plug-in for BIND
License: GPLv2+
@ -50,7 +57,7 @@ Requires: bind-pkcs11 >= %{bind_version}
Requires: bind-pkcs11-utils >= %{bind_version}
%else
Requires: softhsm >= %{softhsm_version}
Requires: openssl-pkcs11 >= %{openssl_pkcs11_version}
Requires: %{openssl_pkcs11_name} >= %{openssl_pkcs11_version}
Requires(pre): bind >= %{bind_version}
Requires: bind >= %{bind_version}
%endif
@ -130,6 +137,14 @@ sed -i.bak -e "$SEDSCRIPT" /etc/named.conf
%changelog
* Wed Nov 13 2024 Alexander Bokovoy <abokovoy@redhat.com> - 11.10-28
- Replace dependency on openssl-pkcs11 by pkcs11-provider
- Resolves: RHEL-30556
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 11.10-27
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 11.10-26
- Bump release for June 2024 mass rebuild

Loading…
Cancel
Save