diff --git a/qemu.spec b/qemu.spec index 1293241f4cb531cef00ae3872a74a09f10f6985b..95646a396c4d09cd3f7e7e13a14be624c0106feb 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