Changelog for
libblockdev-lvm-dbus-2.28-5.fc38.x86_64.rpm :
* Fri Mar 17 2023 Vojtech Trefny
- 2.28-5- Stop building dm plugin with dmraid support on Fedora >= 38
* Thu Jan 19 2023 Vojtech Trefny - 2.28-4- Remove dependency on dmraid
* Fri Nov 11 2022 Vojtech Trefny - 2.28-3- Change license string to the SPDX format required by Fedora
* Thu Sep 15 2022 Kevin Fenzi - 2.28-2- Change Requires on mpath subpackage for device-mapper-multipath back to Recommends.- This breaks rawhide compose/livecd\'s.- See https://fedoraproject.org/wiki/Changes/RemoveDeviceMapperMultipathFromWorkstationLiveCD
* Wed Sep 14 2022 Vojtech Trefny - 2.28-1- mpath: Fix potential NULL pointer dereference (vtrefny)- ci: Add GitHub actions for running rpmbuilds and csmock (vtrefny)- ci: Add .lgtm.yaml config for LGTM (vtrefny)- mdraid: Fix use after free (vtrefny)- dm: Fix comparing DM RAID member devices UUID (vtrefny)- tests: Make smaller images for test_lvcreate_type (vtrefny)- tests: Wait for raid and mirrored LVs to be synced before removing (vtrefny)- mdraid: Fix copy-paste error when checking return value (vtrefny)- mdraid: Try harder to get container UUID in bd_md_examine (vtrefny)- mdraid: Do not ignore errors from bd_md_canonicalize_uuid in bd_md_examine (vtrefny)- Add a test case for DDF arrays/containers (vtrefny)- mdraid: Try harder to get container UUID in bd_md_detail (vtrefny)- Fix mismatched functions return value type (zhanghongtao22)- spec: Require the same version utils from plugins (vtrefny)- mpath: Memory leak fix (vtrefny)- tests: Use ext instead of xfs in MountTestCase.test_mount_ro_device (vtrefny)- tests: Create bigger devices for XFS tests (vtrefny)- lvm: Fix bd_lvm_get_supported_pe_sizes in Python on 32bit (vtrefny)- Fix typos (biebl)
* Thu Jul 21 2022 Fedora Release Engineering - 2.27-3- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Mon Jun 13 2022 Python Maint - 2.27-2- Rebuilt for Python 3.11
* Wed Jun 01 2022 Vojtech Trefny - 2.27-1- crypto: Remove unused and leaking error in write_escrow_data_file (vtrefny)- kbd: Fix potential NULL pointer dereference in bd_kbd_bcache_create (vtrefny)- kbd: Fix leaking error in bd_kbd_bcache_detach (vtrefny)- kbd: Add missing progress reporting to bd_kbd_bcache_create (vtrefny)- boilerplate_generator: Remove unused variable assignment (vtrefny)- crypto: Remove useless comparison in progress report in luks_format (vtrefny)- lvm: Use correct integer type in for comparison (vtrefny)- lvm: Do not include duplicate entries in bd_lvm_lvs output (vtrefny)- lvm: Do not set global config to and empty string (vtrefny)- tests: Fix expected extended partition flags with new parted (vtrefny)- tests: Skip test_lvcreate_type on CentOS/RHEL 9 (vtrefny)- lvm-dbus: Add support for changing compression and deduplication (vtrefny)- s390: Remove double fclose in bd_s390_dasd_online (#2045784) (vtrefny)- fs: Return BD_FS_ERROR_UNKNOWN_FS on mounting unknown filesystem (tbzatek)- tests: Use losetup to create 4k sector size loop device for testing (vtrefny)- tests: Fix creating loop device for CryptoTestLuksSectorSize (vtrefny)- lvm: Fix reading statistics for VDO pools with VDO 8 (vtrefny)- vdo_stats: Default to 100 % savings for invalid savings values (vtrefny)- tests: Remove test for NTFS read-only mounting (vtrefny)- tests: Lower expected free space on newly created Ext filesystems (vtrefny)- tests: Do not check that swap flag is not supported on DOS table (vtrefny)- overrides: Fix translating exceptions in ErrorProxy (vtrefny)
* Wed Jan 26 2022 Vojtech Trefny - 2.26-3- Remove double fclose in bd_s390_dasd_online (#2045784)
* Thu Jan 20 2022 Fedora Release Engineering - 2.26-2- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Wed Jul 28 2021 Vojtech Trefny - 2.26-1- Add missing plugins to the default config (vtrefny)- remove unused variable and fix build with LLVM/clang (tpgxyz)- exec: Fix deprecated glib function call Glib will rename \"g_spawn_check_exit_status()\" to \"g_spawn_check_wait_status()\" in version 2.69. (manuel.wassermann97)- tests: Tag LvmPVVGLVcachePoolCreateRemoveTestCase as unstable (vtrefny)- tests: Force remove LVM VG /dev/ entry not removed by vgremove (vtrefny)- tests: Do not try to remove VG before removing the VDO pool (vtrefny)- crypto: Let cryptsetup autodect encryption sector size when not specified (vtrefny)- Fix skipping tests on Debian testing (vtrefny)- tests: Temporarily skip test_snapshotcreate_lvorigin_snapshotmerge (vtrefny)- tests: Do not check that XFS shrink fails with xfsprogs >= 5.12 (vtrefny)- tests: Make sure the test temp mount is always unmounted (vtrefny)- swap: Fix memory leak (vtrefny)- mdraid: Fix memory leak (vtrefny)- lvm-dbus: Fix memory leak (vtrefny)- kbd: Fix memory leak (vtrefny)- fs: Fix memory leak (vtrefny)- dm: Fix memory leak in the DM plugin and DM logging redirect function (vtrefny)- crypto: Fix memory leak (vtrefny)- kbd: Fix memory leak (vtrefny)- tests: Call fs_vfat_mkfs with \"--mbr=n\" extra option in tests (vtrefny)- fs: Allow using empty label for vfat with newest dosfstools (vtrefny)- vdo: Do not use g_memdup in bd_vdo_stats_copy (vtrefny)- crypto: Fix default key size for non XTS ciphers (vtrefny)- NEWS.rts: Fix markup (vtrefny)
* Thu Jul 22 2021 Fedora Release Engineering - 2.25-5- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Jul 19 2021 Vojtech Trefny - 2.25-4- crypto: Let cryptsetup autodect encryption sector size
* Thu Jun 03 2021 Python Maint - 2.25-3- Rebuilt for Python 3.10