From 372ace32adc5348fdb3209f43505e0ab713b1d84 Mon Sep 17 00:00:00 2001 From: Tom Callaway Date: Thu, 10 Jul 2008 19:42:58 +0000 Subject: [PATCH] fix repotag --- tomcat6.spec | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/tomcat6.spec b/tomcat6.spec index 30d4ffb..b596b45 100644 --- a/tomcat6.spec +++ b/tomcat6.spec @@ -51,7 +51,7 @@ Name: tomcat6 Epoch: 0 Version: %{major_version}.%{minor_version}.%{macro_version} -Release: 1jpp.7%{?dist} +Release: 1.8%{?dist} Summary: Apache Servlet/JSP Engine, RI for Servlet %{servletspec}/JSP %{jspspec} API Group: Networking/Daemons @@ -86,9 +86,10 @@ Requires: jakarta-commons-logging Requires: java >= 0:1.6.0 Requires: procps Requires: %{name}-lib = %{epoch}:%{version}-%{release} -Requires(post): /sbin/chkconfig -Requires(preun): /sbin/chkconfig -Requires(preun): /sbin/service +Requires(post): chkconfig +Requires(preun): chkconfig +# for /sbin/service +Requires(preun): initscripts %description Tomcat is the servlet container that is used in the official Reference @@ -433,6 +434,9 @@ fi %{appdir}/sample %changelog +* Thu Jul 10 2008 Tom "spot" Callaway - 0:6.0.16-1.8 +- drop repotag + * Fri Apr 04 2008 David Walluck 0:6.0.16-1jpp.7.fc9 - version jsp and servlet Provides with their spec versions - remove Obsoletes/Provides for servletapi6 package as it can co-exist