summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2011-09-09 12:40:28 +0200
committerMartin Kosek <mkosek@redhat.com>2011-09-09 14:25:40 +0200
commit290bc6a7682b9744e927b772f8f36f67eb6ff5e5 (patch)
treeb6beee49ac09dcd2165c1694791e1510c38f1fd5
parent2adb863cf3437d59c8794021d96f2ee7f250f982 (diff)
downloadfreeipa-290bc6a7682b9744e927b772f8f36f67eb6ff5e5.tar.gz
freeipa-290bc6a7682b9744e927b772f8f36f67eb6ff5e5.tar.xz
freeipa-290bc6a7682b9744e927b772f8f36f67eb6ff5e5.zip
Set bind and bind-dyndb-ldap min nvr
This is a soft dependency, min nvr version will only be required when bind/bind-dyndb-ldap are installed. https://fedorahosted.org/freeipa/ticket/1121 https://fedorahosted.org/freeipa/ticket/1573
-rw-r--r--freeipa.spec.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 1c13f778b..5bc481b1d 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -124,6 +124,12 @@ Requires: subscription-manager
Requires(preun): python initscripts chkconfig
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.0.0-0.1.b1
+Conflicts: bind < 9.8.1-1
+
Obsoletes: ipa-server >= 1.0
%description server
@@ -541,6 +547,9 @@ fi
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/default.conf
%changelog
+* Fri Sep 9 2011 Martin Kosek <mkosek@redhat.com> - 2.1.0-4
+- Add soft dependency for bind and bind-dyndb-ldap required versions
+
* Wed Aug 31 2011 Rob Crittenden <rcritten@redhat.com> - 2.1.0-3
- Set min nvr of 389-ds-base to 1.2.9.7-1 for BZ 728605