Accepting request 247186 from Virtualization
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/247186 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libguestfs?expand=0&rev=29
This commit is contained in:
commit
496a086b04
@ -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 <olaf@aepfle.de>
|
From: Olaf Hering <olaf@aepfle.de>
|
||||||
Date: Tue, 13 May 2014 15:31:21 +0200
|
Date: Tue, 13 May 2014 15:31:21 +0200
|
||||||
Subject: hotfix
|
Subject: hotfix
|
||||||
|
@ -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 <olaf@aepfle.de>
|
From: Olaf Hering <olaf@aepfle.de>
|
||||||
Date: Mon, 3 Sep 2012 19:50:44 +0200
|
Date: Mon, 3 Sep 2012 19:50:44 +0200
|
||||||
Subject: force virtio_blk in old guest kernel
|
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) {
|
else if ((part = match1 (g, spec, re_diskbyid)) != NULL) {
|
||||||
diff --git a/src/launch-direct.c b/src/launch-direct.c
|
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
|
--- a/src/launch-direct.c
|
||||||
+++ b/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)
|
@@ -1184,6 +1184,8 @@ qemu_supports_virtio_scsi (guestfs_h *g, struct backend_direct_data *data)
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:56627a4879bf26cd248f5ee0d827308f53583d7e5f943f1969c2da322b448603
|
|
||||||
size 5010156
|
|
3
libguestfs-1.26.8.tar.xz
Normal file
3
libguestfs-1.26.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:78828607582eec4d561a0a15be8000289f499131e83b8e693b2a5c9f519577bd
|
||||||
|
size 5014612
|
@ -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 <locale.h>.
|
||||||
|
* 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
|
Thu Jul 31 15:53:57 CEST 2014 - ohering@suse.de
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Version: 1.26.7
|
Version: 1.26.8
|
||||||
Release: 0
|
Release: 0
|
||||||
|
|
||||||
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user