Hello community, here is the log from the commit of package libguestfs for openSUSE:Factory checked in at 2014-07-28 16:21:24 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2014-07-18 06:41:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes 2014-07-28 16:21:25.000000000 +0200 @@ -1,0 +2,15 @@ +Mon Jul 28 09:27:51 CEST 2014 - [email protected] + +- Update to version 1.26.6 + * cleanups: add CLEANUP_FCLOSE (fclose on FILE*) + * launch: Close file descriptors after fork (RHBZ#1123007). + * virt-resize: Unmount filesystem after testing size. + * daemon: Add extra debugging to umount_all command. + * sparsify: Relax requirement that output device cannot be block device (RHBZ#1122557). + * ocaml: Ignore Warning 3: deprecated feature: String.* functions. + * sysprep: Standard exception handling, taken from virt-builder & virt-v2v. + * customize: Use Common_utils.error function instead of failwith. + * mllib: introduce Mkdtemp.temp_dir + * inspect: ignore /etc/fstab with no entries (RHBZ#1113156). + +------------------------------------------------------------------- Old: ---- libguestfs-1.26.5.tar.xz New: ---- libguestfs-1.26.6.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libguestfs.spec ++++++ --- /var/tmp/diff_new_pack.W4Q8AC/_old 2014-07-28 16:21:26.000000000 +0200 +++ /var/tmp/diff_new_pack.W4Q8AC/_new 2014-07-28 16:21:26.000000000 +0200 @@ -17,7 +17,7 @@ # -Version: 1.26.5 +Version: 1.26.6 Release: 0 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) ++++++ 0000-hotfix.patch ++++++ --- /var/tmp/diff_new_pack.W4Q8AC/_old 2014-07-28 16:21:26.000000000 +0200 +++ /var/tmp/diff_new_pack.W4Q8AC/_new 2014-07-28 16:21:26.000000000 +0200 @@ -1,4 +1,4 @@ -From 032655f5dd4fcc06a0c4da91efde617ac1536080 Mon Sep 17 00:00:00 2001 +From 5198e6eb6878611616458cb561545d5dc0adcc35 Mon Sep 17 00:00:00 2001 From: Olaf Hering <[email protected]> Date: Tue, 13 May 2014 15:31:21 +0200 Subject: hotfix ++++++ 1000-force-virtio_blk-in-old-guest-kernel.patch ++++++ --- /var/tmp/diff_new_pack.W4Q8AC/_old 2014-07-28 16:21:26.000000000 +0200 +++ /var/tmp/diff_new_pack.W4Q8AC/_new 2014-07-28 16:21:26.000000000 +0200 @@ -1,4 +1,4 @@ -From 01e40a5583c02603cb4fccaddfd06e60804d96f6 Mon Sep 17 00:00:00 2001 +From 6b70404b04a20323b6195d6c8cf3e09a13ed0d70 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 @@ -78,10 +78,10 @@ } diff --git a/src/inspect-fs-unix.c b/src/inspect-fs-unix.c -index 17b0b5f..20af3f7 100644 +index 7221f24..9045f13 100644 --- a/src/inspect-fs-unix.c +++ b/src/inspect-fs-unix.c -@@ -1438,7 +1438,7 @@ resolve_fstab_device_diskbyid (guestfs_h *g, const char *part, +@@ -1433,7 +1433,7 @@ resolve_fstab_device_diskbyid (guestfs_h *g, const char *part, return 0; /* Make the partition name and check it exists. */ @@ -90,7 +90,7 @@ if (!is_partition (g, device)) { free (device); return 0; -@@ -1531,7 +1531,7 @@ resolve_fstab_device (guestfs_h *g, const char *spec, Hash_table *md_map) +@@ -1526,7 +1526,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) { @@ -100,10 +100,10 @@ } else if ((part = match1 (g, spec, re_diskbyid)) != NULL) { diff --git a/src/launch-direct.c b/src/launch-direct.c -index 070dfca..fa5d08b 100644 +index 3857f53..713282d 100644 --- a/src/launch-direct.c +++ b/src/launch-direct.c -@@ -1183,6 +1183,8 @@ qemu_supports_virtio_scsi (guestfs_h *g, struct backend_direct_data *data) +@@ -1184,6 +1184,8 @@ qemu_supports_virtio_scsi (guestfs_h *g, struct backend_direct_data *data) data->virtio_scsi = 3; } } ++++++ libguestfs-1.26.5.tar.xz -> libguestfs-1.26.6.tar.xz ++++++ ++++ 11934 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
