[eclipse] Run reconciler quietly.

sami wagiaalla swagiaal at fedoraproject.org
Thu Oct 27 14:00:43 UTC 2011


commit f0d70972c1af6a2fca9ca369932ab4105a336b54
Author: Sami Wagiaalla <swagiaal at redhat.com>
Date:   Thu Oct 20 15:33:03 2011 -0400

    Run reconciler quietly.
    
    - Change _eclipse_pkg to pipe all reconciler output to /dev/null

 eclipse.spec   |    3 +++
 macros.eclipse |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 405f687..ebbb0cd 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -648,6 +648,9 @@ rm -rf %{_bindir}/efj/
 - Add maven pom and depmap.
 - Fix compilation with glib 2.31.
 
+* Thu Oct 20 2011 Sami Wagiaalla <swagiaal at redhat.com> 1:3.7.0-7
+- Change _eclipse_pkg to pipe all reconciler output to /dev/null
+
 * Thu Oct 20 2011 Sami Wagiaalla <swagiaal at redhat.com> 1:3.7.0-6
 - Bump the release number.
 
diff --git a/macros.eclipse b/macros.eclipse
index a74f288..26e950e 100644
--- a/macros.eclipse
+++ b/macros.eclipse
@@ -18,8 +18,8 @@ touch /var/run/eclipse/run-reconciler \
 touch /var/run/eclipse/run-reconciler \
 \
 if [ $1 == 0 ]; then \
-  eclipse-reconciler.sh \
+  eclipse-reconciler.sh > /dev/null \
 fi \
 \
 %posttrans %__name \
-eclipse-reconciler.sh
+eclipse-reconciler.sh > /dev/null


More information about the scm-commits mailing list