[PATCH] rpm: change from fuse-devel to fuse3-devel
31 Oct
2025
31 Oct
'25
3:03 p.m.
From: Daniel P. Berrangé <berrange@redhat.com> 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. Signed-off-by: Daniel P. Berrangé <berrange@redhat.com> --- libvirt.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index aff2707705..5fd5f6cd94 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.51.1
3
Age (days ago)
3
Last active (days ago)
0 comments
1 participants
participants (1)
-
Daniel P. Berrangé