From b100dabd6de8ba67425b443cc975a8be9ce67633 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Daniel=20P=2E=20Berrang=C3=A9?= Date: Fri, 31 Oct 2025 14:02:09 +0000 Subject: [PATCH] rpm: change from fuse-devel to fuse3-devel MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The meson.build already supports both fuse2 and fuse3, and fuse3 is in all Fedora versions we need, so switch to the newer version unconditionally. Reviewed-by: Peter Krempa Signed-off-by: Daniel P. Berrangé --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index e3d48d351a..79738bd7bb 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -404,7 +404,7 @@ BuildRequires: numactl-devel %endif BuildRequires: libcap-ng-devel >= 0.5.0 %if %{with_fuse} -BuildRequires: fuse-devel >= 2.8.6 +BuildRequires: fuse3-devel %endif %if %{with_libssh2} BuildRequires: libssh2-devel >= 1.3.0 -- 2.47.3