rpms/tomcat6/devel tomcat6.spec,1.1,1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Jul 10 19:43:54 UTC 2008


Author: spot

Update of /cvs/pkgs/rpms/tomcat6/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10036

Modified Files:
	tomcat6.spec 
Log Message:
fix repotag


Index: tomcat6.spec
===================================================================
RCS file: /cvs/pkgs/rpms/tomcat6/devel/tomcat6.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tomcat6.spec	7 Apr 2008 22:37:26 -0000	1.1
+++ tomcat6.spec	10 Jul 2008 19:42:58 -0000	1.2
@@ -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: 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 @@
 %{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 fedora-extras-commits mailing list