From 9c4d35e9a37a9d61b6174002170f83479df087de Mon Sep 17 00:00:00 2001 From: gnaygnil Date: Wed, 26 Feb 2020 14:27:34 +0800 Subject: [PATCH] qemu: Fixed build error --- qemu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 0f2214b..4202e63 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.0.1 -Release: 7 +Release: 8 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY @@ -83,6 +83,7 @@ BuildRequires: libxml2-devel BuildRequires: libudev-devel BuildRequires: pam-devel BuildRequires: perl-Test-Harness +BuildRequires: python BuildRequires: python3-devel %ifarch aarch64 BuildRequires: libfdt-devel @@ -166,7 +167,6 @@ buildldflags="VL_LDFLAGS=-Wl,--build-id" --interp-prefix=%{_prefix}/qemu-%%M \ --firmwarepath=%{_datadir}/%{name} \ --with-pkgversion=%{name}-%{version}-%{release} \ - --python=/usr/bin/python3 \ --disable-strip \ --disable-werror \ --disable-slirp \ @@ -375,6 +375,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Wed Feb 26 2020 Ling Yang - 4.0.1-8 +- Fixed build error + * Thu Feb 6 2020 Huawei Technologies Co., Ltd. - spec: remove fno-inline option for configure -- Gitee