Implement reconciler solution in pde.
This commit is contained in:
parent
ed6ceab2aa
commit
3e549c5a77
@ -305,6 +305,11 @@ eclipse-reconciler.sh %{_libdir}/%{name} %{_tmppath} > /dev/null
|
|||||||
%postun jdt
|
%postun jdt
|
||||||
eclipse-reconciler.sh %{_libdir}/%{name} %{_tmppath} > /dev/null
|
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
|
%pre jdt
|
||||||
# workaround for rpm bug, can be removed in F-20 Fixes the problem with efj being directory instead of launcher
|
# 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
|
%{_libdir}/%{name}/dropins/sdk
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Sep 23 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-4
|
||||||
- Add new script eclipse-reconciler.sh
|
- Add new script eclipse-reconciler.sh
|
||||||
- Run eclipse-reconciler.sh in the post and postun sections of jdt
|
- Run eclipse-reconciler.sh in the post and postun sections of jdt
|
||||||
|
Loading…
Reference in New Issue
Block a user