diff --git a/qemu.spec b/qemu.spec index abdab399656ca20dbcfdaee8f66e98b8c02599af..d87f677814f1286c2e304cbca500a5f3a8b8220c 100644 --- a/qemu.spec +++ b/qemu.spec @@ -1,6 +1,6 @@ Name: qemu Version: 6.2.0 -Release: 65 +Release: 66 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 @@ -529,6 +529,7 @@ BuildRequires: libssh-devel BuildRequires: glib2 BuildRequires: libfdt-devel BuildRequires: virglrenderer-devel +BuildRequires: libslirp-devel %ifarch loongarch64 BuildRequires: spice-server-devel %endif @@ -694,7 +695,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 \ @@ -1036,6 +1038,9 @@ getent passwd qemu >/dev/null || \ %endif %changelog +* Tue Apr 25 2023 - 10:6.2.0-66 +- add '--enable-slirp' compilation options + * Sat Apr 22 2023 - 10:6.2.0-65 - vhost-user-blk: fix the resize crash - plugins: make qemu_plugin_user_exit's locking order consistent with fork_start's