libguestfs/0001-appliance-Remove-zfs-fuse.patch
Richard W.M. Jones 1783ce95ba Rebase to 1.55.11
Fix inspection with duplicated root mountpoint
resolves: RHEL-90170

Remove zfs-fuse (not used in RHEL)

Remove file-devel dependency.

Fix RHEL gating tests

 - These would always fail because libvirt doesn't start up after
   being installed.  You would see errors like:

   libguestfs: opening libvirt handle: URI = qemu:///system, auth = default+wrapper, flags = 0
   libvirt: XML-RPC error : Failed to connect socket to '/var/run/libvirt/virtqemud-sock': No such file or directory
   libguestfs: error: could not connect to libvirt (URI = qemu:///system): Failed to connect socket to '/var/run/libvirt/virtqemud-sock': No such file or directory [code=38 int1=2]

   (cherry picked from
   Fedora commit a1eed9c04c9e64cf24bc83a0da2cd6b05f7400c3)
2025-05-13 17:48:38 +01:00

39 lines
1010 B
Diff

From f6b1a7b57f96f002074e626d58b58f4244080ec9 Mon Sep 17 00:00:00 2001
From: "Richard W.M. Jones" <rjones@redhat.com>
Date: Fri, 9 May 2025 15:52:30 +0100
Subject: [PATCH] appliance: Remove zfs-fuse
zfs-fuse has been unmaintained for a very long time. In fact, the
website has gone. This means that whatever we need for zfs (probably
some kind of license-compatible kernel module) is not going to be
provided by zfs-fuse.
See: https://bugzilla.redhat.com/show_bug.cgi?id=2214965
---
appliance/packagelist.in | 2 --
1 file changed, 2 deletions(-)
diff --git a/appliance/packagelist.in b/appliance/packagelist.in
index d0637631d..f8c80af24 100644
--- a/appliance/packagelist.in
+++ b/appliance/packagelist.in
@@ -51,7 +51,6 @@ ifelse(REDHAT,1,
systemd dnl for /sbin/reboot and udevd
vim-minimal
xz
- zfs-fuse
zstd
)
@@ -95,7 +94,6 @@ dnl isc-dhcp-client has been replaced with dhcpcd-base
ufsutils
vim-tiny
xz-utils
- zfs-fuse
zstd
uuid-runtime
)
--
2.47.1