Convert a virtual machine to run on KVM
Go to file
Richard W.M. Jones 7720f80b31 Hard depend on libnbd >= 1.24
This is not actually necessary for Fedora.  But for RHEL 10.2, where
we partially backported some 1.24 APIs to libnbd 1.22, the libnbd 1.22
package now provides LIBNBD_1.24 versioned symbols.  However not all
of them, so for example virt-v2v can fail with:

virt-v2v: symbol lookup error: virt-v2v: undefined symbol: nbd_get_handle_size, version LIBNBD_1.24

Practically this means that you can update virt-v2v to RHEL 10.2, but
leave libnbd from RHEL 10.1, and virt-v2v will then fail to run.

Adding a hard dependency avoids this problem, and is fine for Fedora too.

Resolves: https://issues.redhat.com/browse/RHEL-140894
Reported-by: Ming Xie
(cherry picked from commit daaa263ad1b2d452da262945e0033122daeb247d)
2026-01-13 10:58:27 +00:00
tests Fix basic test on RHEL 10 2024-07-11 12:52:08 +01:00
.gitignore Add gating tests 2021-06-11 14:52:39 +01:00
0001-RHEL-Fixes-for-libguestfs-winsupport.patch Rebase to virt-v2v 2.10.0 2026-01-06 21:14:32 +00:00
0002-RHEL-v2v-Select-correct-qemu-binary-for-o-qemu-mode-.patch Rebase to virt-v2v 2.10.0 2026-01-06 21:14:32 +00:00
0003-RHEL-v2v-Disable-the-qemu-boot-oo-qemu-boot-option-R.patch Rebase to virt-v2v 2.10.0 2026-01-06 21:14:32 +00:00
0004-RHEL-Fix-list-of-supported-sound-cards-to-match-RHEL.patch Rebase to virt-v2v 2.10.0 2026-01-06 21:14:32 +00:00
0005-RHEL-v2v-i-disk-force-VNC-as-display-RHBZ-1372671.patch Rebase to virt-v2v 2.10.0 2026-01-06 21:14:32 +00:00
0006-RHEL-point-to-KB-for-supported-v2v-hypervisors-guest.patch Rebase to virt-v2v 2.10.0 2026-01-06 21:14:32 +00:00
0007-RHEL-tests-Remove-btrfs-test.patch Rebase to virt-v2v 2.10.0 2026-01-06 21:14:32 +00:00
0008-RHEL-Add-warning-about-virt-v2v-in-place-not-being-s.patch Rebase to virt-v2v 2.10.0 2026-01-06 21:14:32 +00:00
0009-RHEL-output-output.ml-Remove-cache-none.patch Rebase to virt-v2v 2.10.0 2026-01-06 21:14:32 +00:00
copy-patches.sh Rebase to virt-v2v 2.9.5 2025-08-29 13:18:02 +01:00
gating.yaml gating: Match any version of RHEL 2024-04-16 13:20:16 +01:00
libguestfs.keyring Import virt-v2v 1.41.8. 2019-12-03 11:57:45 +00:00
sources Rebase to virt-v2v 2.10.0 2026-01-06 21:14:32 +00:00
virt-v2v.spec Hard depend on libnbd >= 1.24 2026-01-13 10:58:27 +00:00