feature: disable spice protocol
disable spice protocol in openEuler 22.03 TLS
This commit is contained in:
parent
87f80897ce
commit
346bfd1ff3
@ -1,6 +1,6 @@
|
||||
Name: qemu
|
||||
Version: 6.2.0
|
||||
Release: 16
|
||||
Release: 17
|
||||
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
|
||||
@ -219,8 +219,6 @@ 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
|
||||
@ -346,7 +344,6 @@ qemubuilddir="build"
|
||||
--enable-tpm \
|
||||
--enable-modules \
|
||||
--enable-libssh \
|
||||
--enable-spice \
|
||||
%ifarch aarch64
|
||||
--enable-fdt \
|
||||
--enable-virglrenderer \
|
||||
@ -615,6 +612,9 @@ getent passwd qemu >/dev/null || \
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Tue Feb 15 2022 Liuxiangdong <liuxiangdong5@huawei.com>
|
||||
- feature: disable spice protocol
|
||||
|
||||
* Mon Feb 14 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||
- log: Delete redudant qemu_log
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user