commit libguestfs for openSUSE:Factory
Hello community, here is the log from the commit of package libguestfs for openSUSE:Factory checked in at 2014-07-31 21:50:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libguestfs (Old) and /work/SRC/openSUSE:Factory/.libguestfs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libguestfs" Changes: -------- --- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes 2014-07-28 16:21:25.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libguestfs.new/libguestfs.changes 2014-07-31 21:51:02.000000000 +0200 @@ -1,0 +2,20 @@ +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 + +------------------------------------------------------------------- Old: ---- libguestfs-1.26.6.tar.xz New: ---- libguestfs-1.26.7.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libguestfs.spec ++++++ --- /var/tmp/diff_new_pack.xOoCE6/_old 2014-07-31 21:51:04.000000000 +0200 +++ /var/tmp/diff_new_pack.xOoCE6/_new 2014-07-31 21:51:04.000000000 +0200 @@ -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 @@ %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 @@ %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 ++++++ libguestfs-1.26.6.tar.xz -> libguestfs-1.26.7.tar.xz ++++++ ++++ 2672 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de