From 8f49183ec41bd18766e62752fd24ad9eec01d20d Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 5 Apr 2022 06:46:12 -0400 Subject: [PATCH] import libguestfs-1.46.1-3.el9_0 --- ..._unix-recognize-modern-Pardus-GNU-L.patch} | 2 +- ...n-Add-support-for-Kylin-RHBZ-1995391.patch | 2 +- ...port-for-Rocky-Linux-CentOS-RHEL-li.patch} | 2 +- ...ace-our-virtio-net-pci-device-in-sl.patch} | 2 +- ...RK_ADDRESS-and-NETWORK_PREFIX-as-ma.patch} | 2 +- ...d-virtio-net-via-the-standard-inter.patch} | 2 +- ...L-Remove-libguestfs-live-RHBZ-798980.patch | 2 +- ...Remove-9p-APIs-from-RHEL-RHBZ-921710.patch | 2 +- ...pported-remote-drive-protocols-RHBZ.patch} | 2 +- ...-Remove-User-Mode-Linux-RHBZ-1144197.patch | 2 +- ...f-libguestfs-winsupport-features-ex.patch} | 2 +- ...rypto-policies-back-ends-opensslcnf.patch} | 2 +- ...Disable-signature-checking-in-librpm.patch | 47 +++++++++++++++++++ SPECS/libguestfs.spec | 23 +++++---- 14 files changed, 73 insertions(+), 21 deletions(-) rename SOURCES/{0001-daemon-inspect_fs_unix-recognize-modern-Pardus-GNU-Linux-releases.patch => 0001-daemon-inspect_fs_unix-recognize-modern-Pardus-GNU-L.patch} (98%) rename SOURCES/{0003-Add-detection-support-for-Rocky-Linux-CentOS-RHEL-like.patch => 0003-Add-detection-support-for-Rocky-Linux-CentOS-RHEL-li.patch} (99%) rename SOURCES/{0004-launch-libvirt-place-our-virtio-net-pci-device-in-slot-0x1e.patch => 0004-launch-libvirt-place-our-virtio-net-pci-device-in-sl.patch} (99%) rename SOURCES/{0005-lib-extract-NETWORK_ADDRESS-and-NETWORK_PREFIX-as-macros.patch => 0005-lib-extract-NETWORK_ADDRESS-and-NETWORK_PREFIX-as-ma.patch} (99%) rename SOURCES/{0006-launch-libvirt-add-virtio-net-via-the-standard-interface-element.patch => 0006-launch-libvirt-add-virtio-net-via-the-standard-inter.patch} (99%) rename SOURCES/{0009-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ-962113.patch => 0009-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch} (99%) rename SOURCES/{0011-RHEL-Reject-use-of-libguestfs-winsupport-features-except-for-virt-tools-RHBZ-1240276.patch => 0011-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch} (99%) rename SOURCES/{0012-RHEL-Create-etc-crypto-policies-back-ends-opensslcnf.config.patch => 0012-RHEL-Create-etc-crypto-policies-back-ends-opensslcnf.patch} (97%) create mode 100644 SOURCES/0013-daemon-rpm-c.c-Disable-signature-checking-in-librpm.patch diff --git a/SOURCES/0001-daemon-inspect_fs_unix-recognize-modern-Pardus-GNU-Linux-releases.patch b/SOURCES/0001-daemon-inspect_fs_unix-recognize-modern-Pardus-GNU-L.patch similarity index 98% rename from SOURCES/0001-daemon-inspect_fs_unix-recognize-modern-Pardus-GNU-Linux-releases.patch rename to SOURCES/0001-daemon-inspect_fs_unix-recognize-modern-Pardus-GNU-L.patch index bce4ddb..3611c98 100644 --- a/SOURCES/0001-daemon-inspect_fs_unix-recognize-modern-Pardus-GNU-Linux-releases.patch +++ b/SOURCES/0001-daemon-inspect_fs_unix-recognize-modern-Pardus-GNU-L.patch @@ -35,5 +35,5 @@ index 557f32833..652bacc0f 100644 | "rhel" -> Some DISTRO_RHEL | "sles" | "sled" -> Some DISTRO_SLES -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0002-daemon-inspection-Add-support-for-Kylin-RHBZ-1995391.patch b/SOURCES/0002-daemon-inspection-Add-support-for-Kylin-RHBZ-1995391.patch index 1c38b40..653afc7 100644 --- a/SOURCES/0002-daemon-inspection-Add-support-for-Kylin-RHBZ-1995391.patch +++ b/SOURCES/0002-daemon-inspection-Add-support-for-Kylin-RHBZ-1995391.patch @@ -96,5 +96,5 @@ index 690afd460..0c6d39b43 100644 Linux Mint. -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0003-Add-detection-support-for-Rocky-Linux-CentOS-RHEL-like.patch b/SOURCES/0003-Add-detection-support-for-Rocky-Linux-CentOS-RHEL-li.patch similarity index 99% rename from SOURCES/0003-Add-detection-support-for-Rocky-Linux-CentOS-RHEL-like.patch rename to SOURCES/0003-Add-detection-support-for-Rocky-Linux-CentOS-RHEL-li.patch index 1915b38..c08b9f0 100644 --- a/SOURCES/0003-Add-detection-support-for-Rocky-Linux-CentOS-RHEL-like.patch +++ b/SOURCES/0003-Add-detection-support-for-Rocky-Linux-CentOS-RHEL-li.patch @@ -205,5 +205,5 @@ index db38d87f7..90e57e6df 100644 if (major >= 4) return safe_asprintf (g, "%s%d", distro, major); -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0004-launch-libvirt-place-our-virtio-net-pci-device-in-slot-0x1e.patch b/SOURCES/0004-launch-libvirt-place-our-virtio-net-pci-device-in-sl.patch similarity index 99% rename from SOURCES/0004-launch-libvirt-place-our-virtio-net-pci-device-in-slot-0x1e.patch rename to SOURCES/0004-launch-libvirt-place-our-virtio-net-pci-device-in-sl.patch index c223681..20bbb75 100644 --- a/SOURCES/0004-launch-libvirt-place-our-virtio-net-pci-device-in-slot-0x1e.patch +++ b/SOURCES/0004-launch-libvirt-place-our-virtio-net-pci-device-in-sl.patch @@ -61,5 +61,5 @@ index 194530c49..9e8336938 100644 } -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0005-lib-extract-NETWORK_ADDRESS-and-NETWORK_PREFIX-as-macros.patch b/SOURCES/0005-lib-extract-NETWORK_ADDRESS-and-NETWORK_PREFIX-as-ma.patch similarity index 99% rename from SOURCES/0005-lib-extract-NETWORK_ADDRESS-and-NETWORK_PREFIX-as-macros.patch rename to SOURCES/0005-lib-extract-NETWORK_ADDRESS-and-NETWORK_PREFIX-as-ma.patch index a6c1dd1..8ec3435 100644 --- a/SOURCES/0005-lib-extract-NETWORK_ADDRESS-and-NETWORK_PREFIX-as-macros.patch +++ b/SOURCES/0005-lib-extract-NETWORK_ADDRESS-and-NETWORK_PREFIX-as-ma.patch @@ -66,5 +66,5 @@ index 9e8336938..266d88824 100644 start_element ("qemu:arg") { -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0006-launch-libvirt-add-virtio-net-via-the-standard-interface-element.patch b/SOURCES/0006-launch-libvirt-add-virtio-net-via-the-standard-inter.patch similarity index 99% rename from SOURCES/0006-launch-libvirt-add-virtio-net-via-the-standard-interface-element.patch rename to SOURCES/0006-launch-libvirt-add-virtio-net-via-the-standard-inter.patch index cf9f36c..0c829aa 100644 --- a/SOURCES/0006-launch-libvirt-add-virtio-net-via-the-standard-interface-element.patch +++ b/SOURCES/0006-launch-libvirt-add-virtio-net-via-the-standard-inter.patch @@ -87,5 +87,5 @@ index 266d88824..cc714c02e 100644 attribute ("value", "-netdev"); } end_element (); -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0007-RHEL-Remove-libguestfs-live-RHBZ-798980.patch b/SOURCES/0007-RHEL-Remove-libguestfs-live-RHBZ-798980.patch index 62c8b50..5b83340 100644 --- a/SOURCES/0007-RHEL-Remove-libguestfs-live-RHBZ-798980.patch +++ b/SOURCES/0007-RHEL-Remove-libguestfs-live-RHBZ-798980.patch @@ -51,5 +51,5 @@ index 690e09b5e..919e2f248 100644 daemon/test-daemon-start.pl \ daemon/test-btrfs.pl -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0008-RHEL-Remove-9p-APIs-from-RHEL-RHBZ-921710.patch b/SOURCES/0008-RHEL-Remove-9p-APIs-from-RHEL-RHBZ-921710.patch index 0c63a56..4a95522 100644 --- a/SOURCES/0008-RHEL-Remove-9p-APIs-from-RHEL-RHBZ-921710.patch +++ b/SOURCES/0008-RHEL-Remove-9p-APIs-from-RHEL-RHBZ-921710.patch @@ -325,5 +325,5 @@ index 919e2f248..e3613fec4 100644 SLOW_TESTS += bigdirs/test-big-dirs.pl -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0009-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ-962113.patch b/SOURCES/0009-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch similarity index 99% rename from SOURCES/0009-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ-962113.patch rename to SOURCES/0009-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch index 637d80c..8f7e83a 100644 --- a/SOURCES/0009-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ-962113.patch +++ b/SOURCES/0009-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch @@ -605,5 +605,5 @@ index 12937fb30..b3e4f9903 100755 -grep -sq -- '-drive file=ssh://rich@example.com/disk.img,' "$DEBUG_QEMU_FILE" || fail -rm "$DEBUG_QEMU_FILE" -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0010-RHEL-Remove-User-Mode-Linux-RHBZ-1144197.patch b/SOURCES/0010-RHEL-Remove-User-Mode-Linux-RHBZ-1144197.patch index d4358f7..958b7df 100644 --- a/SOURCES/0010-RHEL-Remove-User-Mode-Linux-RHBZ-1144197.patch +++ b/SOURCES/0010-RHEL-Remove-User-Mode-Linux-RHBZ-1144197.patch @@ -68,5 +68,5 @@ index 5aec50a57..8b9fcd770 100644 static int shutdown_uml (guestfs_h *g, void *datav, int check_for_errors) -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0011-RHEL-Reject-use-of-libguestfs-winsupport-features-except-for-virt-tools-RHBZ-1240276.patch b/SOURCES/0011-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch similarity index 99% rename from SOURCES/0011-RHEL-Reject-use-of-libguestfs-winsupport-features-except-for-virt-tools-RHBZ-1240276.patch rename to SOURCES/0011-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch index 9cb32f6..18e9701 100644 --- a/SOURCES/0011-RHEL-Reject-use-of-libguestfs-winsupport-features-except-for-virt-tools-RHBZ-1240276.patch +++ b/SOURCES/0011-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch @@ -65,5 +65,5 @@ index 105291dc3..5ca4f3b6d 100644 exit (EXIT_FAILURE); -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0012-RHEL-Create-etc-crypto-policies-back-ends-opensslcnf.config.patch b/SOURCES/0012-RHEL-Create-etc-crypto-policies-back-ends-opensslcnf.patch similarity index 97% rename from SOURCES/0012-RHEL-Create-etc-crypto-policies-back-ends-opensslcnf.config.patch rename to SOURCES/0012-RHEL-Create-etc-crypto-policies-back-ends-opensslcnf.patch index 8cef009..ea0509a 100644 --- a/SOURCES/0012-RHEL-Create-etc-crypto-policies-back-ends-opensslcnf.config.patch +++ b/SOURCES/0012-RHEL-Create-etc-crypto-policies-back-ends-opensslcnf.patch @@ -28,5 +28,5 @@ index 7076821d2..fe6497b4d 100755 # Set up kmod static-nodes (RHBZ#1011907). -- -2.19.1.3.g30247aa5d201 +2.31.1 diff --git a/SOURCES/0013-daemon-rpm-c.c-Disable-signature-checking-in-librpm.patch b/SOURCES/0013-daemon-rpm-c.c-Disable-signature-checking-in-librpm.patch new file mode 100644 index 0000000..f134d1a --- /dev/null +++ b/SOURCES/0013-daemon-rpm-c.c-Disable-signature-checking-in-librpm.patch @@ -0,0 +1,47 @@ +From 46c0694ce0b9a2fe357403c998d30ec807e07015 Mon Sep 17 00:00:00 2001 +From: "Richard W.M. Jones" +Date: Tue, 15 Mar 2022 10:22:49 +0000 +Subject: [PATCH] daemon/rpm-c.c: Disable signature checking in librpm + +Older distros (eg CentOS 6) used SHA-1 RPM package signatures which +some newer distros (eg RHEL 9.0) prevent us from verifying. + +This resulted in packages with SHA-1 signatures being skipped by +librpm (there is a warning in debug output, but if you're not looking +at that then the package is silently ignored). In some cases +essential packages like the kernel were skipped, which would be +visible as a failure of virt-v2v. In other cases (eg virt-inspector) +you'd just see fewer installed packages in the list. + +Since verifying package signatures is not essential for inspection, +disable this feature in librpm. + +Reported-by: Xiaodai Wang +Thanks: Panu Matilainen +Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2064182 +Signed-off-by: Richard W.M. Jones +(cherry picked from commit aa6f8038f826bfb37ddbbb575e6962e1e181c5e8) +--- + daemon/rpm-c.c | 5 +++++ + 1 file changed, 5 insertions(+) + +diff --git a/daemon/rpm-c.c b/daemon/rpm-c.c +index be0e81e22..020fc588e 100644 +--- a/daemon/rpm-c.c ++++ b/daemon/rpm-c.c +@@ -90,7 +90,12 @@ value + guestfs_int_daemon_rpm_start_iterator (value unitv) + { + CAMLparam1 (unitv); ++ + ts = rpmtsCreate (); ++ ++ /* Disable signature checking (RHBZ#2064182). */ ++ rpmtsSetVSFlags (ts, rpmtsVSFlags (ts) | RPMVSF_MASK_NOSIGNATURES); ++ + iter = rpmtsInitIterator (ts, RPMDBI_PACKAGES, NULL, 0); + CAMLreturn (Val_unit); + } +-- +2.31.1 + diff --git a/SPECS/libguestfs.spec b/SPECS/libguestfs.spec index 0798b31..c9e31fb 100644 --- a/SPECS/libguestfs.spec +++ b/SPECS/libguestfs.spec @@ -57,7 +57,7 @@ Summary: Access and modify virtual machine disk images Name: libguestfs Epoch: 1 Version: 1.46.1 -Release: 2%{?dist} +Release: 3%{?dist} License: LGPLv2+ # Build only for architectures that have a kernel @@ -95,18 +95,19 @@ Source8: copy-patches.sh # https://github.com/libguestfs/libguestfs/commits/rhel-9.0.0 # Patches. -Patch0001: 0001-daemon-inspect_fs_unix-recognize-modern-Pardus-GNU-Linux-releases.patch +Patch0001: 0001-daemon-inspect_fs_unix-recognize-modern-Pardus-GNU-L.patch Patch0002: 0002-daemon-inspection-Add-support-for-Kylin-RHBZ-1995391.patch -Patch0003: 0003-Add-detection-support-for-Rocky-Linux-CentOS-RHEL-like.patch -Patch0004: 0004-launch-libvirt-place-our-virtio-net-pci-device-in-slot-0x1e.patch -Patch0005: 0005-lib-extract-NETWORK_ADDRESS-and-NETWORK_PREFIX-as-macros.patch -Patch0006: 0006-launch-libvirt-add-virtio-net-via-the-standard-interface-element.patch +Patch0003: 0003-Add-detection-support-for-Rocky-Linux-CentOS-RHEL-li.patch +Patch0004: 0004-launch-libvirt-place-our-virtio-net-pci-device-in-sl.patch +Patch0005: 0005-lib-extract-NETWORK_ADDRESS-and-NETWORK_PREFIX-as-ma.patch +Patch0006: 0006-launch-libvirt-add-virtio-net-via-the-standard-inter.patch Patch0007: 0007-RHEL-Remove-libguestfs-live-RHBZ-798980.patch Patch0008: 0008-RHEL-Remove-9p-APIs-from-RHEL-RHBZ-921710.patch -Patch0009: 0009-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ-962113.patch +Patch0009: 0009-RHEL-Disable-unsupported-remote-drive-protocols-RHBZ.patch Patch0010: 0010-RHEL-Remove-User-Mode-Linux-RHBZ-1144197.patch -Patch0011: 0011-RHEL-Reject-use-of-libguestfs-winsupport-features-except-for-virt-tools-RHBZ-1240276.patch -Patch0012: 0012-RHEL-Create-etc-crypto-policies-back-ends-opensslcnf.config.patch +Patch0011: 0011-RHEL-Reject-use-of-libguestfs-winsupport-features-ex.patch +Patch0012: 0012-RHEL-Create-etc-crypto-policies-back-ends-opensslcnf.patch +Patch0013: 0013-daemon-rpm-c.c-Disable-signature-checking-in-librpm.patch %if 0%{patches_touch_autotools} BuildRequires: autoconf, automake, libtool, gettext-devel @@ -1146,6 +1147,10 @@ rm ocaml/html/.gitignore %changelog +* Thu Mar 17 2022 Richard W.M. Jones - 1:1.46.1-3 +- Disable signature checking in librpm + resolves: rhbz#2064182 + * Thu Dec 23 2021 Laszlo Ersek - 1:1.46.1-2 - Add detection support for Rocky Linux resolves: rhbz#2030709