rpms/jetty/devel jetty.spec,1.18,1.19

Alexander Kurtakov akurtakov at fedoraproject.org
Tue Sep 15 14:16:56 UTC 2009


Author: akurtakov

Update of /cvs/pkgs/rpms/jetty/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5635/devel

Modified Files:
	jetty.spec 
Log Message:
- Fix requires.


Index: jetty.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jetty/devel/jetty.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -p -r1.18 -r1.19
--- jetty.spec	15 Sep 2009 14:10:01 -0000	1.18
+++ jetty.spec	15 Sep 2009 14:16:56 -0000	1.19
@@ -42,7 +42,7 @@
 
 Name:           jetty
 Version:        6.1.20
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        The Jetty Webserver and Servlet Container
 
 Group:          Applications/Internet
@@ -95,7 +95,12 @@ Requires:  jakarta-commons-logging
 Requires:  tomcat5-jasper >= 5.5.26-1.5
 Requires:  jsp
 Requires:  mx4j >= 0:3.0
-Requires:  tomcat5-servlet-2.4-api >= 5.5.26-1.5
+Requires: tomcat5
+Requires: tomcat5-jasper
+Requires: tomcat6-servlet-2.5-api
+Requires: tomcat6-jsp-2.1-api
+Requires: slf4j
+Requires: classpathx-mail
 Requires:  xerces-j2 >= 0:2.7
 Requires:  xml-commons-apis
 Provides:  group(%username) = %jtuid
@@ -353,6 +358,9 @@ fi
 %doc %{_docdir}/%{name}-%{version}
 
 %changelog
+* Tue Sep 15 2009 Alexander Kurtakov <akurtako at redhat.com> 6.1.20-2
+- Fix requires.
+
 * Tue Sep 15 2009 Alexander Kurtakov <akurtako at redhat.com> 6.1.20-1
 - Update to upstream 6.1.20.
 




More information about the fedora-extras-commits mailing list