Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libguestfs for openSUSE:Factory 
checked in at 2023-02-14 20:08:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libguestfs (Old)
 and      /work/SRC/openSUSE:Factory/.libguestfs.new.22824 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libguestfs"

Tue Feb 14 20:08:18 2023 rev:90 rq:1065781 version:1.50.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libguestfs/libguestfs.changes    2023-02-07 
18:49:28.563257753 +0100
+++ /work/SRC/openSUSE:Factory/.libguestfs.new.22824/libguestfs.changes 
2023-02-14 20:08:18.608452293 +0100
@@ -1,0 +2,45 @@
+Thu Feb  9 12:55:46 MST 2023 - carn...@suse.com
+
+- Update to version 1.50.0
+  * https://libguestfs.org/guestfs-release-notes-1.50.1.html
+  * Inspection
+    When listing the packages in RPM-based guests, the inspection
+    API no longer checks package signatures. This is because the
+    newer librpm used by libguestfs does not understand signatures
+    stored in older guests, such as SHA1 used by RHEL 6 (thanks
+    Panu Matilainen).
+    "guestfs_inspect_get_hostname" in guestfs(3) can now handle
+    /etc/hostname files containing comments (thanks Dawid Zamirski).
+    "guestfs_file_architecture" in guestfs(3) can now parse files
+    using zstd compression.
+    "guestfs_inspect_get_osinfo" in guestfs(3) now returns the
+    correct osinfo field for Windows 11. However because of
+    decisions made by Microsoft, these guests still return product
+    name and other strings identifying as Windows 10 (thanks Yaakov
+    Selkowitz, Yongkui Guo).
+  * New APIs
+    "guestfs_device_name" in guestfs(3) is a new API to read the
+    device name associated with a drive, for example calling this
+    with 0 will return /dev/sda.
+    "guestfs_clevis_luks_unlock" in guestfs(3) is a new API for
+    unlocking disks using the Clevis/Tang network-based full disk
+    encryption scheme. Furthermore implement this in guestfish and
+    guestmount (Laszlo Ersek).
+    "guestfs_inspect_get_build_id" in guestfs(3) is a new API for
+    reading the build ID from some Linux and Windows guests. It is
+    not widely used on Linux, but for Windows it is vital for
+    identifying Windows 11.
+  * Other API changes
+    In the "guestfs_add_drive" in guestfs(3) API, the name and
+    iface fields are not used. name has not been used since around
+    2017, but the documentation has only just been updated to reflect
+    this. iface was never allowed for the libvirt backend and
+    didn't work reliably with the direct backend (Laszlo Ersek).
+    "guestfs_readdir" in guestfs(3) is no longer limited to the
+    maximum message size but can read a directory of any size
+    (Laszlo Ersek).
+  * Numerous build changes, internal improvements, and bug fixes
+    Note that the Augeas bindings for libguestfs are no longer
+    bundled with libguestfs and must be built separately. 
+
+-------------------------------------------------------------------

Old:
----
  libguestfs-1.48.6.tar.gz
  libguestfs-1.48.6.tar.gz.sig

New:
----
  libguestfs-1.50.0.tar.gz
  libguestfs-1.50.0.tar.gz.sig

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

Other differences:
------------------
++++++ libguestfs.spec ++++++
--- /var/tmp/diff_new_pack.DJXVJv/_old  2023-02-14 20:08:19.156455538 +0100
+++ /var/tmp/diff_new_pack.DJXVJv/_new  2023-02-14 20:08:19.164455585 +0100
@@ -18,7 +18,7 @@
 
 Name:           libguestfs
 ExclusiveArch:  x86_64 ppc64 ppc64le s390x aarch64 riscv64
-Version:        1.48.6
+Version:        1.50.0
 Release:        0
 Summary:        Access and modify virtual machine disk images
 License:        GPL-2.0-or-later
@@ -42,6 +42,7 @@
 BuildRequires:  gperf
 BuildRequires:  libtool
 BuildRequires:  ocaml >= 4.04
+BuildRequires:  ocaml-augeas-devel
 BuildRequires:  ocaml-hivex-devel
 BuildRequires:  po4a
 BuildRequires:  readline-devel
@@ -259,7 +260,7 @@
 hwinfo
 EOF
 
-# do some cleanup so that rpm can properly empty directories without 
permission denie
+# Do some cleanup so that rpm can properly empty directories without 
permission denied
 # The winsupport directory has already been tar'ed up, so we don't care much
 find winsupport -type d -exec chmod 755 {} \;
 

++++++ libguestfs-1.48.6.tar.gz -> libguestfs-1.50.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/libguestfs/libguestfs-1.48.6.tar.gz 
/work/SRC/openSUSE:Factory/.libguestfs.new.22824/libguestfs-1.50.0.tar.gz 
differ: char 15, line 1

Reply via email to