[eclipse-rse/f16] Remove reconciler %post and %postun sections

Jeff Johnston jjohnstn at fedoraproject.org
Tue Nov 29 16:56:57 UTC 2011


commit b6af98268cd928299c8eb1d46bf72da42f5ec56a
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Tue Nov 29 11:56:48 2011 -0500

    Remove reconciler %post and %postun sections

 eclipse-rse.spec |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/eclipse-rse.spec b/eclipse-rse.spec
index 8d03409..f707bbf 100644
--- a/eclipse-rse.spec
+++ b/eclipse-rse.spec
@@ -7,7 +7,7 @@
 Name: eclipse-rse
 Summary: Eclipse Remote System Explorer
 Version: 3.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: EPL
 URL: http://www.eclipse.org/dsdp/tm/
 
@@ -23,7 +23,7 @@ BuildRoot:  %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:    java-devel >= 1.5.0
 
 %if 0%{?rhel} >= 6
-ExclusiveArch: i686 x86_64
+ExclusiveArch: %{ix86} x86_64
 %else
 BuildArch: noarch
 %endif
@@ -44,12 +44,6 @@ that allows you to connect and work with a variety of remote systems.
 %prep
 %setup -q -c
 
-%post
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-%postun
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
 %build
 
 rm -rf orbitdeps
@@ -97,6 +91,9 @@ rm -rf %{buildroot}
 %doc org.eclipse.rse.sdk-feature/license.html
 
 %changelog
+* Tue Nov 29 2011 Jeff Johnston <swagiaal at redhat.com> 3.3-2
+- Remove reconciler %%post and %%postun sections
+
 * Mon Nov 28 2011 Jeff Johnston <swagiaal at redhat.com> 3.3-1
 - Upgrade to RSE 3.3
 


More information about the scm-commits mailing list