From aaebc76f590a31f6dc44efa98dba950985dc6dd2 Mon Sep 17 00:00:00 2001 From: Matthew Harmsen Date: Thu, 16 Aug 2012 20:09:20 -0700 Subject: 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 --- specs/pki-ra.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'specs/pki-ra.spec') 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 10.0.0-0.3.a1 +- Added 'pki-deploy' runtime dependency + * Mon Aug 13 2012 Ade Lee 10.0.0-0.2.a1 - Added systemd scripts - Ported config files and init scripts to apache 2.4 -- cgit