From 1f69406f311e318ef20428019244cab50662772a Mon Sep 17 00:00:00 2001 From: Ying Fang Date: Tue, 19 Jan 2021 20:14:15 +0800 Subject: [PATCH] feature: enable spice protocol Enable the spice protocol Signed-off-by: Ying Fang --- qemu.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 7cef234..15655bd 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 4.1.0 -Release: 42 +Release: 43 Epoch: 2 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -334,7 +334,8 @@ BuildRequires: librbd-devel BuildRequires: krb5-devel BuildRequires: libssh-devel BuildRequires: glib2 - +BuildRequires: spice-server-devel >= 0.12.5 +BuildRequires: spice-protocol >= 0.12.3 %ifarch aarch64 BuildRequires: libfdt-devel BuildRequires: virglrenderer-devel @@ -447,6 +448,7 @@ buildldflags="VL_LDFLAGS=-Wl,--build-id" --enable-tpm \ --enable-modules \ --enable-libssh \ + --enable-spice \ %ifarch aarch64 --enable-fdt \ --enable-virglrenderer \ @@ -665,6 +667,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Jan 18 2021 Huawei Technologies Co., Ltd +- feature: enable spice protocol + * Mon Jan 18 2021 Huawei Technologies Co., Ltd - reorder changelog in desceding order