Explicitly use python2 binary
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é <berrange@redhat.com>
This commit is contained in:
parent
603dd9e50a
commit
52904050aa
@ -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 <releng@fedoraproject.org> - 2:2.11.0-4.1
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user