summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-03-20 15:35:54 +0100
committerMartin Kosek <mkosek@redhat.com>2012-03-20 15:37:53 +0100
commit9d0ef96c670f0ddae12f4a4cbf12d9e4e58607da (patch)
tree79a48b79b9177318ba7adf4e46502b11729fbfbf /freeipa.spec.in
parentf18cfd7de8e82d465cdd112decd262e6c901b2cb (diff)
downloadfreeipa-9d0ef96c670f0ddae12f4a4cbf12d9e4e58607da.tar.gz
freeipa-9d0ef96c670f0ddae12f4a4cbf12d9e4e58607da.tar.xz
freeipa-9d0ef96c670f0ddae12f4a4cbf12d9e4e58607da.zip
Allow port numbers for idnsForwarders
Let user enter custom ports for zone conditional forwarders or global forwarders in dnsconfig. Ports can be specified in a standard BIND format: IP_ADDRESS [port PORT] https://fedorahosted.org/freeipa/ticket/2462
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index de0c401b1..773afbb0e 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -160,8 +160,8 @@ Requires(postun): python initscripts chkconfig
# We have a soft-requires on bind. It is an optional part of
# IPA but if it is configured we need a way to require versions
# that work for us.
-Conflicts: bind-dyndb-ldap < 1.1.0-0.8.a2
-Conflicts: bind < 9.8.1-1
+Conflicts: bind-dyndb-ldap < 1.1.0-0.9.b1
+Conflicts: bind < 9.8.2-0.4.rc2
# mod_proxy provides a single API to communicate over SSL. If mod_ssl
# is even loaded into Apache then it grabs this interface.
@@ -686,6 +686,9 @@ fi
%changelog
+* Wed Mar 19 2012 Martin Kosek <mkosek@redhat.com> - 2.99.0-23
+- Set min for bind-dyndb-ldap and bind to pick up new features and bug fixes
+
* Thu Mar 1 2012 Jan Cholasta <jcholast@redhat.com> - 2.99.0-22
- Set min nvr of sssd to 1.8.0 for SSH support
- Add BuildRequires on sssd >= 1.8.0