diff --git a/0000-hotfix.patch b/0000-hotfix.patch index dba62ce..b9f1150 100644 --- a/0000-hotfix.patch +++ b/0000-hotfix.patch @@ -1,4 +1,4 @@ -From 5198e6eb6878611616458cb561545d5dc0adcc35 Mon Sep 17 00:00:00 2001 +From c977e24dec46803fe691f5da35756523e6356473 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 13 May 2014 15:31:21 +0200 Subject: hotfix diff --git a/1000-force-virtio_blk-in-old-guest-kernel.patch b/1000-force-virtio_blk-in-old-guest-kernel.patch index 3c35205..5503d30 100644 --- a/1000-force-virtio_blk-in-old-guest-kernel.patch +++ b/1000-force-virtio_blk-in-old-guest-kernel.patch @@ -1,4 +1,4 @@ -From 6b70404b04a20323b6195d6c8cf3e09a13ed0d70 Mon Sep 17 00:00:00 2001 +From 91563687c1f1b3544c71f2f53c387c86d95b246c Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 3 Sep 2012 19:50:44 +0200 Subject: force virtio_blk in old guest kernel @@ -100,7 +100,7 @@ index 7221f24..9045f13 100644 } else if ((part = match1 (g, spec, re_diskbyid)) != NULL) { diff --git a/src/launch-direct.c b/src/launch-direct.c -index 3857f53..713282d 100644 +index eab3e89..ee286a5 100644 --- a/src/launch-direct.c +++ b/src/launch-direct.c @@ -1184,6 +1184,8 @@ qemu_supports_virtio_scsi (guestfs_h *g, struct backend_direct_data *data) diff --git a/libguestfs-1.26.7.tar.xz b/libguestfs-1.26.7.tar.xz deleted file mode 100644 index 5aa75e3..0000000 --- a/libguestfs-1.26.7.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:56627a4879bf26cd248f5ee0d827308f53583d7e5f943f1969c2da322b448603 -size 5010156 diff --git a/libguestfs-1.26.8.tar.xz b/libguestfs-1.26.8.tar.xz new file mode 100644 index 0000000..80ca9b6 --- /dev/null +++ b/libguestfs-1.26.8.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78828607582eec4d561a0a15be8000289f499131e83b8e693b2a5c9f519577bd +size 5014612 diff --git a/libguestfs.changes b/libguestfs.changes index 4229904..7069602 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Aug 26 07:20:34 UTC 2014 - ohering@suse.com + +- Update to version 1.26.8 + * mllib: Export output_spaces function. + * daemon: Fix echo-daemon so it doesn't fail on empty array input. + * drives: fix deletion of servers on error + * daemon: zfile: call pclose instead of fclose + * utils: Add new CLEANUP_PCLOSE cleanup. It calls pclose(3). + * launch: direct: Only issue Debian /dev/kvm group warning if /dev/kvm wasn't openable (RHBZ#1130189). + * lib: Missing include of . + * python: fix possible free on uninit memory with OStringList optargs + * df: unlock retire_mutex on early exit + * daemon: use CLEANUP_CLOSE + * daemon: blkid: fix memory issues in "no -p/-i" mode + * daemon: initialize memory when handling DeviceList params + * rescue: fix sscanf placeholders for --smp and --memsize + * daemon: add and use a reply_with_unavailable_feature macro + ------------------------------------------------------------------- Thu Jul 31 15:53:57 CEST 2014 - ohering@suse.de diff --git a/libguestfs.spec b/libguestfs.spec index fde4403..0e01093 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -17,7 +17,7 @@ # -Version: 1.26.7 +Version: 1.26.8 Release: 0 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)