From 7c622a4e5714af8f83ce30022c970cc36c2ee597 Mon Sep 17 00:00:00 2001 From: Endi Sukma Dewata Date: Tue, 28 Aug 2012 14:14:54 -0500 Subject: Added common ROOT webapp. The current ROOT webapp will redirect users coming to the root URL path to the proper path of the subsystem's webapp. Since now a single Tomcat instance may have multiple subsystems, a new ROOT webapp has been added to present the user with a menu of all available webapps from all subsystems in the instance. Ticket #89 --- specs/pki-core.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'specs') diff --git a/specs/pki-core.spec b/specs/pki-core.spec index 0986ab3b1..4d4d54c04 100644 --- a/specs/pki-core.spec +++ b/specs/pki-core.spec @@ -14,7 +14,7 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Name: pki-core Version: 10.0.0 -Release: %{?relprefix}30%{?prerel}%{?dist} +Release: %{?relprefix}31%{?prerel}%{?dist} Summary: Certificate System - PKI Core Components URL: http://pki.fedoraproject.org/ License: GPLv2 @@ -1163,7 +1163,7 @@ fi %{_datadir}/pki/setup/ %dir %{_datadir}/pki/shared -%{_datadir}/pki/shared/conf/ +%{_datadir}/pki/shared/ %files -n pki-selinux @@ -1304,6 +1304,9 @@ fi %changelog +* Wed Sep 12 2012 Endi S. Dewata 10.0.0-0.31.a1 +- Fixed pki-server to include everything in shared dir. + * Tue Sep 11 2012 Endi S. Dewata 10.0.0-0.30.a1 - Added build dependency on redhat-rpm-config. -- cgit