diff --git a/eclipse.spec b/eclipse.spec index 7404b0e..7ede1ef 100644 --- a/eclipse.spec +++ b/eclipse.spec @@ -305,6 +305,11 @@ eclipse-reconciler.sh %{_libdir}/%{name} %{_tmppath} > /dev/null %postun jdt eclipse-reconciler.sh %{_libdir}/%{name} %{_tmppath} > /dev/null +%post pde +eclipse-reconciler.sh %{_libdir}/%{name} %{_tmppath} > /dev/null + +%postun pde +eclipse-reconciler.sh %{_libdir}/%{name} %{_tmppath} > /dev/null %pre jdt # workaround for rpm bug, can be removed in F-20 Fixes the problem with efj being directory instead of launcher @@ -546,6 +551,9 @@ rm -rf %{_bindir}/efj/ %{_libdir}/%{name}/dropins/sdk %changelog +* Fri Sep 23 2011 Sami Wagiaalla 1:3.7.0-4 +- Run reconciler after and before pde installation. + * Fri Sep 23 2011 Sami Wagiaalla 1:3.7.0-4 - Add new script eclipse-reconciler.sh - Run eclipse-reconciler.sh in the post and postun sections of jdt