From 52904050aa05317ca6ef2250d48502de7e259799 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Wed, 28 Feb 2018 10:02:38 +0000 Subject: [PATCH] Explicitly use python2 binary MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The /usr/bin/python binary has started spewing text to stderr, even when not connected to a tty, which breaks QEMU test suite. Signed-off-by: Daniel P. Berrangé --- qemu.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/qemu.spec b/qemu.spec index eeb1b4f..3156741 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1056,6 +1056,7 @@ run_configure() { --disable-strip \ --disable-werror \ --enable-kvm \ + --python=/usr/bin/python2 \ %ifarch s390 %{mips64} --enable-tcg-interpreter \ %endif @@ -1983,6 +1984,7 @@ getent passwd qemu >/dev/null || \ - Improve License tag - Honour CC/LD flags for ksmctl - Fix non-deterministic test failure +- Use explicit "python2" binary to avoid "python" brokeness (rhbz#1550010) * Fri Feb 09 2018 Fedora Release Engineering - 2:2.11.0-4.1 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild