mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-24 16:10:02 -06:00
bump required version of BIND, bind-dyndb-ldap
bynd-dyndb-ldap used a custom configuration file format. Since BIND 9.11, an API was accepted upstream. This caused backward incompatible changes to the named.conf configuration file used to configure the bind-dyndb-ldap BIND plugin. Version 11.0 of bind-dyndb-ldap plugin and BIND 9.11 are required to use with the new config file format. https://fedorahosted.org/freeipa/ticket/6565 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
e8a2abd548
commit
5de7065fe5
@ -373,18 +373,11 @@ Summary: IPA integrated DNS server with support for automatic DNSSEC signing
|
||||
Group: System Environment/Base
|
||||
BuildArch: noarch
|
||||
Requires: %{name}-server = %{version}-%{release}
|
||||
Requires: bind-dyndb-ldap >= 10.0
|
||||
%if 0%{?fedora} >= 21
|
||||
Requires: bind >= 9.9.6-3
|
||||
Requires: bind-utils >= 9.9.6-3
|
||||
Requires: bind-pkcs11 >= 9.9.6-3
|
||||
Requires: bind-pkcs11-utils >= 9.9.6-3
|
||||
%else
|
||||
Requires: bind >= 9.9.4-21
|
||||
Requires: bind-utils >= 9.9.4-21
|
||||
Requires: bind-pkcs11 >= 9.9.4-21
|
||||
Requires: bind-pkcs11-utils >= 9.9.4-21
|
||||
%endif
|
||||
Requires: bind-dyndb-ldap >= 11.0
|
||||
Requires: bind >= 9.11.0-6.P2
|
||||
Requires: bind-utils >= 9.11.0-6.P2
|
||||
Requires: bind-pkcs11 >= 9.11.0-6.P2
|
||||
Requires: bind-pkcs11-utils >= 9.11.0-6.P2
|
||||
Requires: opendnssec >= 1.4.6-4
|
||||
|
||||
Provides: %{alt_name}-server-dns = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user