Accepting request 243201 from Virtualization

- Fix build without ocaml

- 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

- define kernel_binary on aarch64

OBS-URL: https://build.opensuse.org/request/show/243201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libguestfs?expand=0&rev=27
This commit is contained in:
Stephan Kulow 2014-07-31 19:50:39 +00:00 committed by Git OBS Bridge
commit 4135b6f998
4 changed files with 29 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,23 @@
-------------------------------------------------------------------
Thu Jul 31 15:53:57 CEST 2014 - ohering@suse.de
- Fix build without ocaml
-------------------------------------------------------------------
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
- define kernel_binary on aarch64
-------------------------------------------------------------------
Mon Jul 28 09:27:51 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)
@ -94,6 +94,9 @@ Release: 0
%ifarch %arm
%define kernel_binary /boot/uImage
%endif
%ifarch aarch64
%define kernel_binary /boot/Image
%endif
#
# use 'env LIBGUESTFS_HV=/path/to/kvm libguestfs-test-tool' to verify
%define kvm_binary /bin/false
@ -870,10 +873,12 @@ rm -rf $RPM_BUILD_ROOT
%doc COPYING
%{_bindir}/*
%config(noreplace) /etc/libguestfs-tools.conf
%if %{with ocaml_bindings}
/etc/virt-builder
%dir /etc/xdg/virt-builder
%dir /etc/xdg/virt-builder/repos.d
%config /etc/xdg/virt-builder/repos.d/*
%endif
%if %{with bash_completion}
%{_datadir}/bash-completion
%endif