Run reconciler quietly.

- Change _eclipse_pkg to pipe all reconciler output to /dev/null
This commit is contained in:
Sami Wagiaalla 2011-10-20 15:33:03 -04:00
parent 7c5e93446f
commit f0d70972c1
2 changed files with 5 additions and 2 deletions

View File

@ -648,6 +648,9 @@ rm -rf %{_bindir}/efj/
- Add maven pom and depmap. - Add maven pom and depmap.
- Fix compilation with glib 2.31. - Fix compilation with glib 2.31.
* Thu Oct 20 2011 Sami Wagiaalla <swagiaal@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@redhat.com> 1:3.7.0-6 * Thu Oct 20 2011 Sami Wagiaalla <swagiaal@redhat.com> 1:3.7.0-6
- Bump the release number. - Bump the release number.

View File

@ -18,8 +18,8 @@ touch /var/run/eclipse/run-reconciler \
touch /var/run/eclipse/run-reconciler \ touch /var/run/eclipse/run-reconciler \
\ \
if [ $1 == 0 ]; then \ if [ $1 == 0 ]; then \
eclipse-reconciler.sh \ eclipse-reconciler.sh > /dev/null \
fi \ fi \
\ \
%posttrans %__name \ %posttrans %__name \
eclipse-reconciler.sh eclipse-reconciler.sh > /dev/null