From: Daniel P. Berrangé Date: Fri, 31 Oct 2025 14:02:09 +0000 (+0000) Subject: rpm: change from fuse-devel to fuse3-devel X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b100dabd6de8ba67425b443cc975a8be9ce67633;p=thirdparty%2Flibvirt.git rpm: change from fuse-devel to fuse3-devel 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é --- 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