feature: enable spice protocol

Enable the spice protocol

Signed-off-by: Ying Fang <fangying1@huawei.com>
This commit is contained in:
Ying Fang 2021-01-19 20:14:15 +08:00
parent e68cf6bcb7
commit 1f69406f31

View File

@ -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 <fangying1@huawei.com>
- feature: enable spice protocol
* Mon Jan 18 2021 Huawei Technologies Co., Ltd <fangying1@huawei.com>
- reorder changelog in desceding order