diff --git a/eclipse.spec b/eclipse.spec index 144eadb..e68bb13 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -38,7 +38,7 @@ Epoch: 1 Summary: An open, extensible IDE Name: eclipse Version: 4.11 -Release: 3%{?dist} +Release: 4%{?dist} License: EPL-2.0 URL: http://www.eclipse.org/ @@ -298,6 +298,9 @@ Requires: junit >= 4.12 Requires: junit5 >= 5.4.0 Requires: osgi(org.hamcrest.core) +# Obsoletes added in F30 +Obsoletes: eclipse-recommenders <= 2.5.4-5 + %description jdt Eclipse Java Development Tools. This package is required to use Eclipse for developing software written in the Java programming language. @@ -1062,6 +1065,9 @@ echo "%{version}-%{release}" > %{buildroot}%{_eclipsedir}/.pkgs/Distro%{?dist} %{_eclipsedir}/plugins/org.eclipse.osgi.util_* %changelog +* Wed Apr 10 2019 Mat Booth - 1:4.11-4 +- Obsolete recommenders package, rhbz#1698504 + * Tue Mar 19 2019 Mat Booth - 1:4.11-3 - Pre-strip debuginfo from the launcher binary to avoid conflicts with other RCP applications, which will use identical launcher binaries