From ec4dab0a9390012f0318a7f25db789883a529311 Mon Sep 17 00:00:00 2001 From: Cole Robinson Date: Jun 16 2021 23:30:28 +0000 Subject: spec: Add --enable-fuse and --enable-sdl-image Signed-off-by: Cole Robinson --- diff --git a/qemu.spec b/qemu.spec index 1d65ba5..05aebe7 100644 --- a/qemu.spec +++ b/qemu.spec @@ -277,7 +277,7 @@ Summary: QEMU is a FAST! processor emulator Name: qemu Version: 6.0.0 -Release: 5%{?rcrel}%{?dist} +Release: 6%{?rcrel}%{?dist} Epoch: 2 License: GPLv2 and BSD and MIT and CC-BY URL: http://www.qemu.org/ @@ -446,6 +446,8 @@ BuildRequires: fuse-devel # jack audio driver BuildRequires: jack-audio-connection-kit-devel %endif +BuildRequires: fuse3-devel +BuildRequires: SDL2_image-devel %if %{user_static} BuildRequires: glibc-static pcre-static glib2-static zlib-static @@ -1386,6 +1388,7 @@ run_configure \ --enable-cloop \ --enable-curses \ --enable-dmg \ + --enable-fuse \ --enable-gio \ --enable-glusterfs \ --enable-gtk \ @@ -1411,6 +1414,7 @@ run_configure \ --enable-qom-cast-debug \ --enable-replication \ --enable-sdl \ + --enable-sdl-image \ --enable-smartcard \ %if %{have_spice} --enable-spice \ @@ -2145,6 +2149,10 @@ getent passwd qemu >/dev/null || \ %changelog +* Wed Jun 16 2021 Cole Robinson - 6.0.0-6 +- Build against fuse3 and SDL2_image +- Move qemu-storage-daemon to qemu-img subpackage + * Mon Jun 07 2021 Cole Robinson - 6.0.0-5 - Rebuild for xen 4.15