mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Update required version of dogtag to detect when FIPS is available
When it was checking for FIPS it assumed that /proc/sys/crypto existed which it doesn't in some containers and on Ubuntu. This was updated in dogtag, this change is just to pull in the fix. https://pagure.io/freeipa/issue/7608 Reviewed-By: Florence Blanc-Renaud <flo@redhat.com>
This commit is contained in:
parent
fe0cc94581
commit
7da50cf461
@ -72,9 +72,9 @@
|
||||
|
||||
%endif # Fedora
|
||||
|
||||
# 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
|
||||
# Require Dogtag PKI 10.6.6 to detect when fips is available,
|
||||
# https://pagure.io/freeipa/issue/7608
|
||||
%global pki_version 10.6.6
|
||||
|
||||
# NSS release with fix for CKA_LABEL import bug in shared SQL database.
|
||||
# https://bugzilla.redhat.com/show_bug.cgi?id=1568271
|
||||
|
Loading…
Reference in New Issue
Block a user