From 586dc71dc1cb913abd15dd3ec59b2fc3f6bbe546 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BB=98=E5=96=84=E5=BA=86?= Date: Tue, 11 Oct 2022 07:34:58 +0000 Subject: [PATCH] add '--enable-slirp' compilation options MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 付善庆 --- qemu.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 1293241..95646a3 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 52 +Release: 53 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 @@ -365,6 +365,7 @@ BuildRequires: libssh-devel BuildRequires: glib2 BuildRequires: libfdt-devel BuildRequires: virglrenderer-devel +BuildRequires: libslirp-devel # for upgrade from qemu-kvm Provides: qemu-kvm @@ -511,7 +512,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 \ @@ -828,6 +830,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Tue Oct 11 2022 fushanqing - 10:6.2.0-53 +- add '--enable-slirp' compilation options + * Fri Sep 30 2022 wanbo - 10:6.2.0-52 - job.c: add missing notifier initialization - uas: add missing return -- Gitee