Hello community, here is the log from the commit of package virt-v2v for openSUSE:Factory checked in at 2015-01-22 21:49:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/virt-v2v (Old) and /work/SRC/openSUSE:Factory/.virt-v2v.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "virt-v2v" Changes: -------- --- /work/SRC/openSUSE:Factory/virt-v2v/virt-v2v.changes 2014-12-03 22:49:03.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.virt-v2v.new/virt-v2v.changes 2015-01-22 21:49:31.000000000 +0100 @@ -1,0 +2,6 @@ +Mon Jan 5 22:22:00 UTC 2015 - [email protected] + +- Remove openSUSE version requirements from virt-v2v.db (bsc#909046) + support_any_opensuse_ver.patch + +------------------------------------------------------------------- New: ---- support_any_opensuse_ver.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ virt-v2v.spec ++++++ --- /var/tmp/diff_new_pack.XTABwM/_old 2015-01-22 21:49:32.000000000 +0100 +++ /var/tmp/diff_new_pack.XTABwM/_new 2015-01-22 21:49:32.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package virt-v2v # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -41,6 +41,7 @@ Patch12: rename_vb_examples.patch Patch13: reset_virtio_after_config.patch Patch14: handle_ova_files.patch +Patch15: support_any_opensuse_ver.patch Patch50: meta_license_to_list.patch Patch99: remove_esx_examples.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -164,6 +165,7 @@ %patch12 -p1 %patch13 -p1 %patch14 -p1 +%patch15 -p1 # Apply meta_license_to_list.patch only for versions > SLES12 %if 0%{?suse_version} >= 1320 %patch50 -p1 ++++++ support_any_opensuse_ver.patch ++++++ openSUSE Factory/Tumbleweed uses the date of the build, rather than a major/minor version number. In order to ensure these guests can be converted the major/minor number requirement must be dropped from virt-v2v.db (This is safe as all current versions of openSUSE support virtio in the default kernel.) (bsc#909046) Index: virt-v2v-0.9.1/v2v/virt-v2v.db =================================================================== --- virt-v2v-0.9.1.orig/v2v/virt-v2v.db +++ virt-v2v-0.9.1/v2v/virt-v2v.db @@ -61,19 +61,10 @@ the modifications or additions to /etc/v <dep name='xorg-x11-driver-video'/> </capability> - <!-- openSUSE 11/12/13 supports virtio in the default kernel --> - <capability os='linux' distro='opensuse' major='13' name='virtio'> + <!-- openSUSE supports virtio in the default kernel --> + <capability os='linux' distro='opensuse' name='virtio'> <dep name='kernel'/> </capability> - <capability os='linux' distro='opensuse' major='12' name='virtio'> - <dep name='kernel'/> - </capability> - <capability os='linux' distro='opensuse' major='11' name='virtio'> - <dep name='kernel'/> - </capability> - <capability os='linux' distro='opensuse' major='10' name='virtio'> - <dep name='kernel' minversion='2.6.25.5-1.1'/> - </capability> <!-- openSUSE packages the cirrus driver in xorg-x11-driver-video --> <capability os='linux' distro='opensuse' name='cirrus'> <dep name='xorg-x11-driver-video'/> -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
