From 8d746c8f4470540966abf02c11fbe8e5876602e4 Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Dec 05 2018 13:26:37 +0000 Subject: Require Dogtag PKI 10.6.8-3 pki-core 10.6.7 was unpushed and never landed in Fedora stable. The latest release is 10.6.8-3 with additional fixes. The new versions are in testing and FreeIPA's master COPR. Also remove dependency on JSS. The dependency was originally added as a workaround. The pki-core package already requires a newer version of JSS. Fixes: https://pagure.io/freeipa/issue/7654 Signed-off-by: Christian Heimes Reviewed-By: Alexander Bokovoy --- diff --git a/freeipa.spec.in b/freeipa.spec.in index 8f9c658..cc7a2ad 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -98,10 +98,11 @@ %endif # Fedora -# Require Dogtag PKI 10.6.7-3 which fixes UpdateNumberRange clone -# installation issue; https://pagure.io/freeipa/issue/7654 +# Require Dogtag PKI 10.6.8-3 (10.6.7 was never pushed to stable) +# 10.6.7 fixes UpdateNumberRange clone installation issue +# https://pagure.io/freeipa/issue/7654 and empty token issue # and https://pagure.io/dogtagpki/issue/3073 -%global pki_version 10.6.7-3 +%global pki_version 10.6.8-3 # NSS release with fix for CKA_LABEL import bug in shared SQL database. # https://bugzilla.redhat.com/show_bug.cgi?id=1568271 @@ -381,10 +382,6 @@ Requires(post): systemd-units Requires: selinux-policy >= %{selinux_policy_version} Requires(post): selinux-policy-base >= %{selinux_policy_version} Requires: slapi-nis >= %{slapi_nis_version} -# jss is an indirect dependency. 4.4.5 fixes sub CA replication bug, -# see https://pagure.io/freeipa/issue/7536 -# see https://pagure.io/freeipa/issue/7590 -Requires: jss >= 4.4.5-1 Requires: pki-ca >= %{pki_version} Requires: pki-kra >= %{pki_version} Requires(preun): systemd-units