Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2016-07-21 08:18:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and      /work/SRC/openSUSE:Factory/.libguestfs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libguestfs"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes    2016-07-16 
22:13:35.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes       
2016-07-21 08:18:36.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Jul 20 08:32:21 UTC 2016 - [email protected]
+
+- v2v: add support for win2k16.
+  Backport commit e93d4ea3, fate#316274
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.BuA3Lk/_old  2016-07-21 08:18:38.000000000 +0200
+++ /var/tmp/diff_new_pack.BuA3Lk/_new  2016-07-21 08:18:38.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libguestfs
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright (c) 2011 Michal Hrusecky <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties

++++++ 0000-hotfix.patch ++++++
--- /var/tmp/diff_new_pack.BuA3Lk/_old  2016-07-21 08:18:38.000000000 +0200
+++ /var/tmp/diff_new_pack.BuA3Lk/_new  2016-07-21 08:18:38.000000000 +0200
@@ -228,7 +228,9 @@
 -    add_viostor_to_driver_database g root arch current_cs
 -  else                          (* Windows <= 7 *)
 -    add_viostor_to_critical_device_database g root current_cs
--
++and add_guestor_to_registry g root current_cs drv_name drv_pciid =
++  let ddb_node = g#hivex_node_get_child root "DriverDatabase" in
+ 
 -and add_viostor_to_critical_device_database g root current_cs =
 -  (* See 
http://rwmj.wordpress.com/2010/04/30/tip-install-a-device-driver-in-a-windows-vm/
 -   * NB: All these edits are in the HKLM\SYSTEM hive.  No other
@@ -250,9 +252,7 @@
 -      [ current_cs; "Control"; "CriticalDeviceDatabase"; 
"pci#ven_1af4&dev_1001&subsys_00021af4&rev_00" ],
 -      [ "Service", REG_SZ "viostor";
 -        "ClassGUID", REG_SZ "{4D36E97B-E325-11CE-BFC1-08002BE10318}" ];
-+and add_guestor_to_registry g root current_cs drv_name drv_pciid =
-+  let ddb_node = g#hivex_node_get_child root "DriverDatabase" in
- 
+-
 -      [ current_cs; "Services"; "viostor" ],
 +  let regedits =
 +    if ddb_node = 0L then
@@ -545,6 +545,15 @@
      let paths = external_command cmd in
      List.iter (
        fun path ->
+@@ -467,6 +284,8 @@ and virtio_iso_path_matches_guest_os pat
+         (6, 3, not_client)
+       else if pathelem "w10" || pathelem "win10" then
+         (10, 0, is_client)
++      else if pathelem "2k16" || pathelem "win2016" then
++        (10, 0, not_client)
+       else
+         raise Not_found in
+ 
 Index: libguestfs-1.32.4/appliance/init
 ===================================================================
 --- libguestfs-1.32.4.orig/appliance/init


Reply via email to