From f7073632baaf0350b2fcfb3a03bf1c48b1dfda81d58c89c1623647c7ef926200 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 7 Jan 2014 14:04:04 +0000 Subject: [PATCH] - Update to version 1.24.4 * ruby: Fix .new method (RHBZ#1046509). * RHEL 6: ruby: Fix fallback to rake/rdoctask for old rake. * inspect: fix detection of newer CirrOS versions (RHBZ#1045450). * launch: libvirt: Clearer message when libvirt screws up. * fish: Fix memory leak in inspect/-i code (detected by valgrind). * appliance: Create an /etc/resolv.conf file referring to qemu user network nameserver (RHBZ#1044585). * fish: Move -d option parsing to common function. * fish: Deprecate the -D option (prefer --no-dest-paths instead). * daemon: Improve error message for readlink call. * generator: Fix bug in documentation of guestfs_free_* functions. * fish: Ensure print_inspect_prompt can only be called by guestfish. * inspector: Ensure low-level inspection functions can only be called by virt-inspector. * virt-cat, virt-filesystems, virt-ls don't use libconfig. * resize: Move roundup64 function into common utilities. * fuse: provide a stub "flush" implementation (RHBZ#660687). * recipes: Use new style -a/-d options in virt-edit example. * daemon: mkfs: Use -I option to force mkfs.fat to write a filesystem over a whole device (RHBZ#1039995). * proto: Remove another error message which hides earlier error. * proto: Remove error message which hides earlier error. * lib: fix newline in error output (RHBZ#923355). * recipes: Add a recipe for masking a systemd service. * launch: direct: Pass -enable-fips option if qemu supports it. * fish: improve the command error messages OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=250 --- libguestfs-1.24.2.tar.xz | 3 --- libguestfs-1.24.4.tar.xz | 3 +++ libguestfs.changes | 28 ++++++++++++++++++++++++++++ libguestfs.mkinitrd.boot.sh | 7 +++++-- libguestfs.spec | 4 ++-- 5 files changed, 38 insertions(+), 7 deletions(-) delete mode 100644 libguestfs-1.24.2.tar.xz create mode 100644 libguestfs-1.24.4.tar.xz diff --git a/libguestfs-1.24.2.tar.xz b/libguestfs-1.24.2.tar.xz deleted file mode 100644 index b26b46a..0000000 --- a/libguestfs-1.24.2.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e29deeacc3376f8a1de7b1f65af3ae5700b92956444ee0d6e70e1e6ba57f64a9 -size 4571676 diff --git a/libguestfs-1.24.4.tar.xz b/libguestfs-1.24.4.tar.xz new file mode 100644 index 0000000..b237e5f --- /dev/null +++ b/libguestfs-1.24.4.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cca9170a206969c802b0b58f9ef6dab89002bba9b34ccebdfb1aa5fc241046ea +size 4577204 diff --git a/libguestfs.changes b/libguestfs.changes index 0d451a0..aa7c71f 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Tue Jan 7 14:22:52 CET 2014 - ohering@suse.de + +- Update to version 1.24.4 + * ruby: Fix .new method (RHBZ#1046509). + * RHEL 6: ruby: Fix fallback to rake/rdoctask for old rake. + * inspect: fix detection of newer CirrOS versions (RHBZ#1045450). + * launch: libvirt: Clearer message when libvirt screws up. + * fish: Fix memory leak in inspect/-i code (detected by valgrind). + * appliance: Create an /etc/resolv.conf file referring to qemu user network nameserver (RHBZ#1044585). + * fish: Move -d option parsing to common function. + * fish: Deprecate the -D option (prefer --no-dest-paths instead). + * daemon: Improve error message for readlink call. + * generator: Fix bug in documentation of guestfs_free_* functions. + * fish: Ensure print_inspect_prompt can only be called by guestfish. + * inspector: Ensure low-level inspection functions can only be called by virt-inspector. + * virt-cat, virt-filesystems, virt-ls don't use libconfig. + * resize: Move roundup64 function into common utilities. + * fuse: provide a stub "flush" implementation (RHBZ#660687). + * recipes: Use new style -a/-d options in virt-edit example. + * daemon: mkfs: Use -I option to force mkfs.fat to write a filesystem over a whole device (RHBZ#1039995). + * proto: Remove another error message which hides earlier error. + * proto: Remove error message which hides earlier error. + * lib: fix newline in error output (RHBZ#923355). + * recipes: Add a recipe for masking a systemd service. + * launch: direct: Pass -enable-fips option if qemu supports it. + * fish: improve the command error messages + ------------------------------------------------------------------- Tue Dec 17 22:27:22 CET 2013 - ohering@suse.de diff --git a/libguestfs.mkinitrd.boot.sh b/libguestfs.mkinitrd.boot.sh index 787e3f5..765f5c8 100644 --- a/libguestfs.mkinitrd.boot.sh +++ b/libguestfs.mkinitrd.boot.sh @@ -132,6 +132,8 @@ ip link set dev eth0 up ip route add default via 169.254.2.2 +echo nameserver 169.254.2.3 >> /etc/resolv.conf + # Scan for MDs. mdadm -As --auto=yes --run @@ -145,6 +147,7 @@ lvm vgchange -ay --ignorelockingfailure if grep -sq guestfs_verbose=1 /proc/cmdline; then ls -lR /dev head -n 1234 \ + /etc/resolv.conf \ /proc/mounts \ /proc/modules \ /proc/cpuinfo \ @@ -156,8 +159,8 @@ if grep -sq guestfs_verbose=1 /proc/cmdline; then echo "# lvm $i:" lvm $i done -# ip a -# ip r + ip a + ip r date echo "These commands might be called by guestfsd, but they were not available at buildtime:" echo "missing commands: $missing_commands" diff --git a/libguestfs.spec b/libguestfs.spec index 3f87c8d..6db39bf 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -1,7 +1,7 @@ # # spec file for package libguestfs # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2011 Michal Hrusecky # # All modifications and additions to the file contributed by third parties @@ -17,7 +17,7 @@ # -Version: 1.24.2 +Version: 1.24.4 Release: 0 %define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)