- Update to version 1.26.7

* launch: Close file descriptors after fork (RHBZ#1123007).
  * Revert "launch: Close file descriptors after fork (RHBZ#1123007)."
  * launch: direct: check for null paths in make_uri
  * make-fs: do not leak the fd from mkstemp
  * make-fs: respect libguestfs' temporary dir

OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=313
This commit is contained in:
Olaf Hering 2014-07-31 13:21:59 +00:00 committed by Git OBS Bridge
parent b47555b18a
commit fa2f6c99c9
4 changed files with 14 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jul 31 15:11:49 CEST 2014 - ohering@suse.de
- Update to version 1.26.7
* launch: Close file descriptors after fork (RHBZ#1123007).
* Revert "launch: Close file descriptors after fork (RHBZ#1123007)."
* launch: direct: check for null paths in make_uri
* make-fs: do not leak the fd from mkstemp
* make-fs: respect libguestfs' temporary dir
-------------------------------------------------------------------
Thu Jul 31 14:56:52 CEST 2014 - ohering@suse.de

View File

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