diff options
| author | Fraser Tweedale <ftweedal@redhat.com> | 2016-06-21 19:42:53 +1000 |
|---|---|---|
| committer | Jan Cholasta <jcholast@redhat.com> | 2016-06-23 09:13:55 +0200 |
| commit | b59e82298ca0322713bc1dd947ba7a0ae79e44ce (patch) | |
| tree | d68dcbffe2d7ea141c321bebfaaa9b9863abe3ba | |
| parent | 517964f746e004801e5e73d61f3f5e16102b7299 (diff) | |
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>
| -rw-r--r-- | freeipa.spec.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/freeipa.spec.in b/freeipa.spec.in index 0d5c745d5..d31ddfaf7 100644 --- a/freeipa.spec.in +++ b/freeipa.spec.in @@ -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 |
