PKI TRAC Ticket #983: Release Dogtag 10.2.1

This commit is contained in:
Matthew Harmsen 2015-01-08 23:42:11 -07:00
parent 2dee86bede
commit 8b27ec6b47

View File

@ -1,7 +1,7 @@
Summary: Dogtag Public Key Infrastructure (PKI) Suite
Name: dogtag-pki
Version: 10.2.1
Release: 0.2%{?dist}
Release: 1%{?dist}
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
License: GPLv2 and LGPLv2
URL: http://pki.fedoraproject.org/
@ -17,12 +17,17 @@ ExcludeArch: ppc ppc64 ppcle ppc64le s390 s390x
%define esc_version 1.1.0
# NOTE: The following package versions are TLS compliant:
%define jss_version 4.2.6-35
%define pki_core_version %{version}-0.2
%define pki_core_version %{version}-0.4
%define pki_console_version %{version}-0.2
%define tomcatjss_version 7.1.1
Requires: apache-commons-codec
Requires: selinux-policy-base >= 3.11.1-43
%if 0%{?fedora} >= 21
Requires: selinux-policy-targeted >= 3.13.1-9
%else
# 0%{?rhel} || 0%{?fedora} < 21
Requires: selinux-policy-targeted >= 3.12.1-153
%endif
# Make certain that this 'meta' package requires the latest version(s)
# of ALL top-level Dogtag PKI support packages
@ -107,6 +112,12 @@ rm -rf %{buildroot}
%doc README
%changelog
* Thu Jan 8 2015 Dogtag Team <pki-devel@redhat.com> 10.2.1-1
- Update release number for release build
* Tue Dec 16 2014 Matthew Harmsen <mharmsen@redhat.com> - 10.2.1-0.4
- PKI TRAC Ticket #1205 - Outdated selinux-policy dependency.
* Mon Nov 24 2014 Christina Fu <cfu@redhat.com> 10.2.1-0.2
- Ticket 1198 Bugzilla 1158410 add TLS range support to server.xml by default and upgrade (cfu)
- Make dependencies comply with TLS changes (mharmsen)