summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Heimes <cheimes@redhat.com>2018-02-06 15:46:37 +0100
committerChristian Heimes <cheimes@redhat.com>2018-02-08 09:30:29 +0100
commit7619fa41549d7206b04511fbabb4c39f648a486c (patch)
treef1b8ead4f97db91416d871f5400409a7802b9ef7
parentec228f411e480e03108f0e0fec0f706e159ca61c (diff)
downloadfreeipa-7619fa41549d7206b04511fbabb4c39f648a486c.tar.gz
freeipa-7619fa41549d7206b04511fbabb4c39f648a486c.tar.xz
freeipa-7619fa41549d7206b04511fbabb4c39f648a486c.zip
Bump python-ldap version to fix syncrepl bug
python-ldap had a bug in syncrepl caused by incompatible changes in pyasn1. The bug has been fixed in 2.4.25-9. Fixes: https://pagure.io/freeipa/issue/7240 Signed-off-by: Christian Heimes <cheimes@redhat.com> Reviewed-By: Christian Heimes <cheimes@redhat.com>
-rw-r--r--freeipa.spec.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in
index 52aa48a6a..f074f296c 100644
--- a/freeipa.spec.in
+++ b/freeipa.spec.in
@@ -68,7 +68,8 @@
%global python2_ldap_version 3.0.0-0.4.b4
%global python3_ldap_version 3.0.0-0.4.b4
%else
-%global python2_ldap_version 2.4.15
+# syncrepl fix, https://pagure.io/freeipa/issue/7240
+%global python2_ldap_version 2.4.25-9
%global python3_ldap_version 2.4.35.1-2
%endif