Accepting request 213063 from Virtualization
- 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/request/show/213063 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libguestfs?expand=0&rev=10
This commit is contained in:
commit
bc4f6b59c4
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e29deeacc3376f8a1de7b1f65af3ae5700b92956444ee0d6e70e1e6ba57f64a9
|
||||
size 4571676
|
3
libguestfs-1.24.4.tar.xz
Normal file
3
libguestfs-1.24.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cca9170a206969c802b0b58f9ef6dab89002bba9b34ccebdfb1aa5fc241046ea
|
||||
size 4577204
|
@ -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
|
||||
|
||||
|
@ -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"
|
||||
|
@ -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 <mhrusecky@novell.com>
|
||||
#
|
||||
# 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)
|
||||
|
Loading…
Reference in New Issue
Block a user