Changelog for
libblockdev-swap-devel-3.1.1-1.fc39.i686.rpm :
* Tue Mar 26 2024 Vojtech Trefny
- 3.1.1-1- lvm-dbus: Fix passing size for pvresize over DBus (vtrefny)- nvme: Add bd_nvme_is_tech_avail to the API file (vtrefny)- tests: Add NVMe controller type checks (tbzatek)- tests: Add NVMe persistent discovery controller tests (tbzatek)- tests: Fix removing custom LVM devices file (vtrefny)- tests: Ignore LVM devices file for non-LVM tests (vtrefny)- tests: Manually remove removed PVs from LVM devices file (vtrefny)- dm_logging: Annotate redirect_dm_log() printf format (tbzatek)- Fix some more occurrences of missing port to G_GNUC_UNUSED (tbzatek)- Port to G_GNUC_INTERNAL for controlling symbols visibility (tbzatek)- Use glib2 G_GNUC_UNUSED in place of UNUSED locally defined (giulio.benetti)- Makefile: Fix bumpver to work with micro versions (vtrefny)
* Fri Jan 19 2024 Vojtech Trefny - 3.1.0-1- tests: Skip some checks for btrfs errors with btrfs-progs 6.6.3 (vtrefny)- Fix missing progress initialization in bd_crypto_luks_add_key (vtrefny)- fs: Report reason for open() and ioctl() failures (tbzatek)- utils: Add expected printf string annotation (tbzatek)- lvm-dbus: Avoid using already-freed memory (tbzatek)- lvm-dbus: Fix leaking error (tbzatek)- python: Add a deepcopy function to our structs (vtrefny)- tests: Remove unreliable nvme attribute checks (tbzatek)- tests: Use BDPluginSpec constructor in LVM DBus plugin tests (vtrefny)- tests: Avoid setting up intermediary loop device for the nvme target (tbzatek)- tests: Default to /tmp for create_sparse_tempfile() (tbzatek)- part: Fix potential double free when getting parttype (vtrefny)- Mark NVDIMM plugin as deprecated since 3.1 (vtrefny)- tests: Remove some obsolete rules to skip tests (vtrefny)- fs: Add support for getting filesystem min size for NTFS and Ext (vtrefny)- fs: Fix allowed UUID for generic mkfs with VFAT (vtrefny)- fs: Add a generic function to check for fs info availability (vtrefny)- fs: Add a function to check label format for F2FS (vtrefny)- swap: Add support for checking label and UUID format (vtrefny)- ci: Remove the custom version command for Packit (vtrefny)- ci: Manually prepare spec file for Packit (vtrefny)- overrides: Remove unused \'sys\' import (vtrefny)- Add BDPluginSpec constructor and use it in plugin_specs_from_names (vtrefny)- Sync spec with downstream (vtrefny)- ci: Add an action to compile libblockdev with different compilers (vtrefny)
* Fri Oct 13 2023 Vojtech Trefny - 3.0.4-1- tests: Fix \"invalid escape sequence \'\\#\'\" warning from Python 3.12 (vtrefny)- tests: Fail early when recompilation fails in library_test (vtrefny)- lvm-dbus: Replace g_critical calls with bd_utils_log_format (vtrefny)- Use log function when calling a plugin function that is not loaded (vtrefny)- logging: Default to DEBUG log level if compiled with --enable-debug (vtrefny)- nvme: Rework memory allocation for device ioctls (tbzatek)- packit: Add configuration for downstream builds (vtrefny)- fs: correct btrfs set label description (jvanderwaa)- fs: Disable progress for ntfsresize (vtrefny)- part: Do not open disk read-write for read only operations (vtrefny)- ci: Bump actions/checkout from v3 to v4 (vtrefny)- plugins: btrfs: use g_autofree where possible for g_free (jvanderwaa)- plugins: use g_autofree for free\'ing g_char\'s (jvanderwaa)- spec: Move obsoleted devel subpackages to libblockdev-devel (vtrefny)- spec: Obsolete vdo plugin packages (vtrefny)
* Thu Aug 31 2023 Vojtech Trefny - 3.0.3-1- crypto: Correctly convert passphrases from Python to C (vtrefny)- tests: Minor NVMe HostNQN fixes (tbzatek)- nvme: Generate HostID when missing (tbzatek)- Always use \"--fs ignore\" with lvresize (mvollmer)- nvme: Use interim buffer for nvme_get_log_sanitize() (tbzatek)- fs: Fix memory leak (vtrefny)- fs: Fix leaking directories with temporary mounts (vtrefny)- tests: Specificy required versions when importing GLib and BlockDev introspection (biebl)- tests: Replace deprecated unittest assert calls (vtrefny)