From 083f006e09ceef3a94f7f4ad67bfd9e23a4a7329 Mon Sep 17 00:00:00 2001 From: lixianglai Date: Mon, 24 Jul 2023 09:43:47 +0800 Subject: [PATCH] revert "add '--enable-slirp' compilation options" Signed-off-by: lixianglai --- qemu.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/qemu.spec b/qemu.spec index afb235b..207cdfc 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 70 +Release: 71 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 @@ -547,7 +547,6 @@ BuildRequires: libssh-devel BuildRequires: glib2 BuildRequires: libfdt-devel BuildRequires: virglrenderer-devel -BuildRequires: libslirp-devel %ifarch loongarch64 BuildRequires: spice-server-devel %endif @@ -713,8 +712,7 @@ cd ../ --firmwarepath=%{_datadir}/%{name} \ --with-pkgversion=%{name}-%{version}-%{release} \ --python=/usr/bin/python3 \ - --enable-slirp=system \ - --enable-slirp-smbd \ + --disable-slirp \ --enable-gtk \ --enable-docs \ --enable-guest-agent \ @@ -1055,6 +1053,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Mon Jul 24 2023 - 10:6.2.0-71 +- revert "add '--enable-slirp' compilation options" + * Thu Jun 29 2023 - 10:6.2.0-70 - Add lbt support for kvm. - Fix smp.cores value and Fix divide 0 error -- Gitee