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
|
Name: qemu
|
||||||
Version: 6.2.0
|
Version: 6.2.0
|
||||||
Release: 16
|
Release: 17
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
Summary: QEMU is a generic and open source machine emulator and virtualizer
|
||||||
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
|
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
|
||||||
@ -219,8 +219,6 @@ BuildRequires: librbd-devel
|
|||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
BuildRequires: libssh-devel
|
BuildRequires: libssh-devel
|
||||||
BuildRequires: glib2
|
BuildRequires: glib2
|
||||||
BuildRequires: spice-server-devel >= 0.12.5
|
|
||||||
BuildRequires: spice-protocol >= 0.12.3
|
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
BuildRequires: libfdt-devel
|
BuildRequires: libfdt-devel
|
||||||
BuildRequires: virglrenderer-devel
|
BuildRequires: virglrenderer-devel
|
||||||
@ -346,7 +344,6 @@ qemubuilddir="build"
|
|||||||
--enable-tpm \
|
--enable-tpm \
|
||||||
--enable-modules \
|
--enable-modules \
|
||||||
--enable-libssh \
|
--enable-libssh \
|
||||||
--enable-spice \
|
|
||||||
%ifarch aarch64
|
%ifarch aarch64
|
||||||
--enable-fdt \
|
--enable-fdt \
|
||||||
--enable-virglrenderer \
|
--enable-virglrenderer \
|
||||||
@ -615,6 +612,9 @@ getent passwd qemu >/dev/null || \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Feb 15 2022 Liuxiangdong <liuxiangdong5@huawei.com>
|
||||||
|
- feature: disable spice protocol
|
||||||
|
|
||||||
* Mon Feb 14 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
* Mon Feb 14 2022 Chen Qun <kuhn.chenqun@huawei.com>
|
||||||
- log: Delete redudant qemu_log
|
- log: Delete redudant qemu_log
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user