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 2022-06-02 21:54:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/virt-v2v (Old)
 and      /work/SRC/openSUSE:Factory/.virt-v2v.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "virt-v2v"

Thu Jun  2 21:54:17 2022 rev:5 rq:980412 version:2.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/virt-v2v/virt-v2v.changes        2022-01-08 
23:24:30.914275529 +0100
+++ /work/SRC/openSUSE:Factory/.virt-v2v.new.1548/virt-v2v.changes      
2022-06-02 21:54:25.380384900 +0200
@@ -1,0 +2,41 @@
+Thu May 26 11:39:38 MDT 2022 - carn...@suse.com
+
+- Update to version 2.0.6
+  * This is a bug fix release on top of 2.0.5
+
+-------------------------------------------------------------------
+Thu May 12 14:40:29 MDT 2022 - carn...@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.
+- Drop fix-linker-error.patch
+
+-------------------------------------------------------------------

Old:
----
  fix-linker-error.patch
  virt-v2v-1.44.2.tar.gz
  virt-v2v-1.44.2.tar.gz.sig

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

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

Other differences:
------------------
++++++ virt-v2v.spec ++++++
--- /var/tmp/diff_new_pack.1Q1T1V/_old  2022-06-02 21:54:26.008385700 +0200
+++ /var/tmp/diff_new_pack.1Q1T1V/_new  2022-06-02 21:54:26.012385705 +0200
@@ -20,15 +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 1.44-stable
+%global source_directory 2.0-stable
 Name:           virt-v2v
-Version:        1.44.2
+Version:        2.0.6
 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
 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
 BuildRequires:  augeas-devel
@@ -59,15 +58,20 @@
 BuildRequires:  qemu-tools
 BuildRequires:  perl(Sys::Guestfs)
 BuildRequires:  pkgconfig(bash-completion) >= 2.0
+BuildRequires:  pkgconfig(libnbd)
 Requires:       %{_bindir}/gawk
 Requires:       %{_bindir}/gzip
+Requires:       %{_bindir}/qemu-nbd
 Requires:       %{_bindir}/virsh
 Requires:       curl
 Requires:       guestfs-tools >= 1.42
-Requires:       libguestfs0%{?_isa} >= 1.42
+Requires:       libguestfs0 >= 1.42
+Requires:       openssh-clients >= 8.8p1
+Requires:       ovmf
 Requires:       unzip
 Recommends:     nbdkit
 Recommends:     nbdkit-curl-plugin
+Recommends:     nbdkit-nbd-plugin
 Recommends:     nbdkit-python-plugin
 Recommends:     nbdkit-ssh-plugin
 Recommends:     nbdkit-vddk-plugin
@@ -145,8 +149,8 @@
 mkdir -p %{buildroot}/%{_datadir}/virt-tools
 
 # Delete the v2v test harness (except for the man page).
-rm -r %{buildroot}/%{_libdir}/ocaml/v2v_test_harness
-rm -r %{buildroot}/%{_libdir}/ocaml/stublibs/dllv2v_test_harness*
+#rm -r %{buildroot}/%{_libdir}/ocaml/v2v_test_harness
+#rm -r %{buildroot}/%{_libdir}/ocaml/stublibs/dllv2v_test_harness*
 
 # Find locale files.
 %find_lang %{name}
@@ -182,9 +186,9 @@
 %license COPYING
 #doc README
 %{_bindir}/virt-v2v
-%{_bindir}/virt-v2v-copy-to-local
+%{_bindir}/virt-v2v-in-place
 %{_mandir}/man1/virt-v2v.1%{?ext_man}
-%{_mandir}/man1/virt-v2v-copy-to-local.1%{?ext_man}
+%{_mandir}/man1/virt-v2v-in-place.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-hacking.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-input-vmware.1%{?ext_man}
 %{_mandir}/man1/virt-v2v-input-xen.1%{?ext_man}
@@ -192,14 +196,13 @@
 %{_mandir}/man1/virt-v2v-output-openstack.1%{?ext_man}
 %{_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-support.1%{?ext_man}
-%{_mandir}/man1/virt-v2v-test-harness.1%{?ext_man}
 %{_datadir}/virt-tools
 
 %files bash-completion
 %license COPYING
 %{_datadir}/bash-completion/completions/virt-v2v
-%{_datadir}/bash-completion/completions/virt-v2v-copy-to-local
 
 %files man-pages-ja
 %license COPYING

++++++ virt-v2v-1.44.2.tar.gz -> virt-v2v-2.0.6.tar.gz ++++++
++++ 168309 lines of diff (skipped)

Reply via email to