Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package virt-v2v for openSUSE:Factory 
checked in at 2024-01-05 21:43:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-v2v (Old)
 and      /work/SRC/openSUSE:Factory/.virt-v2v.new.28375 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-v2v"

Fri Jan  5 21:43:25 2024 rev:11 rq:1136945 version:2.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-v2v/virt-v2v.changes        2023-12-01 
21:27:13.865983277 +0100
+++ /work/SRC/openSUSE:Factory/.virt-v2v.new.28375/virt-v2v.changes     
2024-01-05 21:45:52.504072939 +0100
@@ -1,0 +2,39 @@
+Thu Jan  4 13:38:59 MST 2024 - carn...@suse.com
+
+- 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
+  * Remove support for RHEL 3
+  * Various language translation updates
+- Drop patches
+  fix-compiler-error-Stdlib.stderr.patch
+  fix-linker-error.patch
+
+-------------------------------------------------------------------

Old:
----
  fix-compiler-error-Stdlib.stderr.patch
  fix-linker-error.patch
  virt-v2v-2.2.0.tar.gz
  virt-v2v-2.2.0.tar.gz.sig

New:
----
  virt-v2v-2.4.0.tar.gz
  virt-v2v-2.4.0.tar.gz.sig

BETA DEBUG BEGIN:
  Old:- Drop patches
  fix-compiler-error-Stdlib.stderr.patch
  fix-linker-error.patch
  Old:  fix-compiler-error-Stdlib.stderr.patch
  fix-linker-error.patch
BETA DEBUG END:

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ virt-v2v.spec ++++++
--- /var/tmp/diff_new_pack.Dn2jWl/_old  2024-01-05 21:45:53.588112610 +0100
+++ /var/tmp/diff_new_pack.Dn2jWl/_new  2024-01-05 21:45:53.592112756 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package virt-v2v
 #
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2024 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -20,16 +20,14 @@
 # If there are patches which touch autotools files, set this to 1.
 %global patches_touch_autotools 1
 # The source directory.
-%global source_directory 2.2-stable
+%global source_directory 2.4-stable
 Name:           virt-v2v
-Version:        2.2.0
+Version:        2.4.0
 Release:        0
 Summary:        Tools to convert a virtual machine to run on KVM
 License:        GPL-2.0-or-later
 Group:          System/Management
 URL:            https://github.com/libguestfs/virt-v2v
-Patch0:         fix-linker-error.patch
-Patch1:         fix-compiler-error-Stdlib.stderr.patch
 Source0:        
https://download.libguestfs.org/virt-v2v/%{source_directory}/%{name}-%{version}.tar.gz
 Source1:        
https://download.libguestfs.org/virt-v2v/%{source_directory}/%{name}-%{version}.tar.gz.sig
 
@@ -45,7 +43,6 @@
 BuildRequires:  libvirt-devel
 BuildRequires:  libxml2-devel
 BuildRequires:  mkisofs
-BuildRequires:  ocaml(ocaml_base_version) >= 4.07
 BuildRequires:  ocaml-fileutils-devel
 BuildRequires:  ocaml-findlib-devel
 BuildRequires:  ocaml-gettext-devel
@@ -58,6 +55,7 @@
 BuildRequires:  pkgconfig
 BuildRequires:  po4a
 BuildRequires:  qemu-tools
+BuildRequires:  ocaml(ocaml_base_version) >= 4.07
 BuildRequires:  perl(Sys::Guestfs)
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
 BuildRequires:  pkgconfig(libnbd)
@@ -195,6 +193,7 @@
 %{_mandir}/man1/virt-v2v-output-rhv.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-release-notes-1.42.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-release-notes-2.0.1%{?ext_man}
+%{_mandir}/man1/virt-v2v-release-notes-2.4.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-support.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-inspector.1.gz
 %{_mandir}/man1/virt-v2v-release-notes-2.2.1.gz

++++++ virt-v2v-2.2.0.tar.gz -> virt-v2v-2.4.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/virt-v2v/virt-v2v-2.2.0.tar.gz 
/work/SRC/openSUSE:Factory/.virt-v2v.new.28375/virt-v2v-2.4.0.tar.gz differ: 
char 12, line 1

Reply via email to