Convert a virtual machine to run on KVM
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) |
||
|---|---|---|
| tests | ||
| .gitignore | ||
| 0001-RHEL-Fixes-for-libguestfs-winsupport.patch | ||
| 0002-RHEL-v2v-Select-correct-qemu-binary-for-o-qemu-mode-.patch | ||
| 0003-RHEL-v2v-Disable-the-qemu-boot-oo-qemu-boot-option-R.patch | ||
| 0004-RHEL-Fix-list-of-supported-sound-cards-to-match-RHEL.patch | ||
| 0005-RHEL-v2v-i-disk-force-VNC-as-display-RHBZ-1372671.patch | ||
| 0006-RHEL-point-to-KB-for-supported-v2v-hypervisors-guest.patch | ||
| 0007-RHEL-tests-Remove-btrfs-test.patch | ||
| 0008-RHEL-Add-warning-about-virt-v2v-in-place-not-being-s.patch | ||
| 0009-RHEL-output-output.ml-Remove-cache-none.patch | ||
| copy-patches.sh | ||
| gating.yaml | ||
| libguestfs.keyring | ||
| sources | ||
| virt-v2v.spec | ||