From ec60cc521f8baf6785703e68e03942fda7aeb83a6b87d6bb02f50999722455d6 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 20 Jan 2014 22:25:52 +0000 Subject: [PATCH] - Update to version 1.24.4 * launch: Allow backend = "appliance" for backwards compatibility (RHBZ#1055452). * daemon: Use wipefs_has_force_option to decide whether to add wipefs --force option. * init: Display clocksource (only when debugging is enabled). * launch: direct: Make sure we pass lpj= parameter when using TCG. * Use recommended timer settings for KVM (RHBZ#1053847). * fuse: clear stat structs (RHBZ#660687). * fuse: remove extra trailing \n in debug messages OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=256 --- libguestfs-1.24.4.tar.xz | 3 --- libguestfs-1.24.5.tar.xz | 3 +++ libguestfs.changes | 12 ++++++++++++ libguestfs.mkinitrd.boot.sh | 2 ++ libguestfs.spec | 2 +- 5 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 libguestfs-1.24.4.tar.xz create mode 100644 libguestfs-1.24.5.tar.xz diff --git a/libguestfs-1.24.4.tar.xz b/libguestfs-1.24.4.tar.xz deleted file mode 100644 index b237e5f..0000000 --- a/libguestfs-1.24.4.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cca9170a206969c802b0b58f9ef6dab89002bba9b34ccebdfb1aa5fc241046ea -size 4577204 diff --git a/libguestfs-1.24.5.tar.xz b/libguestfs-1.24.5.tar.xz new file mode 100644 index 0000000..61bdc9d --- /dev/null +++ b/libguestfs-1.24.5.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad2eee118097255176ae815c99d8190e7dae1ea69890d963346b75539ca047e5 +size 4764236 diff --git a/libguestfs.changes b/libguestfs.changes index 073c7dc..133d0fb 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Jan 20 23:09:24 CET 2014 - ohering@suse.de + +- Update to version 1.24.4 + * launch: Allow backend = "appliance" for backwards compatibility (RHBZ#1055452). + * daemon: Use wipefs_has_force_option to decide whether to add wipefs --force option. + * init: Display clocksource (only when debugging is enabled). + * launch: direct: Make sure we pass lpj= parameter when using TCG. + * Use recommended timer settings for KVM (RHBZ#1053847). + * fuse: clear stat structs (RHBZ#660687). + * fuse: remove extra trailing \n in debug messages + ------------------------------------------------------------------- Mon Jan 20 19:41:24 CET 2014 - ohering@suse.de diff --git a/libguestfs.mkinitrd.boot.sh b/libguestfs.mkinitrd.boot.sh index 1426d83..0924142 100644 --- a/libguestfs.mkinitrd.boot.sh +++ b/libguestfs.mkinitrd.boot.sh @@ -276,6 +276,8 @@ if grep -sq guestfs_verbose=1 /proc/cmdline; then ip a ip r date + echo -n "clocksource: " + cat /sys/devices/system/clocksource/clocksource0/current_clocksource echo "These commands might be called by guestfsd, but they were not available at buildtime:" echo "missing commands: $missing_commands" echo diff --git a/libguestfs.spec b/libguestfs.spec index 51ef249..b58e3a3 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -17,7 +17,7 @@ # -Version: 1.24.4 +Version: 1.24.5 Release: 0 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)