From 38f78624af99571c5616bbde571300744a2bcd08 Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Mon, 1 Jun 2020 03:28:25 +0000 Subject: [PATCH 1/2] spec: Enable spice support by default Enable both vnc and spice by default Signed-off-by: Ying Fang --- qemu.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qemu.spec b/qemu.spec index 579f5c2..0d45169 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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 \ -- Gitee From 2f07b9eaab5814c03b53ac15e4919d510b1b0d24 Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Mon, 1 Jun 2020 03:30:16 +0000 Subject: [PATCH 2/2] spec: Update release version increase release verion by one Signed-off-by: Ying Fang --- qemu.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 0d45169..193098c 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 @@ -522,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. -- Gitee