From e4b49ab624a334c3419fc39544fa9eaadf05fd9e Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Sep 29 2009 08:15:26 +0000 Subject: No need to require the whole tomcat5. --- diff --git a/jetty.spec b/jetty.spec index 0e623ae..cd63ff2 100644 --- a/jetty.spec +++ b/jetty.spec @@ -42,7 +42,7 @@ Name: jetty Version: 6.1.20 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Jetty Webserver and Servlet Container Group: Applications/Internet @@ -96,8 +96,6 @@ Requires: jakarta-commons-logging Requires: tomcat5-jasper >= 5.5.26-1.5 Requires: jsp Requires: mx4j >= 0:3.0 -Requires: tomcat5 -Requires: tomcat5-jasper Requires: tomcat6-servlet-2.5-api Requires: tomcat6-jsp-2.1-api Requires: slf4j @@ -363,6 +361,9 @@ fi %doc %{_docdir}/%{name}-%{version} %changelog +* Tue Sep 29 2009 Alexander Kurtakov 6.1.20-4 +- No need to require the whole tomcat5. + * Fri Sep 18 2009 Jeff Johnston 6.1.20-3 - Add djetty script source and fix init script to work properly.