SHA256
1
0
forked from pool/virt-v2v
Commit Graph

27 Commits

Author SHA256 Message Date
Charles Arnold
4858b0d614 - bsc#1223093 - virt-v2v needs nbdkit and libnbd on SLE15-SP6 to
function correctly
  Add Requires on libnbd and all nbdkit packages. The nbdkit
- Add Requires on gptfdisk and libguestfs-winsupport for
  converting windows VMs.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=51
2024-04-18 16:07:41 +00:00
Charles Arnold
ecb383d816 - Add Requires on libnbd and all nbdkit packages. The nbdkit
packages are required for remote execution.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=50
2024-04-15 21:29:27 +00:00
Charles Arnold
45dff23ca1 Add Requires on a couple packages needed for windows conversion
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=49
2024-03-29 19:19:08 +00:00
fba33c7e46 Accepting request 1139964 from home:olh:branches:Virtualization
- Relax the openssh requirement. Options passed to scp are known
  by openssh 8.4
- Move autoreconf from prep to build, to simplify quilt setup.

OBS-URL: https://build.opensuse.org/request/show/1139964
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=47
2024-02-02 06:48:08 +00:00
Charles Arnold
2df73b9cd6 - Update to virt-v2v 2.4.0 (jsc#PED-6305)
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=45
2024-01-08 15:56:20 +00:00
Charles Arnold
945c648053 - Update to virt-v2v 2.4.0
* 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=42
2024-01-04 20:47:02 +00:00
Charles Arnold
1744d19edf - Update to virt-v2v 2.3.8
* Various fixes and enhancements to -o kubevirt
  * Various fixes and enhancements to -o libvirt
  * -o qemu: Always use -cpu host unless overridden by source
    hypervisor
  * -o qemu: Set -rtc base=localtime when guest expects RTC set to
    localtime
  * -i ova: Less strict parsing of lines from the manifest file
  * Introduce "block_driver" convert option
  * Various fixes and enhancement to detecting windows virtio
  * Add Inject_virtio_win.Virtio_SCSI as a possible block type
  * write the proper block controller PCI ID to Win registry
  * look for bootloader config in /boot/grub/grub.cfg in case of
    UEFI
  * mltools/libosinfo-c.c: Fix off-by-one error
  * Remove support for RHEL 3
  * Various language translation updates
  * Numerous bug fixes
- Drop patches
  fix-compiler-error-Stdlib.stderr.patch
  fix-linker-error.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=41
2024-01-03 21:07:31 +00:00
Charles Arnold
217cb9fe15 Accepting request 1130163 from home:olh:branches:Virtualization
- Remove obsolete requirement for ocaml-gettext-stub-devel
- Require OCaml 4.07+
- Align ExclusiveArch with libguestfs

OBS-URL: https://build.opensuse.org/request/show/1130163
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=39
2023-12-01 12:15:08 +00:00
Charles Arnold
3d46099cfd - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=36
2023-02-08 23:24:59 +00:00
Charles Arnold
dad631b591 - jsc#PED-2113 [Virt Tools] Refresh Virtualization Tools for Xen
and KVM Management
  fix-compiler-error-Stdlib.stderr.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=34
2022-10-27 15:45:17 +00:00
Charles Arnold
7f92a5327a - Update to version 2.0.7
* This is a bug fix release
- Drop patch contained in new tarball
  CVE-2022-2211-options-fix-buffer-overflow-in-get_keys.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=32
2022-07-12 22:14:04 +00:00
Charles Arnold
0656843eb7 Remove partial comment from change log
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=30
2022-06-30 21:27:32 +00:00
Charles Arnold
d3f81f6a34 - Drop BuildRequires libnbd
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=29
2022-06-30 21:25:57 +00:00
Charles Arnold
dc8750f77e - bsc#1201064 - Libguestfs: Buffer overflow in get_keys leads
to DOS - CVE-2022-2211

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=28
2022-06-30 16:45:25 +00:00
Charles Arnold
91c2742b7b - CVE-2022-2211 - Fix buffer overflow in get_keys()
CVE-2022-2211-options-fix-buffer-overflow-in-get_keys.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=27
2022-06-29 16:21:52 +00:00
Charles Arnold
745dbdfa5a - Drop fix-linker-error.patch
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=24
2022-06-01 15:49:16 +00:00
Charles Arnold
738048d57a - Update to version 2.0.6
* This is a bug fix release on top of 2.0.5

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=23
2022-05-26 17:50:39 +00:00
Charles Arnold
d5ef7948ff - 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.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=18
2022-05-13 16:34:49 +00:00
Charles Arnold
79e406f8d8 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=16
2022-01-06 23:18:43 +00:00
Charles Arnold
60115e0f0c - Fix ocaml linker error due to unresolved 'rpl_free'. For
comparison, see libguestfs commit 489b14b75e.
  fix-linker-error.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=15
2021-09-16 18:09:07 +00:00
Charles Arnold
28b1942ad2 - 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

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=14
2021-05-07 20:49:45 +00:00
Charles Arnold
538feb8fa9 Accepting request 889256 from home:predivan:branches:Virtualization
- Update to version 1.43.5
    * No upstream provided Changelog
- Package changes
    * Switch BuildRequires pcre-devel to pcre2-devel
    * Ran spec-cleaner

OBS-URL: https://build.opensuse.org/request/show/889256
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=12
2021-04-29 21:13:41 +00:00
Charles Arnold
e68d451ea5 Accepting request 871008 from home:jengelh:branches:Virtualization
- Remove old specfile macros and constructs.

OBS-URL: https://build.opensuse.org/request/show/871008
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=10
2021-02-10 23:25:40 +00:00
Charles Arnold
9005a8d987 - Update to version 1.43.3
* Support for ALT Linux 9 and up added
  * Many upstream bug fixes
  * Language file fixes and updates

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=4
2021-01-28 22:27:07 +00:00
04d5627ee3 Accepting request 838921 from home:predivan:branches:Virtualization
-  Fix rpmbuild 'directories not owned by package' error on Leap
-  Fix Requires referencing  wrong/non-existing packages

OBS-URL: https://build.opensuse.org/request/show/838921
OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=3
2020-10-26 14:18:28 +00:00
Charles Arnold
cc3b735205 - Update to version 1.43.1
* Several bug fixes
- Drop fix-redefinition-error.patch

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=2
2020-07-21 19:01:32 +00:00
Charles Arnold
4df516b9b8 - Fix error: redefinition of 'glib_autoptr_clear_OsinfoList'
fix-redefinition-error.patch

- Initial package of virt-v2v version 1.42.0
  * The rhv-upload output mode of virt-v2v is not listed as output
    driver, as virt-p2v does not provide all the GUI elements to
    properly use it
  * Virt-v2v is checked as requirement for the functional tests,
    in addition to guestfish, and virt-customize
  * Virt-p2v-make-disk now sets p2v.local as hostname in the
    generated disk image
  * Document p2v as initial password for the root user on the disk
    image generated by virt-p2v-make-disk, virt-p2v-make-kickstart,
    and virt-p2v-make-kiwi

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-v2v?expand=0&rev=1
2020-05-05 22:07:44 +00:00