Implement reconciler solution in pde.

This commit is contained in:
Sami Wagiaalla 2011-09-23 16:23:22 -04:00
parent ed6ceab2aa
commit 3e549c5a77

View File

@ -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 <swagiaal@redhat.com> 1:3.7.0-4
- Run reconciler after and before pde installation.
* Fri Sep 23 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-4
- Add new script eclipse-reconciler.sh
- Run eclipse-reconciler.sh in the post and postun sections of jdt