Hello community, here is the log from the commit of package libguestfs for openSUSE:Factory checked in at 2017-06-04 02:00:05 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libguestfs (Old) and /work/SRC/openSUSE:Factory/.libguestfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libguestfs" Sun Jun 4 02:00:05 2017 rev:51 rq:500561 version:1.36.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes 2017-05-31 12:20:50.199130438 +0200 +++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes 2017-06-04 02:00:07.249728897 +0200 @@ -1,0 +2,6 @@ +Thu Jun 1 16:12:07 UTC 2017 - [email protected] + +- Fix v2v conversion of SLES 11 SP4 with kdump enabled + bsc#1038397 + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libguestfs.spec ++++++ --- /var/tmp/diff_new_pack.d9s6Af/_old 2017-06-04 02:00:09.045475430 +0200 +++ /var/tmp/diff_new_pack.d9s6Af/_new 2017-06-04 02:00:09.045475430 +0200 @@ -1,7 +1,7 @@ # # spec file for package libguestfs # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 Michal Hrusecky <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -244,9 +244,9 @@ %if %{with ocaml_bindings} %package -n ocaml-libguestfs Summary: Provides OCaml support for libguestfs -# License: GPL-2.0 Group: System/Filesystems +# %description -n ocaml-libguestfs Allows OCaml scripts to directly use libguestfs. ++++++ 0000-hotfix.patch ++++++ --- /var/tmp/diff_new_pack.d9s6Af/_old 2017-06-04 02:00:09.073471478 +0200 +++ /var/tmp/diff_new_pack.d9s6Af/_new 2017-06-04 02:00:09.073471478 +0200 @@ -0,0 +1,15 @@ +Index: libguestfs-1.36.4/v2v/convert_linux.ml +=================================================================== +--- libguestfs-1.36.4.orig/v2v/convert_linux.ml ++++ libguestfs-1.36.4/v2v/convert_linux.ml +@@ -514,7 +514,9 @@ let rec convert (g : G.guestfs) inspect + else if family = `SUSE_family + && g#is_file ~followsymlinks:true "/sbin/mkinitrd" then ( + ignore ( +- g#command [| "/sbin/mkinitrd"; ++ g#command [| "/usr/bin/env"; ++ "rootdev=" ^ inspect.i_root; ++ "/sbin/mkinitrd"; + "-m"; String.concat " " modules; + "-i"; initrd; + "-k"; kernel.ki_vmlinuz;
