[PATCH] rpm: change from fuse-devel to fuse3-devel

Daniel P. Berrangé via Devel posted 1 patch 2 weeks, 6 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20251031140310.143437-1-berrange@redhat.com
libvirt.spec.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] rpm: change from fuse-devel to fuse3-devel
Posted by Daniel P. Berrangé via Devel 2 weeks, 6 days ago
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

Re: [PATCH] rpm: change from fuse-devel to fuse3-devel
Posted by Peter Krempa via Devel 2 weeks, 3 days ago
On Fri, Oct 31, 2025 at 14:03:10 +0000, Daniel P. Berrangé via Devel wrote:
> 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(-)

Reviewed-by: Peter Krempa <pkrempa@redhat.com>