summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-08-17 07:32:14 +0200
committerMartin Kosek <mkosek@redhat.com>2012-08-17 12:07:25 +0200
commitadc2f77a39df33d5e273536914cd543f43d3f393 (patch)
treeebf05d0c1e73cb13a2b80967c6b996a42f4c86d4 /freeipa.spec.in
parentfb2a36d5175c5fc6e59e4774d56ded9e341cdc70 (diff)
downloadfreeipa-adc2f77a39df33d5e273536914cd543f43d3f393.tar.gz
freeipa-adc2f77a39df33d5e273536914cd543f43d3f393.tar.xz
freeipa-adc2f77a39df33d5e273536914cd543f43d3f393.zip
Bump bind-dyndb-ldap version in spec file
The updated version of the BIND LDAP plugin includes completed support of DNS zone transfers. With the new version, users will be able to configure slave DNS servers for IPA master DNS server.
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 84aaa0dfe..a7b9fa1b6 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -176,7 +176,7 @@ Requires: keyutils
# IPA but if it is configured we need a way to require versions
# that work for us.
%if 0%{?fedora} >= 18
-Conflicts: bind-dyndb-ldap < 1.1.0-0.15.rc1
+Conflicts: bind-dyndb-ldap < 1.1.0-0.16.rc1
%else
Conflicts: bind-dyndb-ldap < 1.1.0-0.12.rc1
%endif
@@ -751,6 +751,10 @@ fi
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
%changelog
+* Thu Aug 17 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-41
+- Set min for bind-dyndb-ldap to 1.1.0-0.16.rc1 to pick up complete zone transfer
+ support
+
* Thu Aug 2 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-40
- Set min for bind-dyndb-ldap to 1.1.0-0.15.rc1 to pick up SOA serial autoincrement
feature