From 738b4b392ce233dde8a012e1163b06649cf51691 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 30 Apr 2026 09:09:13 +0100 Subject: [PATCH] Rebase to libguestfs 1.59.7 resolves: RHEL-153358 Fix binary LUKS keys resolves: RHEL-171895 --- ...-Disable-unsupported-remote-drive-protocols-RHBZ.patch | 6 +++--- ...-Reject-use-of-libguestfs-winsupport-features-ex.patch | 2 +- ...-appliance-init-Run-depmod-a-to-rebuild-kernel-m.patch | 2 +- ...-Use-alternate-location-for-qemu-kvm-in-direct-b.patch | 2 +- libguestfs.spec | 8 +++++--- sources | 4 ++-- 6 files changed, 13 insertions(+), 11 deletions(-) diff --git a/0001-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch b/0001-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch index fb6b38d..652f165 100644 --- a/0001-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch +++ b/0001-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch @@ -1,4 +1,4 @@ -From 2e8adc07849af98fbbbd32fb353a19626bce0098 Mon Sep 17 00:00:00 2001 +From b6e45b06eb17d1bb50a95b9bc3eb9634e1809f45 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 29 Jul 2013 14:47:56 +0100 Subject: [PATCH] RHEL: Disable unsupported remote drive protocols @@ -180,7 +180,7 @@ index e4e1021db..8419ce78a 100755 rm test-add-uri.out rm test-add-uri.img diff --git a/generator/actions_core.ml b/generator/actions_core.ml -index 251b4a906..5b5dbbbfb 100644 +index 784d3f29c..957d79911 100644 --- a/generator/actions_core.ml +++ b/generator/actions_core.ml @@ -343,22 +343,6 @@ F is interpreted as a local file or device. @@ -394,7 +394,7 @@ index edb1e060f..c3fb90ae8 100644 error (g, _("unknown protocol ā€˜%s’"), protocol); drv = NULL; /*FALLTHROUGH*/ diff --git a/lib/guestfs.pod b/lib/guestfs.pod -index 505978aa1..07737c839 100644 +index 0c58e0d6b..fe74f5542 100644 --- a/lib/guestfs.pod +++ b/lib/guestfs.pod @@ -723,51 +723,6 @@ a qcow2 backing file specification, libvirt does not construct an diff --git a/0002-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch b/0002-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch index a51f85a..a15df42 100644 --- a/0002-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch +++ b/0002-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch @@ -1,4 +1,4 @@ -From 9b06df8322a1099b2126c1f85bff2dce9c1d59ec Mon Sep 17 00:00:00 2001 +From 50eb0931477d216a5a98995da94fc8a360bd1aff Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 7 Jul 2015 09:28:03 -0400 Subject: [PATCH] RHEL: Reject use of libguestfs-winsupport features except for diff --git a/0003-RHEL-appliance-init-Run-depmod-a-to-rebuild-kernel-m.patch b/0003-RHEL-appliance-init-Run-depmod-a-to-rebuild-kernel-m.patch index 9452976..c27b4fe 100644 --- a/0003-RHEL-appliance-init-Run-depmod-a-to-rebuild-kernel-m.patch +++ b/0003-RHEL-appliance-init-Run-depmod-a-to-rebuild-kernel-m.patch @@ -1,4 +1,4 @@ -From 95665d0421c764e22f0a5ed25ccabc900651ac17 Mon Sep 17 00:00:00 2001 +From 8c6ee33289269394745f6b202c7be441aaaf14f4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 13 May 2025 17:28:25 +0100 Subject: [PATCH] RHEL: appliance/init: Run depmod -a to rebuild kernel module diff --git a/0004-RHEL-Use-alternate-location-for-qemu-kvm-in-direct-b.patch b/0004-RHEL-Use-alternate-location-for-qemu-kvm-in-direct-b.patch index 4c565e0..ad660c7 100644 --- a/0004-RHEL-Use-alternate-location-for-qemu-kvm-in-direct-b.patch +++ b/0004-RHEL-Use-alternate-location-for-qemu-kvm-in-direct-b.patch @@ -1,4 +1,4 @@ -From 6b02ae26e69cd01388de1a7016dca0cff8d774fc Mon Sep 17 00:00:00 2001 +From f7143b63d106bfab2ec8198932fb8ceeba502b23 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Tue, 17 Mar 2026 20:14:16 +0000 Subject: [PATCH] RHEL: Use alternate location for qemu-kvm in direct backend diff --git a/libguestfs.spec b/libguestfs.spec index a159360..4481abf 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -34,7 +34,7 @@ ExcludeArch: %{ix86} Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 -Version: 1.59.6 +Version: 1.59.7 Release: 1%{?dist} License: LGPL-2.1-or-later @@ -1028,14 +1028,16 @@ rm ocaml/html/.gitignore %changelog -* Fri Apr 17 2026 Richard W.M. Jones - 1:1.59.6-1 -- Rebase to libguestfs 1.59.6 +* Thu Apr 30 2026 Richard W.M. Jones - 1:1.59.7-1 +- Rebase to libguestfs 1.59.7 Synchronize spec file with Fedora resolves: RHEL-153358 - Detect Windows Defender antivirus resolves: RHEL-129145 - Fix CHS geometry error for Veritas/Sun partitions resolves: RHEL-165220 +- Fix binary LUKS keys + resolves: RHEL-171895 * Mon Jan 26 2026 Richard W.M. Jones - 1:1.58.1-2 - Rebase to libguestfs 1.58.1 diff --git a/sources b/sources index e425c6e..14cefcf 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -SHA512 (libguestfs-1.59.6.tar.gz) = e3e2d965a89ad22b239f5215d1966548f2bc705b0633821c5d34f4d303cd92b611f8f5a3572e7a13670b055e5e108baa99999842c92bde6917cf496a58cf2638 -SHA512 (libguestfs-1.59.6.tar.gz.sig) = b5037a003056e718388d4b2699cc0d083e9dba7c4ca5d972b444c5b34a53570f28572400ca1df87a3baf53fd04a8e04560f86840261625e58bbc87a3a6b734a7 +SHA512 (libguestfs-1.59.7.tar.gz) = 2593b6e31d006d5adab5185c83201598e202fddd4fc9881adbcaec94b349fc9a65797d5c598d04e293ea759ef33a81c385afdc6b16472283f8e60d965049daed +SHA512 (libguestfs-1.59.7.tar.gz.sig) = d556f290b3b8456b06614920204cca30a5ef55d0363294e730823bd3e878db9916a8798d85e908af0be1011946a5f05b0f546c323cd06a2ffd96e042ae235058