Run reconciler quietly.
- Change _eclipse_pkg to pipe all reconciler output to /dev/null
This commit is contained in:
parent
7c5e93446f
commit
f0d70972c1
@ -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.
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user