forked from pool/libguestfs
- 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 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=248
This commit is contained in:
parent
d9504cc043
commit
e6c81ca38c
@ -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 <olaf@aepfle.de>
|
||||
Date: Mon, 3 Sep 2012 19:50:44 +0200
|
||||
Subject: force virtio_blk in old guest kernel
|
||||
@ -38,7 +38,7 @@ index 75d61ad..b0bcd09 100644
|
||||
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 @@ index fa96d95..e1732d7 100644
|
||||
}
|
||||
|
||||
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 @@ index 60b081d..33d5dac 100644
|
||||
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 @@ index 60b081d..33d5dac 100644
|
||||
}
|
||||
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)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07b0c849f342d5b919577b86d926fe062e15cd3f08db1df756c7ec27257acbc7
|
||||
size 4565448
|
3
libguestfs-1.24.2.tar.xz
Normal file
3
libguestfs-1.24.2.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e29deeacc3376f8a1de7b1f65af3ae5700b92956444ee0d6e70e1e6ba57f64a9
|
||||
size 4571676
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Dec 17 22:27:22 CET 2013 - ohering@suse.de
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 26 11:27:04 CET 2013 - ohering@suse.de
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
#
|
||||
|
||||
|
||||
Version: 1.24.1
|
||||
Version: 1.24.2
|
||||
Release: 0
|
||||
|
||||
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||
|
Loading…
Reference in New Issue
Block a user