Changelog for
libbd_part2-2.28-3.2.x86_64.rpm :
* Fri Oct 07 2022 Dirk Müller
- update to 2.28:
* lvm: Fix bd_lvm_get_supported_pe_sizes in Python on 32bit
* tests: Create bigger devices for XFS tests
* tests: Use ext instead of xfs in MountTestCase.test_mount_ro_device
* mpath: Memory leak fix
* spec: Require the same version utils from plugins
* mdraid: Try harder to get container UUID in bd_md_detail
* Add a test case for DDF arrays/containers
* mdraid: Do not ignore errors from bd_md_canonicalize_uuid in bd_md_examine
* mdraid: Try harder to get container UUID in bd_md_examine
* mdraid: Fix copy-paste error when checking return value
* tests: Wait for raid and mirrored LVs to be synced before removing
* tests: Make smaller images for test_lvcreate_type
* dm: Fix comparing DM RAID member devices UUID
* mdraid: Fix use after free
* ci: Add .lgtm.yaml config for LGTM
* ci: Add GitHub actions for running rpmbuilds and csmock
* mpath: Fix potential NULL pointer dereference
* Wed Jul 27 2022 Sarah Kriesch - Update to version 2.27: + Fix for s390x: Remove double fclose in bd_s390_dasd_online + fs: Return BD_FS_ERROR_UNKNOWN_FS on mounting unknown filesystem + overrides: Fix translating exceptions in ErrorProxy + vdo_stats: Default to 100 % savings for invalid savings values + lvm-dbus: Add support for changing compression and deduplication + lvm: - Fix reading statistics for VDO pools with VDO 8 - Do not set global config to and empty string - Do not include duplicate entries in bd_lvm_lvs output - Use correct integer type in for comparison + crypto: Remove useless comparison in progress report in luks_format
* Thu Jan 27 2022 Bjørn Lie - Stop packaging deprecated libbd_vdo2 and libbd_vdo-devel, via passing without-vdo to configure. Also add Obsoletes for both packages aswell as the 2 alternative package names they provided. Standalone vdo modules are deprecated in udisks2 since version 2.9.0, and we have stopped building them there, and udisks2 was the only known consumer of libblockdevs vdo support, stop building them here also.
* Tue Jan 18 2022 Fabian Vogt - Remove unnecessary dependency of libbd_part2 on multipath-tools (bsc#1194771)
* Thu Nov 18 2021 Luciano Santos - Fix lack of dependency on libblockdev-lvm needed by libblockdev package. The lvm-cache-stats binary needs the logical volume plugin to work (boo#1183948).
* Sun Nov 14 2021 Luciano Santos - Update to version 2.26: + Fixes: - Deprecated glib function call; - Build with LLVM/clang; - Many memory leaks; - Many tests.- Fix dbus.h being wrongly packaged in libbd_lvm-dbus-devl instead of libbd_utils-devel (boo#1189787).
* Fri Mar 26 2021 Dominique Leuenberger - Add -Wno-deprecated-declarations to cflags: dealing with deprecations is upstreams business and should not hinder downstream packages from building.
* Wed Jan 20 2021 Dirk Müller - update to 2.25:
* exec: Fix polling for stdout and stderr
* exec: Use non-blocking read and process the buffer manually
* exec: Clarify the BDUtilsProgExtract callback documentation
* tests: Add bufferbloat exec tests
* tests: Add null-byte exec tests
* lvm: Fix bd_lvm_vdopooldata_
* symbols
* exec: Fix setting locale for util calls
* fs: Do not report error when errors were fixed by e2fsck
* README: Use CI status image for 2.x-branch on 2.x
* fs: Fix compile error in ext_repair caused by cherry pick from master
* Mark all GIR file constants as guint64
* lvm: Set thin metadata limits to match limits LVM uses in lvcreate
* lvm: Do not use thin_metadata_size to recommend thin metadata size
* lvm: Use the UNUSED macro instead of __attribute__((unused))
* Fix max size limit for LVM thinpool metadata
* loop: Retry LOOP_SET_STATUS64 on EAGAIN
* Thu Aug 20 2020 Dirk Mueller - udpate to 2.24:
* VDO plugin has been deprecated in this release (functionality replaced by LVM VDO)
* support for creating and managing LVM VDO volumes added
* support for unlocking of BitLocker-compatible format BITLK added
* new functions for (un)freezing filesystems added
* test suite can now be run against installed version of libblockdev
* Tue Feb 04 2020 Thomas Blume - fix files directive for s390 in specfile