diff --git a/qemu.spec b/qemu.spec index 579f5c2b398af50732c3447beb48e3995bd88f8e..193098c5ceabb1d1ba5cd4b6703c53947bdc956a 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 13 +Release: 14 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY @@ -216,6 +216,8 @@ BuildRequires: libudev-devel BuildRequires: pam-devel BuildRequires: perl-Test-Harness BuildRequires: python3-devel +BuildRequires: spice-protocol >= 0.12.2 +BuildRequires: spice-server-devel >= 0.12.0 %ifarch aarch64 BuildRequires: libfdt-devel BuildRequires: virglrenderer-devel @@ -322,6 +324,7 @@ buildldflags="VL_LDFLAGS=-Wl,--build-id" %endif --enable-cap-ng \ --enable-libusb \ + --enable-spice \ --disable-bluez \ --disable-dmg \ --disable-qcow1 \ @@ -519,7 +522,7 @@ getent passwd qemu >/dev/null || \ %endif %changelog -* Fri May 29 Huawei Technologies Co., Ltd +* Fri May 29 2020 Huawei Technologies Co., Ltd - target/arm: Add the kvm_adjvtime vcpu property for Cortex-A72 * Wed May 27 2020 Huawei Technologies Co., Ltd.