forked from pool/libguestfs
- Update to version 1.20.8
* events: Avoid event handler limit if program allocates and deallocates handlers. * proto: Fix for rare FileIn hangs. (RHBZ#969845) * inspection: Don't segfault if /etc/SuSE-release is an empty file. * fuse: Allow specifying the fstype of a mount * is_lv: Does not need to depend on lvm2. * add --with-supermin-extra-options configure option * Remove use of gnulib progname module. * inspection: Fix double-free when certain guest files are empty. (CVE-2013-2124) * daemon: Properly quote arguments for tar-out, base64-out commands (RHBZ#957772). * inspection: Don't fail if libosinfo database is not found (RHBZ#948324). * daemon/copy: Ensure errno is preserved along error * Better error messages for FUSE and other things not supported. OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=210
This commit is contained in:
parent
c59d75c301
commit
0520a0a155
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:683fb6b312f993f42a9ff7f686d816fe7486e2e34fcfbcc3f01ab76e05c5f61e
|
||||
size 239245
|
3
Pod-Simple-3.23.tar.xz
Normal file
3
Pod-Simple-3.23.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fab3872d3f424cec65995cf5decda99cb04f85aae654b1e199ec659bdbef0ab0
|
||||
size 185608
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f67c96a63b3359fad48b269077c278aa4189a08f9089ae3f732b6c62d2d7e0ff
|
||||
size 9527006
|
3
libguestfs-1.20.8.tar.xz
Normal file
3
libguestfs-1.20.8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b5d84c17bd714cc928a93ca4fa1179f0e80e0ed96e9bccf6f7ebde788f55218d
|
||||
size 3985372
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 4 13:54:33 CEST 2013 - ohering@suse.de
|
||||
|
||||
- Update to version 1.20.8
|
||||
* events: Avoid event handler limit if program allocates and deallocates handlers.
|
||||
* proto: Fix for rare FileIn hangs. (RHBZ#969845)
|
||||
* inspection: Don't segfault if /etc/SuSE-release is an empty file.
|
||||
* fuse: Allow specifying the fstype of a mount
|
||||
* is_lv: Does not need to depend on lvm2.
|
||||
* add --with-supermin-extra-options configure option
|
||||
* Remove use of gnulib progname module.
|
||||
* inspection: Fix double-free when certain guest files are empty. (CVE-2013-2124)
|
||||
* daemon: Properly quote arguments for tar-out, base64-out commands (RHBZ#957772).
|
||||
* inspection: Don't fail if libosinfo database is not found (RHBZ#948324).
|
||||
* daemon/copy: Ensure errno is preserved along error
|
||||
* Better error messages for FUSE and other things not supported.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 8 20:55:11 CEST 2013 - ohering@suse.de
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
Version: 1.20.8
|
||||
|
||||
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||
%if !%opt
|
||||
@ -128,11 +129,10 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Summary: Compatibility package for guestfs-tools
|
||||
License: GPL-2.0
|
||||
Group: System/Filesystems
|
||||
Version: 1.20.5
|
||||
Release: 0
|
||||
Patch1000: 1000-force-virtio_blk-in-old-guest-kernel.patch
|
||||
Source0: %{name}-%{version}.tar.gz
|
||||
Source789653: Pod-Simple-3.23.tar.gz
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
Source789653: Pod-Simple-3.23.tar.xz
|
||||
Source10: libguestfs.mkinitrd.boot.sh
|
||||
Source11: libguestfs.mkinitrd.setup.sh
|
||||
Source1220: libguestfs.mkinitrd.1220.patch
|
||||
|
Loading…
Reference in New Issue
Block a user