Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2013-12-19 12:14:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2013-12-04 
12:29:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes       
2013-12-19 12:14:38.000000000 +0100
@@ -1,0 +2,15 @@
+Tue Dec 17 22:27:22 CET 2013 - [email protected]
+
+- Update to version 1.24.2
+  * launch: Print program and version as part of standard debug output when 
launching the handle.
+  * lua: Don't redefine lua_objlen if already defined.
+  * lib: Make sure -lselinux is used when linking libguestfs.so.
+  * daemon: btrfs: Upstream 'btrfs device add' command now needs '--force' 
option to work.
+  * perl: Give error instead of crashing if optarg is not an array reference.
+  * Avoid modulo bias in random password generation
+  * mllib: Add a utility function for safely reading from /dev/urandom.
+  * podwrapper: virt-install is not a libguestfs page.
+  * Update to latest gnulib to get hash relicensing change (thanks Jim 
Meyering).
+  * Fix fstab block device resolution for FreeBSD
+
+-------------------------------------------------------------------

Old:
----
  libguestfs-1.24.1.tar.xz

New:
----
  libguestfs-1.24.2.tar.xz

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

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.F0e5Fm/_old  2013-12-19 12:14:39.000000000 +0100
+++ /var/tmp/diff_new_pack.F0e5Fm/_new  2013-12-19 12:14:39.000000000 +0100
@@ -17,7 +17,7 @@
 #
 
 
-Version:        1.24.1
+Version:        1.24.2
 Release:        0
 
 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)

++++++ 1000-force-virtio_blk-in-old-guest-kernel.patch ++++++
--- /var/tmp/diff_new_pack.F0e5Fm/_old  2013-12-19 12:14:39.000000000 +0100
+++ /var/tmp/diff_new_pack.F0e5Fm/_new  2013-12-19 12:14:39.000000000 +0100
@@ -1,4 +1,4 @@
-From 5002a87860d2c0b40f8df64fba403f2eb67d2f97 Mon Sep 17 00:00:00 2001
+From 592819524390bc354d16940107e4c22ca41e48b9 Mon Sep 17 00:00:00 2001
 From: Olaf Hering <[email protected]>
 Date: Mon, 3 Sep 2012 19:50:44 +0200
 Subject: force virtio_blk in old guest kernel
@@ -38,7 +38,7 @@
        exit (EXIT_FAILURE);
      }
 diff --git a/src/guestfs-internal.h b/src/guestfs-internal.h
-index 9936c84..60b5509 100644
+index 5356920..2a9f9fe 100644
 --- a/src/guestfs-internal.h
 +++ b/src/guestfs-internal.h
 @@ -472,6 +472,7 @@ struct guestfs_h
@@ -77,10 +77,10 @@
  }
  
 diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c
-index 60b081d..33d5dac 100644
+index 8e0f135..83d23c7 100644
 --- a/src/inspect-fs-unix.c
 +++ b/src/inspect-fs-unix.c
-@@ -1404,7 +1404,7 @@ resolve_fstab_device_diskbyid (guestfs_h *g, const char 
*part,
+@@ -1407,7 +1407,7 @@ resolve_fstab_device_diskbyid (guestfs_h *g, const char 
*part,
      return 0;
  
    /* Make the partition name and check it exists. */
@@ -89,7 +89,7 @@
    if (!is_partition (g, device)) {
      free (device);
      return 0;
-@@ -1481,7 +1481,7 @@ resolve_fstab_device (guestfs_h *g, const char *spec, 
Hash_table *md_map)
+@@ -1500,7 +1500,7 @@ resolve_fstab_device (guestfs_h *g, const char *spec, 
Hash_table *md_map)
      if (disk_i != -1 && disk_i <= 26 &&
          slice_i > 0 && slice_i <= 1 /* > 4 .. see comment above */ &&
          part_i >= 0 && part_i < 26) {
@@ -99,7 +99,7 @@
    }
    else if ((part = match1 (g, spec, re_diskbyid)) != NULL) {
 diff --git a/src/launch-direct.c b/src/launch-direct.c
-index c809305..c417bc5 100644
+index 070c649..a4c94e8 100644
 --- a/src/launch-direct.c
 +++ b/src/launch-direct.c
 @@ -1068,6 +1068,8 @@ qemu_supports_virtio_scsi (guestfs_h *g, struct 
backend_direct_data *data)

++++++ libguestfs-1.24.1.tar.xz -> libguestfs-1.24.2.tar.xz ++++++
++++ 39807 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to