summaryrefslogtreecommitdiffstats
path: root/freeipa.spec.in
diff options
context:
space:
mode:
authorMartin Kosek <mkosek@redhat.com>2012-08-02 16:25:15 +0200
committerMartin Kosek <mkosek@redhat.com>2012-08-02 17:22:19 +0200
commit8c7556db8339cf64f1c80e4ffec30ac3646f177e (patch)
tree8ac9f35a0524d77eda8c209491b69944bc6a2c62 /freeipa.spec.in
parent79a427277a12925bca3f170cc7a255a2a9e45a10 (diff)
downloadfreeipa.git-8c7556db8339cf64f1c80e4ffec30ac3646f177e.tar.gz
freeipa.git-8c7556db8339cf64f1c80e4ffec30ac3646f177e.tar.xz
freeipa.git-8c7556db8339cf64f1c80e4ffec30ac3646f177e.zip
Bump bind-dyndb-ldap version for F18
bind-dyndb-ldap with SOA serial autoincrement was released. Bump the package version in the spec file. The version is bumped for F18 only as it was released only to rawhide and we don't want to break development on F17. https://fedorahosted.org/freeipa/ticket/2554
Diffstat (limited to 'freeipa.spec.in')
-rw-r--r--freeipa.spec.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 6b24a0b0..84aaa0df 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -175,7 +175,11 @@ Requires: keyutils
# 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.
+%if 0%{?fedora} >= 18
+Conflicts: bind-dyndb-ldap < 1.1.0-0.15.rc1
+%else
Conflicts: bind-dyndb-ldap < 1.1.0-0.12.rc1
+%endif
Conflicts: bind < 9.8.2-0.4.rc2
# mod_proxy provides a single API to communicate over SSL. If mod_ssl
@@ -747,6 +751,10 @@ fi
%ghost %attr(0644,root,apache) %config(noreplace) %{_sysconfdir}/ipa/ca.crt
%changelog
+* 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
+
* Tue Jul 24 2012 Rob Crittenden <rcritten@redhat.com> - 2.99.0-39
- Set minimum certmonger to 0.58 for dogtag cert renewal