- Update to version 1.20.5

* daemon: file: Remove extraneous space after output of 'file' command (RHBZ#928995).
  * lib: Add missing cases in switch statements.
  * appliance: Make sure cachedir has mode 0755 (RHBZ#921292).
  * appliance: Use ignore_value() macro instead of casting return to (void).
  * launch: Print attach-method, tmpdir, umask, euid when launching.
  * utils: Fix error messages for external commands that fail (RHBZ#921040).

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=208
This commit is contained in:
Olaf Hering 2013-04-02 12:45:37 +00:00 committed by Git OBS Bridge
parent c0212c17f9
commit 2b0d4a3ae1
4 changed files with 15 additions and 4 deletions

View File

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

3
libguestfs-1.20.5.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Apr 2 14:43:33 CEST 2013 - ohering@suse.de
- Update to version 1.20.5
* daemon: file: Remove extraneous space after output of 'file' command (RHBZ#928995).
* lib: Add missing cases in switch statements.
* appliance: Make sure cachedir has mode 0755 (RHBZ#921292).
* appliance: Use ignore_value() macro instead of casting return to (void).
* launch: Print attach-method, tmpdir, umask, euid when launching.
* utils: Fix error messages for external commands that fail (RHBZ#921040).
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Apr 2 14:39:01 CEST 2013 - ohering@suse.de Tue Apr 2 14:39:01 CEST 2013 - ohering@suse.de

View File

@ -128,7 +128,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
Summary: Compatibility package for guestfs-tools Summary: Compatibility package for guestfs-tools
License: GPL-2.0 License: GPL-2.0
Group: System/Filesystems Group: System/Filesystems
Version: 1.20.4 Version: 1.20.5
Release: 0 Release: 0
Patch1000: 1000-force-virtio_blk-in-old-guest-kernel.patch Patch1000: 1000-force-virtio_blk-in-old-guest-kernel.patch
Source0: %{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz