[java-sig-commits] [tomcat: 3/66] fix repotag

Ivan Afonichev van at fedoraproject.org
Wed May 25 21:28:42 UTC 2011


commit 372ace32adc5348fdb3209f43505e0ab713b1d84
Author: Tom Callaway <spot at fedoraproject.org>
Date:   Thu Jul 10 19:42:58 2008 +0000

    fix repotag

 tomcat6.spec |   12 ++++++++----
 1 files 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 <tcallawa at redhat.com> - 0:6.0.16-1.8
+- drop repotag
+
 * Fri Apr 04 2008 David Walluck <dwalluck at redhat.com> 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


More information about the java-sig-commits mailing list