!670 打开--enable-slirp编译选项

From: @fu-shanqing 
Reviewed-by: @yezengruan, @aven6 
Signed-off-by: @aven6
This commit is contained in:
openeuler-ci-bot 2022-10-25 07:55:43 +00:00 committed by Gitee
commit dacf50c7a4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -1,6 +1,6 @@
Name: qemu
Version: 6.2.0
Release: 53
Release: 54
Epoch: 10
Summary: QEMU is a generic and open source machine emulator and virtualizer
License: GPLv2 and BSD and MIT and CC-BY-SA-4.0
@ -366,6 +366,7 @@ BuildRequires: libssh-devel
BuildRequires: glib2
BuildRequires: libfdt-devel
BuildRequires: virglrenderer-devel
BuildRequires: libslirp-devel
# for upgrade from qemu-kvm
Provides: qemu-kvm
@ -512,7 +513,8 @@ cd ../
--firmwarepath=%{_datadir}/%{name} \
--with-pkgversion=%{name}-%{version}-%{release} \
--python=/usr/bin/python3 \
--disable-slirp \
--enable-slirp=system \
--enable-slirp-smbd \
--enable-gtk \
--enable-docs \
--enable-guest-agent \
@ -829,6 +831,9 @@ getent passwd qemu >/dev/null || \
%endif
%changelog
* Mon Oct 24 2022 fushanqing <fushanqing@kylinos.cn> - 10:6.2.0-54
- add '--enable-slirp' compilation options
* Fri Oct 21 2022 yezengruan <yezengruan@huawei.com> - 10:6.2.0-53
- ui/vnc-clipboard: fix integer underflow in vnc_client_cut_text_ext (CVE-2022-3165)