[eclipse-changelog/f16] Remote reconciler %post and %postun sections. Fix date qualifier to match 0.9 release.

Jeff Johnston jjohnstn at fedoraproject.org
Tue Nov 29 16:50:45 UTC 2011


commit c1425fe2f7dd16f639fc2d8c73a5c9c1d16c4be0
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Tue Nov 29 11:50:38 2011 -0500

    Remote reconciler %post and %postun sections.
    Fix date qualifier to match 0.9 release.

 eclipse-changelog.spec |   15 ++++++---------
 1 files changed, 6 insertions(+), 9 deletions(-)
---
diff --git a/eclipse-changelog.spec b/eclipse-changelog.spec
index b812471..99d472b 100644
--- a/eclipse-changelog.spec
+++ b/eclipse-changelog.spec
@@ -1,11 +1,11 @@
-%define qualifier      201106060936
+%define qualifier      201111050234
 %define eclipse_base   %{_libdir}/eclipse
 
 Epoch: 1
 
 Name:           eclipse-changelog
 Version:        2.7.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Eclipse ChangeLog plug-in
 
 Group:          Development/Tools
@@ -62,13 +62,6 @@ install -d -m 755 $installDir
 unzip -q -d $installDir \
  build/rpmBuild/org.eclipse.linuxtools.changelog.zip
 
-%post
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-%postun
-eclipse-reconciler.sh %{_libdir}/eclipse %{_tmppath} > /dev/null
-
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -78,6 +71,10 @@ rm -rf $RPM_BUILD_ROOT
 %{eclipse_base}/dropins/changelog
 
 %changelog
+* Tue Nov 29 2011 Jeff Johnston <jjohnstn at redhat.com> 1:2.7.0-3
+- Remote reconciler %%post and %%postun sections.
+- Fix date qualifier to match 0.9 release.
+
 * Mon Nov 28 2011 Jeff Johnston <jjohnstn at redhat.com> 1:2.7.0-2
 - Update to Linux Tools 0.9.0 release.
 - Add rhel flags.


More information about the scm-commits mailing list