summaryrefslogtreecommitdiffstats
path: root/specs
diff options
context:
space:
mode:
authorEndi Sukma Dewata <edewata@redhat.com>2012-08-28 14:14:54 -0500
committerEndi Sukma Dewata <edewata@redhat.com>2012-09-12 12:38:58 -0500
commit7c622a4e5714af8f83ce30022c970cc36c2ee597 (patch)
tree37391f70339126337560bd424bf6aa34b4f52185 /specs
parente455ddd81b3ef74e4b88ad34e7cd9e07e4c491b8 (diff)
downloadpki-7c622a4e5714af8f83ce30022c970cc36c2ee597.tar.gz
pki-7c622a4e5714af8f83ce30022c970cc36c2ee597.tar.xz
pki-7c622a4e5714af8f83ce30022c970cc36c2ee597.zip
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
Diffstat (limited to 'specs')
-rw-r--r--specs/pki-core.spec7
1 files changed, 5 insertions, 2 deletions
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 <edewata@redhat.com> 10.0.0-0.31.a1
+- Fixed pki-server to include everything in shared dir.
+
* Tue Sep 11 2012 Endi S. Dewata <edewata@redhat.com> 10.0.0-0.30.a1
- Added build dependency on redhat-rpm-config.