Drop the indirect dependency to tomcat 5.

This commit is contained in:
Krzysztof Daniel 2012-02-08 12:17:20 +01:00
parent 08470bb2e7
commit 5ebbbb6dc7
1 changed files with 6 additions and 3 deletions

View File

@ -17,7 +17,7 @@ Epoch: 1
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_majmin}.%{eclipse_micro}
Release: 0.6.I201201310842%{?dist}
Release: 0.7.I201201310842%{?dist}
License: EPL
Group: Text Editors/Integrated Development Environments (IDE)
URL: http://www.eclipse.org/
@ -51,7 +51,7 @@ BuildRequires: libXt-devel
BuildRequires: webkitgtk-devel
BuildRequires: icu4j-eclipse >= 1:4.4.2.2-9
BuildRequires: tomcat-lib >= 7.0.25-2
BuildRequires: tomcat-lib >= 7.0.25-3
BuildRequires: ant-antlr ant-apache-bcel ant-apache-log4j ant-apache-oro ant-apache-regexp ant-apache-resolver ant-commons-logging ant-apache-bsf ant-commons-net
BuildRequires: ant-javamail ant-jdepend ant-junit ant-swing ant-jsch ant-testutil ant-apache-xalan2 ant-jmf
BuildRequires: ant-scripts
@ -114,7 +114,7 @@ Requires: apache-commons-el
Requires: apache-commons-logging
Requires: apache-commons-codec
Requires: jakarta-commons-httpclient
Requires: tomcat-lib >= 7.0.25-2
Requires: tomcat-lib >= 7.0.25-3
Requires: felix-gogo-command >= 0.12
Requires: felix-gogo-shell >= 0.10.0-3
Requires: jetty >= 8
@ -660,6 +660,9 @@ rm -rf %{_bindir}/efj/
%{_libdir}/%{name}/dropins/sdk
%changelog
* Wed Feb 8 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.7.I201201310842
- Drop the indirect dependency to tomcat 5.
* Fri Feb 3 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:3.8.0-0.6.I201201310842
- Change the makefile patch to be truly universal