From 566fdc84501aa975eecfbdaf93d045fea51c3e5e Mon Sep 17 00:00:00 2001 From: Adttil <2429917001@qq.com> Date: Thu, 18 Apr 2024 09:22:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80--enable-slirp=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E9=80=89=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- qemu.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qemu.spec b/qemu.spec index 1d27189..01f75ad 100644 --- a/qemu.spec +++ b/qemu.spec @@ -3,7 +3,7 @@ Name: qemu Version: 8.2.0 -Release: 8 +Release: 9 Epoch: 11 Summary: QEMU is a generic and open source machine emulator and virtualizer License: GPLv2 and BSD and MIT and CC-BY-SA-4.0 @@ -471,7 +471,7 @@ cd ../ --firmwarepath=%{_datadir}/%{name} \ --with-pkgversion=%{name}-%{version}-%{release} \ --python=/usr/bin/python3 \ - --disable-slirp \ + --enable-slirp \ --enable-slirp-smbd \ --enable-gtk \ --enable-docs \ @@ -836,6 +836,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Thu Apr 18 2024 Tao Yang - 11:8.2.0-9 +- add '--enable-slirp' compilation options + * Wed Apr 17 2024 Jiabo Feng - 11:8.2.0-8 - include/ui/rect.h: fix qemu_rect_init() mis-assignment -- Gitee