With anything above 6 yum thinks it can print to stdout. (see rpmUtils/updates.py, debugprint method) Related commit: 7a1da05ad6569c8963473974eb4c6bb8bd98a4a7 Resolves: rhbz#726804 --- yuminstall.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yuminstall.py b/yuminstall.py index 772f94d..b3b7561 100644 --- a/yuminstall.py +++ b/yuminstall.py @@ -1244,7 +1244,7 @@ pluginpath=/usr/lib/yum-plugins,/tmp/updates/yum-plugins pluginconfpath=/etc/yum/pluginconf.d,/tmp/updates/pluginconf.d plugins=1 reposdir=/etc/anaconda.repos.d,/tmp/updates/anaconda.repos.d,/tmp/product/anaconda.repos.d -debuglevel=10 +debuglevel=6 """ % (anaconda.rootPath) if anaconda.proxy: -- 1.7.6 _______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list