forked from freeipa/freeipa
-
Notifications
You must be signed in to change notification settings - Fork 0
Packaging
Endi S. Dewata edited this page Jul 22, 2022
·
1 revision
# Require Dogtag PKI 10.6.1 with Python 3 and SQL NSSDB fixes for external # CA support, https://bugzilla.redhat.com/show_bug.cgi?id=1573094 %global pki_version 10.6.1 BuildRequires: python3-pki >= %{pki_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: python3-pki >= %{pki_version}