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 1:3.7.0-7 +- Change _eclipse_pkg to pipe all reconciler output to /dev/null + * Thu Oct 20 2011 Sami Wagiaalla 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