summaryrefslogtreecommitdiffstats
path: root/specs/dogtag-pki.spec
diff options
context:
space:
mode:
authorMatthew Harmsen <mharmsen@redhat.com>2014-09-07 22:14:47 -0700
committerMatthew Harmsen <mharmsen@redhat.com>2014-09-07 22:14:47 -0700
commit7cf3bd73a7c41d8633fb2a92053a55e0e36a4925 (patch)
treeaaa8a0fa7c1e7ccd4a296b657aa175e2a9e45d7d /specs/dogtag-pki.spec
parente196aec0f3cc8735cef928909443e586f8b4dbe8 (diff)
downloadpki-7cf3bd73a7c41d8633fb2a92053a55e0e36a4925.tar.gz
pki-7cf3bd73a7c41d8633fb2a92053a55e0e36a4925.tar.xz
pki-7cf3bd73a7c41d8633fb2a92053a55e0e36a4925.zip
Update release number for release build (10.2.0-2)
- Revised dependencies - Removed RA references - Changed Apache TPS references to Tomcat TPS references
Diffstat (limited to 'specs/dogtag-pki.spec')
-rw-r--r--specs/dogtag-pki.spec26
1 files changed, 10 insertions, 16 deletions
diff --git a/specs/dogtag-pki.spec b/specs/dogtag-pki.spec
index dbc9887f1..38a2a99a9 100644
--- a/specs/dogtag-pki.spec
+++ b/specs/dogtag-pki.spec
@@ -1,7 +1,7 @@
Summary: Dogtag Public Key Infrastructure (PKI) Suite
Name: dogtag-pki
Version: 10.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
# The entire source code is GPLv2 except for 'pki-tps' which is LGPLv2
License: GPLv2 and LGPLv2
URL: http://pki.fedoraproject.org/
@@ -15,11 +15,10 @@ ExcludeArch: ppc ppc64 ppcle ppc64le s390 s390x
%define dogtag_pki_theme_version 10.2.0
%define esc_version 1.1.0
-%define jss_version 4.2.6-28
+%define jss_version 4.2.6-31
%define pki_core_version 10.2.0
%define pki_kra_version 10.2.0
%define pki_ocsp_version 10.2.0
-%define pki_ra_version 10.2.0
%define pki_tks_version 10.2.0
%define pki_tps_version 10.2.0
%define pki_console_version 10.2.0
@@ -59,7 +58,6 @@ Requires: pki-javadoc >= %{pki_core_version}
# of ALL other Dogtag PKI subsystems
Requires: pki-kra >= %{pki_kra_version}
Requires: pki-ocsp >= %{pki_ocsp_version}
-Requires: pki-ra >= %{pki_ra_version}
Requires: pki-tks >= %{pki_tks_version}
Requires: pki-tps >= %{pki_tps_version}
@@ -84,12 +82,11 @@ Conflicts: redhat-pki
%description
The Dogtag Public Key Infrastructure (PKI) Suite is comprised of the following
-six subsystems and a client (for use by a Token Management System):
+five subsystems and a client (for use by a Token Management System):
* Certificate Authority (CA)
* Data Recovery Manager (DRM)
* Online Certificate Status Protocol (OCSP) Manager
- * Registration Authority (RA)
* Token Key Service (TKS)
* Token Processing System (TPS)
* Enterprise Security Client (ESC)
@@ -99,22 +96,13 @@ user/group administration of CA, DRM, OCSP, and TKS, javadocs on portions
of the Dogtag API, as well as various command-line tools used to assist with
a PKI deployment.
-To successfully deploy instances of a CA, DRM, OCSP, or TKS,
+To successfully deploy instances of a CA, DRM, OCSP, TKS, or TPS,
a Tomcat Web Server must be up and running locally on this machine.
-To successfully deploy instances of an RA, or TPS,
-an Apache Web Server must be up and running locally on this machine.
-
To meet the database storage requirements of each CA, DRM, OCSP, TKS, or TPS
instance, a 389 Directory Server must be up and running either locally on
this machine, or remotely over the attached network connection.
-To meet the database storage requirements of an RA, an SQLite database will
-be created locally on this machine each time a new RA instance is created.
-
-After installation of this package, use the 'pkicreate' and 'pkiremove'
-utilities to respectively create and remove PKI instances.
-
%prep
cat > README <<EOF
This package is just a "meta-package" whose dependencies pull in all of the
@@ -129,6 +117,12 @@ rm -rf %{buildroot}
%doc README
%changelog
+* Sun Sep 7 2014 Dogtag Team <pki-devel@redhat.com> 10.2.0-2
+- Updated release number for release build
+- Revised dependencies
+- Removed RA references
+- Changed Apache TPS references to Tomcat TPS references
+
* Wed Sep 3 2014 Dogtag Team <pki-devel@redhat.com> 10.2.0-1
- Update release number for release build