Hello community,

here is the log from the commit of package virt-v2v for openSUSE:Factory 
checked in at 2014-12-03 22:48:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-07-24 
01:23:09.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.virt-v2v.new/virt-v2v.changes   2014-12-03 
22:49:03.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec  2 20:38:50 UTC 2014 - mplus...@suse.com
+
+- Fix dependency on perl-Module-Pluggable
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ virt-v2v.spec ++++++
--- /var/tmp/diff_new_pack.tMe22z/_old  2014-12-03 22:49:04.000000000 +0100
+++ /var/tmp/diff_new_pack.tMe22z/_new  2014-12-03 22:49:04.000000000 +0100
@@ -87,6 +87,7 @@
 BuildRequires:  perl-Win-Hivex >= 1.2.2
 
 Requires:       perl-base
+Requires:       perl(Module::Pluggable)
 # Required for the name optional argument to add_drive_opts
 Requires:       perl-Sys-Guestfs >= 1.14.0
 

++++++ remove-duplicate-btrfs-roots.patch ++++++
--- /var/tmp/diff_new_pack.tMe22z/_old  2014-12-03 22:49:04.000000000 +0100
+++ /var/tmp/diff_new_pack.tMe22z/_new  2014-12-03 22:49:04.000000000 +0100
@@ -1,6 +1,6 @@
 When the guest is using btrfs on the root filesystem, duplicate root devices
-will be detected. If this happens, strip out the 'btrfsvol' version, and use
-the standard partition entry.
+can be detected. If this happens, remove the standard parition entry, and
+use the 'btrfsvol' version.
 
 Index: virt-v2v-0.9.1/v2v/virt-v2v.pl
 ===================================================================
@@ -12,7 +12,7 @@
  
 +    # If using btrfs, it is possible to have the same partition listed using
 +    # two different names (e.g. '/dev/sda2' and 'btrfsvol:/dev/sda2/@').
-+    # In this case, filter out the duplicate 'btrfsvol' entry.
++    # In this case, remove the device entry, and use the 'btrfsvol' version.
 +    if ((@roots == 2) && ("btrfsvol:$roots[0]/@" eq "$roots[1]")) {
 +        @roots = grep(/^btrfsvol/, @roots);
 +    }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to