Rebased to PKI 10.6.1

This commit is contained in:
Endi S. Dewata 2018-05-04 05:40:19 +02:00
parent 21d97e5311
commit 8742c68e9d

View File

@ -15,11 +15,11 @@ ExcludeArch: aarch64 s390x
%endif
%if 0%{?rhel}
Version: 10.6.0
Release: 1%{?_timestamp}%{?_commit}%{?dist}
Version: 10.6.1
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
%else
Version: 10.6.0
Release: 1%{?_timestamp}%{?_commit}%{?dist}
Version: 10.6.1
Release: 1%{?_timestamp}%{?_commit_id}%{?dist}
%endif
################################################################################
@ -33,7 +33,7 @@ Release: 1%{?_timestamp}%{?_commit}%{?dist}
%endif
# Make certain that this 'meta' package requires the latest version(s)
# of ALL Dogtag PKI theme packages
# of ALL PKI theme packages
Requires: dogtag-pki-server-theme >= %{version}
Requires: dogtag-pki-console-theme >= %{version}
@ -44,7 +44,6 @@ Requires: pki-base-java >= %{version}
%if 0%{?with_python3}
Requires: pki-base-python3 >= %{version}
%endif
Requires: pki-symkey >= %{version}
Requires: pki-tools >= %{version}
Requires: pki-server >= %{version}
Requires: pki-ca >= %{version}
@ -58,7 +57,7 @@ Requires: pki-tps >= %{version}
Requires: pki-console >= %{version}
# Make certain that this 'meta' package requires the latest version(s)
# of ALL Dogtag PKI clients
# of ALL PKI clients
%if 0%{?fedora} >= 27 || 0%{?rhel} > 7
Requires: esc >= 1.1.1
%else
@ -99,6 +98,14 @@ NOTE: As a convenience for standalone deployments, this 'dogtag-pki'
* dogtag-pki-server-theme
* dogtag-pki-console-theme
################################################################################
%prep
################################################################################
################################################################################
%build
################################################################################
################################################################################
%install
################################################################################
@ -121,6 +128,11 @@ EOF
%changelog
################################################################################
* Thu May 3 2018 Dogtag PKI Team <pki-devel@redhat.com> - 10.6.1-1
- Rebased to PKI 10.6.1
- Bugzilla #1574711: pki-tools cannot be installed on current Rawhide
- Bugzilla #1559047: pki-core misses a dependency to pki-symkey
* Mon Apr 9 2018 Dogtag PKI Team <pki-devel@redhat.com> - 10.6.0-1
- Updated project URL
- Cleaned up spec file