mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Require Dogtag PKI >= 10.2.6
Dogtag 10.2.6 comes with two fixes for cloning from 9.x to 10.x instances: https://fedorahosted.org/pki/ticket/1495 https://fedorahosted.org/pki/ticket/1488 https://fedorahosted.org/freeipa/ticket/5140 https://fedorahosted.org/freeipa/ticket/5129 Reviewed-By: Martin Basti <mbasti@redhat.com>
This commit is contained in:
parent
66bd2094f9
commit
4e18a62dd5
@ -98,7 +98,7 @@ BuildRequires: python-yubico >= 1.2.3
|
||||
BuildRequires: softhsm-devel >= 2.0.0rc1-1
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: p11-kit-devel
|
||||
BuildRequires: pki-base >= 10.2.5
|
||||
BuildRequires: pki-base >= 10.2.6
|
||||
BuildRequires: python-pytest-multihost >= 0.5
|
||||
BuildRequires: python-pytest-sourceorder
|
||||
BuildRequires: python-kdcproxy >= 0.3
|
||||
@ -143,8 +143,8 @@ Requires(post): systemd-units
|
||||
Requires: selinux-policy >= %{selinux_policy_version}
|
||||
Requires(post): selinux-policy-base
|
||||
Requires: slapi-nis >= 0.54.2-1
|
||||
Requires: pki-ca >= 10.2.5
|
||||
Requires: pki-kra >= 10.2.5
|
||||
Requires: pki-ca >= 10.2.6
|
||||
Requires: pki-kra >= 10.2.6
|
||||
Requires(preun): python systemd-units
|
||||
Requires(postun): python systemd-units
|
||||
Requires: python-dns >= 1.11.1
|
||||
|
Loading…
Reference in New Issue
Block a user