- 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
This commit is contained in:
Olaf Hering 2014-01-20 22:25:52 +00:00 committed by Git OBS Bridge
parent c9f6f630e1
commit ec60cc521f
5 changed files with 18 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cca9170a206969c802b0b58f9ef6dab89002bba9b34ccebdfb1aa5fc241046ea
size 4577204

3
libguestfs-1.24.5.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ad2eee118097255176ae815c99d8190e7dae1ea69890d963346b75539ca047e5
size 4764236

View File

@ -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

View File

@ -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

View File

@ -17,7 +17,7 @@
#
Version: 1.24.4
Version: 1.24.5
Release: 0
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)