Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: virt-v2v | Distribution: openSUSE Tumbleweed |
Version: 2.4.0 | Vendor: openSUSE |
Release: 6.1 | Build date: Tue May 7 16:59:53 2024 |
Group: System/Management | Build host: reproducible |
Size: 17135788 | Source RPM: virt-v2v-2.4.0-6.1.src.rpm |
Packager: http://bugs.opensuse.org | |
Url: https://github.com/libguestfs/virt-v2v | |
Summary: Tools to convert a virtual machine to run on KVM |
Virt-v2v converts a single guest from a foreign hypervisor to run on KVM. It can read Linux and Windows guests running on VMware, Xen, Hyper-V and some other hypervisors, and convert them to KVM managed by libvirt, OpenStack, oVirt, Red Hat Virtualisation (RHV) or several other targets. It can modify the guest to make it bootable on KVM and install virtio drivers so it will run quickly.
GPL-2.0-or-later
* Tue May 07 2024 carnold@suse.com - bsc#1223444 - New virt-v2v dependency on btrfsprogs causes error with zypper dup on systems without btrfs installed Drop Requires on the following packages and move them into libguestfs-appliance btrfsprogs, curl, dhcp-client, e2fsprogs, gptfdisk ntfsprogs, xfsprogs * Fri Apr 19 2024 carnold@suse.com - Add Requires for dhcp-client - Add conditional x86_64 arch Requires for nbdkit-vddk-plugin * Thu Apr 18 2024 carnold@suse.com - bsc#1223093 - virt-v2v needs nbdkit and libnbd on SLE15-SP6 to function correctly Add Requires on libnbd and all nbdkit packages. The nbdkit packages are required for remote execution. Added Requires on btrfsprogs * Fri Mar 29 2024 carnold@suse.com - Add Requires on gptfdisk and libguestfs-winsupport for converting windows VMs. * Fri Jan 19 2024 olaf@aepfle.de - Relax the openssh requirement. Options passed to scp are known by openssh 8.4 - Move autoreconf from prep to build, to simplify quilt setup. * Thu Jan 04 2024 carnold@suse.com - Update to virt-v2v 2.4.0 (jsc#PED-6305) * New --block-driver option which can be used to choose to install either virtio-blk or virtio-scsi drivers * The virt-v2v --key option now recognizes LVM names like /dev/mapper/rhel_bootp--73--75--123-root * The --key option also supports a new --key all:... selector to try the same key on all devices. * Conversions now set the host-model CPU in the output metadata, except where the source hypervisor overrides this. The exception is -o qemu mode which uses -cpu host. * virt-v2v will now look for bootloader configuration in /boot/grub/grub.cfg for UEFI guests * Invoke pnputil (if available) to install drivers, fixing some Windows conversions * Skip SELinux relabelling if the guest has disabled SELinux * Several output modes now generate metadata to indicate whether the guest requires the RTC to be set to UTC (Linux) or localtime (most Windows). For example with -o libvirt this generates <clock offset="utc|localtime"/>. * -i ova mode is now less strict about parsing the manifest file, which helps when converting some non-conforming OVA files. * Input modes using -it ssh now use the correct quoting * -i vmx mode now rejects VMDK files explicitly, reducing a source of user confusion * Multiple fixes to -o kubevirt mode. Also implement -oo compressed for this mode. * -o libvirt mode now supports Rocky Linux * -o openstack documentation for cloud configurations fixed * -o rhv-upload mode has an improved error when the -os parameter is invalid or missing * Remove support for RHEL 3 * Various language translation updates - Drop patches fix-compiler-error-Stdlib.stderr.patch fix-linker-error.patch * Thu Nov 30 2023 olaf@aepfle.de - Remove obsolete requirement for ocaml-gettext-stub-devel - Require OCaml 4.07+ - Align ExclusiveArch with libguestfs * Wed Feb 08 2023 carnold@suse.com - Update to virt-v2v 2.2.0 * New virt-v2v-inspector(1) tool. This tool can be used before conversion to collect facts about the source guest, such as number of disks, and to estimate the disk space required after conversion. * Add support for NVMe devices and SATA hard disks when importing from VMware VMX files (Laszlo Ersek). * Add support for importing to KubeVirt using the new experimental -o kubevirt mode. * Windows 11 guests are now supported. * Rocky Linux guest support has been added (Andrey Drobyshev). * The -o json mode was removed. It was intended to be used with KubeVirt but was never actually used there. Use -o kubevirt instead. * Numerous bug fixes and build changes * Tue Oct 04 2022 carnold@suse.com - jsc#PED-2113 [Virt Tools] Refresh Virtualization Tools for Xen and KVM Management * Tue Jul 12 2022 carnold@suse.com - Update to version 2.0.7 * This is a bug fix release fix-compiler-error-Stdlib.stderr.patch - Drop patch contained in new tarball CVE-2022-2211-options-fix-buffer-overflow-in-get_keys.patch * Wed Jun 29 2022 carnold@suse.com - bsc#1201064 - Libguestfs: Buffer overflow in get_keys leads to DOS - CVE-2022-2211 CVE-2022-2211-options-fix-buffer-overflow-in-get_keys.patch * Thu May 26 2022 carnold@suse.com - Update to version 2.0.6 * This is a bug fix release on top of 2.0.5 * Thu May 12 2022 carnold@suse.com - Update to version 2.0.5 * Virt-v2v has been modularised allowing external programs to examine the state of the conversion and inject their own copying step. Further enhancements will be made to this new architecture in forthcoming releases. * The command line is almost identical apart from some debugging features that were removed (see below). The only significant difference is that the output format (-of) now has to be specified if it is different from the input format, whereas previous versions of virt-v2v would use the same output format as input format automatically. * A lot of time was spent improving the performance of virt-v2v in common cases. * Implement conversion of ALT Linux guests (Mikhail Gordeev). * Many bug fixes and performance enhancements were made to oVirt imageio output (Nir Soffer). * There is a new virt-v2v-in-place(1) tool which replaces the existing virt-v2v --in-place option. * Virt-v2v can now convert guests which use LUKS encrypted logical volumes (Laszlo Ersek). * Option -oo rhv-direct has been replaced by -oo rhv-proxy, and direct mode (which is much faster) is now the default when writing to oVirt, with proxy mode available for restricted network configurations (thanks: Nir Soffer). * The following command line options were removed: - -print-estimate, --debug-overlays, --no-copy. * Virt-v2v no longer installs the RHEV-APT tool in Windows guests. This tool was deprecated and then removed in oVirt 4.3. * Deprecated tool virt-v2v-copy-to-local has been removed. This was deprecated in November 2018. * Thu Jan 06 2022 carnold@suse.com - Update to version 1.44.2 * This is a bug fix release virt-v2v-1.44.2.tar.gz.sig - Drop virt-v2v-1.44.0.tar.gz.sig * Thu Sep 16 2021 carnold@suse.com - Fix ocaml linker error due to unresolved 'rpl_free'. For comparison, see libguestfs commit 489b14b75e. fix-linker-error.patch * Fri May 07 2021 carnold@suse.com - Update to version 1.44.0 Include virt-v2v-1.44.0.tar.gz.sig * windows: Allow qxldod.inf as synonym for qxl.inf * -i ova: Set LANG=C and --no-auto-compress when running tar. * Increase required free space in Windows to 100 MB * Tidy up error messages when mounting a virtio-win ISO * Thu Apr 29 2021 Predrag Ivanović <predivan@mts.rs> - Update to version 1.43.5 * No upstream provided Changelog - Package changes * Switch BuildRequires pcre-devel to pcre2-devel * Ran spec-cleaner * Wed Feb 10 2021 Jan Engelhardt <jengelh@inai.de> - Remove old specfile macros and constructs. * Thu Jan 28 2021 carnold@suse.com - Update to version 1.43.3 * Support for ALT Linux 9 and up added * Many upstream bug fixes * Language file fixes and updates
/usr/bin/virt-v2v /usr/bin/virt-v2v-in-place /usr/bin/virt-v2v-inspector /usr/share/licenses/virt-v2v /usr/share/licenses/virt-v2v/COPYING /usr/share/locale/cs/LC_MESSAGES/virt-v2v.mo /usr/share/locale/de/LC_MESSAGES/virt-v2v.mo /usr/share/locale/es/LC_MESSAGES/virt-v2v.mo /usr/share/locale/fi/LC_MESSAGES/virt-v2v.mo /usr/share/locale/fr/LC_MESSAGES/virt-v2v.mo /usr/share/locale/gu/LC_MESSAGES/virt-v2v.mo /usr/share/locale/hi/LC_MESSAGES/virt-v2v.mo /usr/share/locale/ja/LC_MESSAGES/virt-v2v.mo /usr/share/locale/ka/LC_MESSAGES/virt-v2v.mo /usr/share/locale/kn/LC_MESSAGES/virt-v2v.mo /usr/share/locale/ml/LC_MESSAGES/virt-v2v.mo /usr/share/locale/mr/LC_MESSAGES/virt-v2v.mo /usr/share/locale/nl/LC_MESSAGES/virt-v2v.mo /usr/share/locale/or/LC_MESSAGES/virt-v2v.mo /usr/share/locale/pa/LC_MESSAGES/virt-v2v.mo /usr/share/locale/pl/LC_MESSAGES/virt-v2v.mo /usr/share/locale/si/LC_MESSAGES/virt-v2v.mo /usr/share/locale/uk/LC_MESSAGES/virt-v2v.mo /usr/share/man/man1/virt-v2v-hacking.1.gz /usr/share/man/man1/virt-v2v-in-place.1.gz /usr/share/man/man1/virt-v2v-input-vmware.1.gz /usr/share/man/man1/virt-v2v-input-xen.1.gz /usr/share/man/man1/virt-v2v-inspector.1.gz /usr/share/man/man1/virt-v2v-output-local.1.gz /usr/share/man/man1/virt-v2v-output-openstack.1.gz /usr/share/man/man1/virt-v2v-output-rhv.1.gz /usr/share/man/man1/virt-v2v-release-notes-1.42.1.gz /usr/share/man/man1/virt-v2v-release-notes-2.0.1.gz /usr/share/man/man1/virt-v2v-release-notes-2.2.1.gz /usr/share/man/man1/virt-v2v-release-notes-2.4.1.gz /usr/share/man/man1/virt-v2v-support.1.gz /usr/share/man/man1/virt-v2v.1.gz /usr/share/virt-tools
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Jul 24 00:03:11 2024