Accepting request 1136941 from Virtualization

Update libguestfs to version 1.52.0

OBS-URL: https://build.opensuse.org/request/show/1136941
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libguestfs?expand=0&rev=98
This commit is contained in:
Dominique Leuenberger 2024-01-05 20:43:17 +00:00 committed by Git OBS Bridge
commit 431b589f03
6 changed files with 50 additions and 22 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQJFBAABCAAvFiEE93dPsa0HSn6Mh2fqkXOPc+G3aKAFAmV0Ux8RHHJpY2hAYW5u
ZXhpYS5vcmcACgkQkXOPc+G3aKDpJxAAmHCr1EQb3EZzAb1s61y4RkcW5lU+Qj1n
aDhVMbBSCtRA+ILDrhTvL5NjBaxeT4dVdupjR/9G2Bw9bLg768bSLpkR/+uZCBxs
ylHuSKWqJadBRI6PXyUgC4x4npxS6BrtBym7VM2aMvQR1SXgP1i2Oz79YpUKO4SO
1f0P/jq3LMksPoE7hJyNL9dzzTR2ojXPTv6zlgbEPC3sXVo1k3jwEnpBq0ULMy97
+0JG9IGs78qGlITRxFWC4zyxZJU8nheHwnE3ASx153RlQbpjaEPiS/y3wAUR+k29
fY3u0sc7vENA4Bzyhn8PASPoyOS6DRUftPx3+hqcL+Ib7b8gHYUcn1JzJn7yjTN3
fTINJ8XeuTqWR9rKyNLeQIKsK1JlXQfbZBfm1O/aqBvNBz1KVeJ30K06eoZFaLJy
1EnNeDCvjc+4OgUncHtJNZaYSY8SZnyd5S4ZVIuBTqQ63XfXDVu/Y2LgKZeY89gd
B1+RbEDGpOHr4mUKtFp71qyJnaLm7myW0BTDqmqS5DUePErd0x9e0aAC0r9Culid
k1ScMQU9OsZleIDZh6bGRcj/5exWPgndoclnKhsOciCWxzSMaN2wOf2O7YvUKnRx
nYcD6AU2RWzFuRY+TeTT2ANksJBiXvst6Xfwgb2d9okP9V3w6yrBr3Fml6GAWeV7
b4UUYkoTpe8=
=cfA0
-----END PGP SIGNATURE-----

BIN
libguestfs-1.52.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
iQJFBAABCAAvFiEE93dPsa0HSn6Mh2fqkXOPc+G3aKAFAmWW64MRHHJpY2hAYW5u
ZXhpYS5vcmcACgkQkXOPc+G3aKDVHw//UIr27iA6WpJy0KyLOSmcdyrtYbnnySwP
GH7ho8tpggDjXjSYyuUSjeqhCluMSy6XGYxYmZKNx8gyvydCfX7oflr6Lldti6tk
9vARyrIg85knFH4VgxZfVpN7FUava3qbVSW5EH4T539+rKi7r8M6bgyPzeeOCd0w
8jzeLy0VPz9XMCBMQ0HRbtX6EjttblNSgD7NnjhqQt274UJW6bdrzXvTHw/uyr0p
+Qbzas8qaUye5E1L6jqlH+5fHoF0R481PDq6XS8CvGWGD+/7MMTuRUDYa69ia9Du
pbD5XjTWU1ELGiS/nah3HWcprKzpw7MJmqqOKCnQedxPyeNbJQ5XfRc0R6HRkxil
yHq8hU2eidWz+/zLvV69vL1jXoUddYdv0YpIFqTtyAAFYvzfc6GgcJ/wcAr8DdOl
/ULMxf+AH0Lm7Pygj6R/cdbd0OvmDCi3LoN2oyMVMvVAhsx0UMcGfPdHony7FUYS
u23k6fJ7B3ksL6TtWJyjSbzW7v3I7LcfI8SShprR728VppYjyryEkxB+4H/DsWe7
eTMqnOddoteuBAapUoXZnOdfbMLkZib+2Kel7DnezLCiAnWXXALRWUreyrasr0vT
r1bZwJKjJH1atbKO+6taKkcATVoieRUxJkBDDdSOlpE3zuLL8btMgU6KerWLl1Yu
YRiSNBCEfjM=
=4eIl
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,31 @@
-------------------------------------------------------------------
Thu Jan 4 13:10:51 MST 2024 - carnold@suse.com
- Update to version 1.52.0
* The Python bindings now use bytes (instead of str) for the
event callback message, since it may contain arbitrary 8 bit
data
Fix a rare crash, and avoid memory leaks in event callbacks
* Support for OCaml 5, and OCaml ≥ 4.07 is now the minimum
* The OCaml bindings now release the runtime lock around calls
to guestfs_close, since that call might be long-running (for
example it might have to shut down the appliance and synch disks).
* Support OpencloudOS
* SELinux relabelling now runs in parallel, meaning it's a lot
quicker
* Add support for lzma and zstd compression methods in tar APIs
(like guestfs_tar_in)
* guestfs_pvs_full previously didn't always return the correct
device names. This has now been fixed.
* guestfs_btrfs_filesystem_balance fixed so it now works with
more modern btrfs tools (Jürgen Hötzel).
* The guestfish(1) --key option now recognizes LVM names like
/dev/mapper/rhel_bootp--73--75--123-root
* guestfish --key option also supports a new --key all:...
selector to try the same key on all devices.
* In guestmount(1) avoid calling fclose(NULL) on error paths,
which might have caused a crash on some platforms.
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Dec 11 12:39:30 MST 2023 - carnold@suse.com Mon Dec 11 12:39:30 MST 2023 - carnold@suse.com

View File

@ -1,7 +1,7 @@
# #
# spec file for package libguestfs # spec file for package libguestfs
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
Name: libguestfs Name: libguestfs
ExclusiveArch: x86_64 ppc64 ppc64le s390x aarch64 riscv64 ExclusiveArch: x86_64 ppc64 ppc64le s390x aarch64 riscv64
Version: 1.51.9 Version: 1.52.0
Release: 0 Release: 0
Summary: Access and modify virtual machine disk images Summary: Access and modify virtual machine disk images
License: GPL-2.0-or-later License: GPL-2.0-or-later