mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Require Dogtag >= 10.3.3
Dogtag 10.3.3 fixes a lightweight CA initialisation issue that caused existing lightweight CAs to not be initialised on CA replicas on first run (see https://fedorahosted.org/pki/ticket/2359). Part of: https://fedorahosted.org/freeipa/ticket/4559 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
This commit is contained in:
parent
517964f746
commit
b59e82298c
@ -94,7 +94,7 @@ BuildRequires: libunistring-devel
|
||||
BuildRequires: python-lesscpy
|
||||
BuildRequires: python-yubico >= 1.2.3
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: pki-base >= 10.3.2
|
||||
BuildRequires: pki-base >= 10.3.3
|
||||
BuildRequires: python-pytest-multihost >= 0.5
|
||||
BuildRequires: python-pytest-sourceorder
|
||||
BuildRequires: python-kdcproxy >= 0.3
|
||||
@ -155,8 +155,8 @@ Requires(post): systemd-units
|
||||
Requires: selinux-policy >= %{selinux_policy_version}
|
||||
Requires(post): selinux-policy-base >= %{selinux_policy_version}
|
||||
Requires: slapi-nis >= 0.55-1
|
||||
Requires: pki-ca >= 10.3.2
|
||||
Requires: pki-kra >= 10.3.2
|
||||
Requires: pki-ca >= 10.3.3
|
||||
Requires: pki-kra >= 10.3.3
|
||||
Requires(preun): python systemd-units
|
||||
Requires(postun): python systemd-units
|
||||
Requires: zip
|
||||
|
Loading…
Reference in New Issue
Block a user