diff options
author | Matthew Harmsen <mharmsen@redhat.com> | 2012-08-16 20:09:20 -0700 |
---|---|---|
committer | Matthew Harmsen <mharmsen@redhat.com> | 2012-08-17 15:07:19 -0700 |
commit | aaebc76f590a31f6dc44efa98dba950985dc6dd2 (patch) | |
tree | 4c9c653cec8f5841b9c0c56be322762e2744aed1 /specs/pki-ra.spec | |
parent | 6028b01f64305eda7540cf96bde658d4ebbec2ed (diff) | |
download | pki-aaebc76f590a31f6dc44efa98dba950985dc6dd2.tar.gz pki-aaebc76f590a31f6dc44efa98dba950985dc6dd2.tar.xz pki-aaebc76f590a31f6dc44efa98dba950985dc6dd2.zip |
PKI Deployment Scriptlets
* TRAC Ticket #266 - for non-master CA subsystems, pkidestroy needs to
contact the security domain to update the domain
* Made Fedora 17 rely upon tomcatjss 7.0.0 or later
* Changed Dogtag 10 build-time and runtime requirements for 'pki-deploy'
* Altered PKI Package Dependency Chain (top-to-bottom):
pki-ca, pki-kra, pki-ocsp, pki-tks --> pki-deploy --> pki-common
* Changed TPS to require a build-time dependency of 'httpd-devel >= 2.4.2'
* Clarified RPM build script's usage message
Diffstat (limited to 'specs/pki-ra.spec')
-rw-r--r-- | specs/pki-ra.spec | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/specs/pki-ra.spec b/specs/pki-ra.spec index b52a4f4e4..e500826e2 100644 --- a/specs/pki-ra.spec +++ b/specs/pki-ra.spec @@ -7,7 +7,7 @@ Name: pki-ra Version: 10.0.0 -Release: %{?relprefix}2%{?prerel}%{?dist} +Release: %{?relprefix}3%{?prerel}%{?dist} Summary: Certificate System - Registration Authority URL: http://pki.fedoraproject.org/ License: GPLv2 @@ -29,9 +29,10 @@ BuildRequires: nss-devel Requires: mod_nss >= 1.0.8 Requires: mod_perl >= 1.99_16 Requires: mod_revocator >= 1.0.3 -Requires: pki-native-tools -Requires: pki-ra-theme >= 9.0.0 -Requires: pki-selinux +Requires: pki-deploy >= 10.0.0 +Requires: pki-native-tools >= 10.0.0 +Requires: pki-ra-theme >= 10.0.0 +Requires: pki-selinux >= 10.0.0 Requires: pki-setup Requires: perl-DBD-SQLite Requires: sqlite @@ -244,6 +245,9 @@ fi %changelog +* Thu Aug 16 2012 Matthew Harmsen <mharmsen@redhat.com> 10.0.0-0.3.a1 +- Added 'pki-deploy' runtime dependency + * Mon Aug 13 2012 Ade Lee <alee@redhat.com> 10.0.0-0.2.a1 - Added systemd scripts - Ported config files and init scripts to apache 2.4 |