URL: https://github.com/freeipa/freeipa/pull/5586 Author: flo-renaud Title: #5586: [Backport][ipa-4-9] freeipa.spec: bump the required version of 389ds Action: opened
PR body: """ This PR was opened automatically because PR #5571 was pushed to master and backport to ipa-4-9 is required. """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/5586/head:pr5586 git checkout pr5586
From 981df434dfa42a7b40404fd21c751e080bfe17d7 Mon Sep 17 00:00:00 2001 From: Florence Blanc-Renaud <f...@redhat.com> Date: Thu, 18 Feb 2021 10:51:20 +0100 Subject: [PATCH] freeipa.spec: bump the required version of 389ds In order to get the fix for sync_repl, the following versions are required: on fedora32: 1.4.3.19-1 on fedora33 and above: 1.4.4.12-1 on rhel 8.4: 1.4.3.16-11 Note: the fix is not available yet on fedora32 as the build has been marked as obsolete due to a pkispawn regression (https://github.com/dogtagpki/pki/issues/3458). The version will need to be updated in a later commit. Fixes: https://pagure.io/freeipa/issue/8496 --- freeipa.spec.in | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 4e4d0a0be6a..7f27179e8a3 100755 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -74,9 +74,9 @@ %global slapi_nis_version 0.56.4 %global python_ldap_version 3.1.0-1 # python3-lib389 -# Fix for "Installation fails: Replica Busy" -# https://pagure.io/389-ds-base/issue/49818 -%global ds_version 1.4.2.4-6 +# Fix for https://bugzilla.redhat.com/show_bug.cgi?id=1912822 +# sync_repl issue +%global ds_version 1.4.3.16-11 # Fix for TLS 1.3 PHA, RHBZ#1775158 %global httpd_version 2.4.37-21 %global bind_version 9.11.20-6 @@ -101,9 +101,14 @@ # fix for segfault in python3-ldap, https://pagure.io/freeipa/issue/7324 %global python_ldap_version 3.1.0-1 -# 1.4.3 moved nsslapd-db-locks to cn=bdb sub-entry -# https://pagure.io/freeipa/issue/8515 +# https://github.com/389ds/389-ds-base/issues/4526 +# sync_repl issue +%if 0%{?fedora} >= 33 +%global ds_version 1.4.4.12-1 +%else +# TBD: update the version when fedora32 ships the fix %global ds_version 1.4.3 +%endif # Fix for TLS 1.3 PHA, RHBZ#1775146 %global httpd_version 2.4.41-9
_______________________________________________ FreeIPA-devel mailing list -- freeipa-devel@lists.fedorahosted.org To unsubscribe send an email to freeipa-devel-le...@lists.fedorahosted.org Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/freeipa-devel@lists.fedorahosted.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure