[eclipse] Implement reconciler solution in pde.

sami wagiaalla swagiaal at fedoraproject.org
Mon Sep 26 13:42:20 UTC 2011


commit 3e549c5a7785ac16fe9d07f00f2a9a83fd6d82c3
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Fri Sep 23 16:23:22 2011 -0400

    Implement reconciler solution in pde.

 eclipse.spec |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)
---
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
@@ -547,6 +552,9 @@ rm -rf %{_bindir}/efj/
 
 %changelog
 * Fri Sep 23 2011 Sami Wagiaalla <swagiaal at redhat.com> 1:3.7.0-4
+- Run reconciler after and before pde installation.
+
+* Fri Sep 23 2011 Sami Wagiaalla <swagiaal at 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 
   and post seciton on platform.


More information about the scm-commits mailing list