Skip to content

Commit

Permalink
Bump requires 389-ds-base
Browse files Browse the repository at this point in the history
ipa-replica-install sometimes fails with
--
[28/41]: setting up initial replication
Starting replication, please wait until this has completed.
[ldap://master.ipa.test:389] reports: Replica Busy! Status: [Error (1) Replication error acquiring replica: replica busy]
 [error] RuntimeError: Failed to start replication
--
which is caused by a 389-ds issue
(https://pagure.io/389-ds-base/issue/49818)
Bump requires to include the fix.

Fixes: https://pagure.io/freeipa/issue/7642
Reviewed-By: Christian Heimes <cheimes@redhat.com>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
  • Loading branch information
flo-renaud committed Oct 18, 2018
1 parent 885da73 commit 18fa0d7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions freeipa.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@
%global python2_ldap_version 2.4.15
# 10.5.9-5: https://bugzilla.redhat.com/show_bug.cgi?id=1596629
%global pki_version 10.5.9-5
# Fix for "Installation fails: Replica Busy"
# https://bugzilla.redhat.com/show_bug.cgi?id=1598478
%global ds_version 1.3.8.4-15
%else
# 1.15.1-7: certauth (http://krbdev.mit.edu/rt/Ticket/Display.html?id=8561)
%global krb5_version 1.15.1-7
Expand All @@ -77,6 +80,9 @@
%global python3_ldap_version 2.4.37-4
# 10.5.12: https://pagure.io/dogtagpki/issue/3043
%global pki_version 10.5.12
# Fix for "Installation fails: Replica Busy"
# https://pagure.io/389-ds-base/issue/49818
%global ds_version 1.4.0.16-1

%endif

Expand Down

0 comments on commit 18fa0d7

Please sign in to comment.