From b921459752ae6541968fc1bc29cd6ee32472aeac Mon Sep 17 00:00:00 2001 From: liuxiangdong Date: Tue, 15 Feb 2022 18:13:36 +0800 Subject: [PATCH] feature: disable spice protocol disable spice protocol in openEuler 22.03 TLS --- qemu.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/qemu.spec b/qemu.spec index cfabbd6..8ccf5c9 100644 --- a/qemu.spec +++ b/qemu.spec @@ -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 +- feature: disable spice protocol + * Mon Feb 14 2022 Chen Qun - log: Delete redudant qemu_log -- Gitee