Correct the glassfish version.

This commit is contained in:
Krzysztof Daniel 2012-10-19 17:45:27 +02:00
parent 2cf254c253
commit 9012fb4897
1 changed files with 5 additions and 2 deletions

View File

@ -78,7 +78,7 @@ fi;
Summary: An open, extensible IDE
Name: eclipse
Version: %{eclipse_version}
Release: 5%{?dist}
Release: 6%{?dist}
License: EPL
Group: Development/Tools
URL: http://www.eclipse.org/
@ -287,7 +287,7 @@ BuildRequires: eclipse-ecf-core
BuildRequires: tomcat-servlet-3.0-api
BuildRequires: glassfish-jsp-api >= 2.2.1-4
BuildRequires: cglib
BuildRequires: glassfish-jsp >= 2.2.6
BuildRequires: glassfish-jsp >= 2.2.5
%if %{bootstrap} != 1
BuildRequires: eclipse-pde
%endif
@ -1405,6 +1405,9 @@ rm -rf %{_bindir}/efj/
%{_mavendepmapfragdir}/%{name}-equinox-osgi
%changelog
* Fri Oct 19 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-6
- Correct the glassfish version.
* Fri Oct 19 2012 Krzysztof Daniel <kdaniel@redhat.com> 1:4.2.1-5
- Removed patch for droping user installed changes.
- Moved Provides:osgi(system.bundle) to eclipse-equinox-osgi subpackage.