Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2017-05-16 14:46:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and      /work/SRC/openSUSE:Factory/.libguestfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libguestfs"

Tue May 16 14:46:00 2017 rev:49 rq:494930 version:1.32.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes    2017-04-20 
20:54:49.699059422 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes       
2017-05-16 14:46:56.128121358 +0200
@@ -1,0 +2,5 @@
+Mon May 15 12:13:40 UTC 2017 - cbosdon...@suse.com
+
+- Don't let mkinitrd guess the root device (bsc#1038397)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ 0000-hotfix.patch ++++++
--- /var/tmp/diff_new_pack.uOyWjM/_old  2017-05-16 14:46:56.976002236 +0200
+++ /var/tmp/diff_new_pack.uOyWjM/_new  2017-05-16 14:46:56.980001674 +0200
@@ -828,6 +828,16 @@
                 (* If several files match, take the shortest match.  This
                  * handles the case where we have a mix of same-version non-Xen
                  * and Xen kernels:
+@@ -844,7 +844,8 @@ let rec convert ~keep_serial_console (g
+           g#command [| "/sbin/mkinitrd";
+                        "-m"; String.concat " " modules;
+                        "-i"; initrd;
+-                       "-k"; kernel.ki_vmlinuz |]
++                       "-k"; kernel.ki_vmlinuz;
++                       "-d"; inspect.i_root |]
+         )
+       )
+       else if g#is_file ~followsymlinks:true "/sbin/mkinitrd" then (
 Index: libguestfs-1.32.4/v2v/test-v2v-in-place.sh
 ===================================================================
 --- libguestfs-1.32.4.orig/v2v/test-v2v-in-place.sh


Reply via email to