commit 18d9d36d8caa7b905eb3ec0f8315276e4989535f Author: david knox dknox@78-97-42-72.skybeam.com Date: Mon Feb 28 17:03:53 2011 -0700
fixes typo in conf
tomcat6-6.0.conf | 2 +- tomcat6.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) --- diff --git a/tomcat6-6.0.conf b/tomcat6-6.0.conf index ee4450e..f2fe56e 100644 --- a/tomcat6-6.0.conf +++ b/tomcat6-6.0.conf @@ -9,7 +9,7 @@ #
# Where your java installation lives -JAVA_HOME="/usr/lib/jvm/jre +JAVA_HOME="/usr/lib/jvm/jre"
# Where your tomcat installation lives CATALINA_BASE="@@@TCHOME@@@" diff --git a/tomcat6.spec b/tomcat6.spec index 1eae242..63f745a 100644 --- a/tomcat6.spec +++ b/tomcat6.spec @@ -53,7 +53,7 @@ Name: tomcat6 Epoch: 0 Version: %{major_version}.%{minor_version}.%{micro_version} -Release: 4%{?dist} +Release: 5%{?dist} Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API
Group: Networking/Daemons @@ -561,6 +561,9 @@ fi %{appdir}/sample
%changelog +* Mon Feb 28 2011 David Knox dknox@redhat.com - 0:6.0.30-5 +- Fixes typo in tomcat6-conf. + * Mon Feb 28 2011 David Knox dknox@redhat.com - 0:6.0.30-4 - Resolves: rhbz 640134
scm-commits@lists.fedoraproject.org