Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2021-04-21 20:59:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and      /work/SRC/openSUSE:Factory/.libguestfs.new.12324 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libguestfs"

Wed Apr 21 20:59:12 2021 rev:74 rq:887312 version:1.44.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes    2021-02-19 
23:44:17.371306002 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new.12324/libguestfs.changes 
2021-04-21 20:59:27.802207387 +0200
@@ -1,0 +2,31 @@
+Tue Apr 13 13:13:13 UTC 2021 - [email protected]
+
+- Update to version 1.44.1
+  * lib/appliance-kcmdline.c: Read UUID directly from appliance.
+  * daemon/xfs.c: Fix error message.
+  * daemon: chroot: Fix long-standing possible deadlock.
+  * daemon: Don't return bogus failure from readdir.
+  * daemon/btrfs.c: Ignore mkfs.btrfs allocstart option.
+  * python: Ignore code style error E128.
+  * php: Fix the build.
+  * builder: Don't redefine Val_none (OCaml 4.12).
+  * daemon: lvm: Use lvcreate --yes to avoid interactive prompts.
+  * Update common submodule.
+  * lib/fuse.c: Use safe_malloc instead of malloc.
+  * fuse/guestmount.c: Avoid leaking fp on error path.
+  * diff: Don't try to call unlink(NULL) on certain error paths.
+  * daemon/tar.c: Avoid bogus GCC analyzer warning.
+  * daemon/command.c daemon/debug.c df/main.c: Ignore bogus GCC analyzer 
warnings
+  * appliance: Add dhclient for Arch-like Manjaro distro.
+  * fish/tilde.c: Suppress more bogus -fanalyser warnings.
+  * lib/qemu.c: Suppress another bogus -fanalyser warning.
+  * builder: templates: Add ubuntu-20.04.
+  * builder: templates: Added rhel-7.9.
+  * lib: Move CLEANUP_GL_RECURSIVE_LOCK_UNLOCK to libguestfs header.
+  * appliance: Avoid having ${exec_prefix} in guestfs appliance path.
+  * build: Avoid warnings about unknown pragmas.
+- add libguestfs.env.patch
+- Remove ocaml_native_compiler conditional
+  build native target unconditionally
+
+-------------------------------------------------------------------

Old:
----
  libguestfs-1.44.0.tar.gz

New:
----
  libguestfs-1.44.1.tar.gz
  libguestfs.env.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.ikmCHG/_old  2021-04-21 20:59:28.942209182 +0200
+++ /var/tmp/diff_new_pack.ikmCHG/_new  2021-04-21 20:59:28.946209189 +0200
@@ -18,7 +18,7 @@
 # needsbinariesforbuild
 
 
-Version:        1.44.0
+Version:        1.44.1
 Release:        0
 %{ocaml_preserve_bytecode}
 
@@ -118,7 +118,7 @@
 BuildRequires:  ocaml-libvirt-devel
 
 #
-BuildRequires:  ocaml-rpm-macros >= 4.03
+BuildRequires:  ocaml-rpm-macros
 %if %{with ocaml_bindings}
 %define _configure_ocaml --enable-ocaml
 %endif
@@ -153,6 +153,7 @@
 # Our patches
 Patch100:       appliance.patch
 Patch101:       netconfig.patch
+Patch102:       libguestfs.env.patch
 
 Source0:        
https://download.libguestfs.org/1.44-stable/libguestfs-%{version}.tar.gz
 Source3:        libguestfs.rpmlintrc
@@ -544,6 +545,7 @@
 %patch53 -p1
 %patch100 -p1
 %patch101 -p1
+%patch102 -p1
 
 %build
 %global _lto_cflags %{_lto_cflags} -ffat-lto-objects
@@ -738,10 +740,8 @@
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/guestfs
 %{_libdir}/ocaml/guestfs/*.a
-%if %{ocaml_native_compiler}
 %{_libdir}/ocaml/guestfs/*.cmx
 %{_libdir}/ocaml/guestfs/*.cmxa
-%endif
 %{_libdir}/ocaml/guestfs/*.mli
 %endif
 #

++++++ libguestfs-1.44.0.tar.gz -> libguestfs-1.44.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/libguestfs/libguestfs-1.44.0.tar.gz 
/work/SRC/openSUSE:Factory/.libguestfs.new.12324/libguestfs-1.44.1.tar.gz 
differ: char 12, line 1

++++++ libguestfs.env.patch ++++++
--- a/tools/virt-list-filesystems
+++ b/tools/virt-list-filesystems
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-list-filesystems
 # Copyright (C) 2009-2020 Red Hat Inc.
 #
--- a/tools/virt-list-partitions
+++ b/tools/virt-list-partitions
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-list-partitions
 # Copyright (C) 2010 Red Hat Inc.
 #
--- a/tools/virt-tar
+++ b/tools/virt-tar
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-tar
 # Copyright (C) 2009-2020 Red Hat Inc.
 #
--- a/tools/virt-win-reg
+++ b/tools/virt-win-reg
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl
 # virt-win-reg
 # Copyright (C) 2010 Red Hat Inc.
 #

Reply via email to