URL: https://github.com/freeipa/freeipa/pull/2491 Author: tiran Title: #2491: Require Dogtag 10.6.7 with KRA DL1 fix Action: opened
PR body: """ Dogtag PKI >= 10.6.7 comes with a fix for number range depletion when multiple clones created from same master. pki-ca-10.6.7 updates are pending. For the time being, FreeIPA's master COPR has builds. See: https://pagure.io/freeipa/issue/7654 See: https://pagure.io/dogtagpki/issue/3055 Signed-off-by: Christian Heimes <[email protected]> """ To pull the PR as Git branch: git remote add ghfreeipa https://github.com/freeipa/freeipa git fetch ghfreeipa pull/2491/head:pr2491 git checkout pr2491
From 817c7192d8a0bc7556d6c62f207ce3af09d58a52 Mon Sep 17 00:00:00 2001 From: Christian Heimes <[email protected]> Date: Thu, 25 Oct 2018 12:59:05 +0200 Subject: [PATCH] Require Dogtag 10.6.7 with KRA DL1 fix Dogtag PKI >= 10.6.7 comes with a fix for number range depletion when multiple clones created from same master. pki-ca-10.6.7 updates are pending. For the time being, FreeIPA's master COPR has builds. See: https://pagure.io/freeipa/issue/7654 See: https://pagure.io/dogtagpki/issue/3055 Signed-off-by: Christian Heimes <[email protected]> --- freeipa.spec.in | 6 +++--- ipatests/test_integration/test_installation.py | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/freeipa.spec.in b/freeipa.spec.in index 3e6afb0a6b..d8849a655d 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -76,9 +76,9 @@ %endif # Fedora -# Require Dogtag PKI 10.6.6 to detect when fips is available, -# https://pagure.io/freeipa/issue/7608 -%global pki_version 10.6.6 +# Require Dogtag PKI 10.6.7 with fix for KRA installer +# https://pagure.io/freeipa/issue/7654 +%global pki_version 10.6.7 # NSS release with fix for CKA_LABEL import bug in shared SQL database. # https://bugzilla.redhat.com/show_bug.cgi?id=1568271 diff --git a/ipatests/test_integration/test_installation.py b/ipatests/test_integration/test_installation.py index 9a07debb26..905838e608 100644 --- a/ipatests/test_integration/test_installation.py +++ b/ipatests/test_integration/test_installation.py @@ -118,7 +118,6 @@ def test_replica2_with_dns_install(self): def test_replica2_ipa_ca_install(self): tasks.install_ca(self.replicas[2]) - @pytest.mark.xfail(reason='Ticket 7654', strict=True) def test_replica2_ipa_kra_install(self): tasks.install_kra(self.replicas[2])
_______________________________________________ FreeIPA-devel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedorahosted.org/archives/list/[email protected]
