|
124 | 124 | %define configure_opts %{?python2_copts} %{?python3_copts} %{?bcache_copts} %{?lvm_dbus_copts} %{?btrfs_copts} %{?crypto_copts} %{?dm_copts} %{?loop_copts} %{?lvm_copts} %{?lvm_dbus_copts} %{?mdraid_copts} %{?mpath_copts} %{?swap_copts} %{?kbd_copts} %{?part_copts} %{?fs_copts} %{?nvdimm_copts} %{?vdo_copts} %{?tools_copts} %{?gi_copts} |
125 | 125 |
|
126 | 126 | Name: libblockdev |
127 | | -Version: 2.28 |
| 127 | +Version: 2.29 |
128 | 128 | Release: 1%{?dist} |
129 | 129 | Summary: A library for low-level manipulation with block devices |
130 | 130 | License: LGPL-2.1-or-later |
@@ -976,6 +976,35 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm} |
976 | 976 | %files plugins-all |
977 | 977 |
|
978 | 978 | %changelog |
| 979 | +* Tue Mar 26 2024 Vojtech Trefny <vtrefny@redhat.com> - 2.29-1 |
| 980 | +- lvm-dbus: Fix passing size for pvresize over DBus (vtrefny) |
| 981 | +- tests: Remove ext fs_check tests on mounted filesystem (tbzatek) |
| 982 | +- Disable LVM devices config file when running tests (vtrefny) |
| 983 | +- tests: Replace deprecated unittest assert calls (vtrefny) |
| 984 | +- Add part plugin to the plugin config files (vtrefny) |
| 985 | +- tests: Require BlockDev 2.0 in the tests (vtrefny) |
| 986 | +- s390: Do not try to close an unopened stream (vtrefny) |
| 987 | +- tests: Skip test_ext4_check on rawhide (vtrefny) |
| 988 | +- Allow resizing of inactive LVs with latest LVM (vtrefny) |
| 989 | +- fs/xfs: Open device read-only for xfs_info (mvollmer) |
| 990 | +- part: Fix segfault when adding a partition too big for MSDOS (vtrefny) |
| 991 | +- tests: XFS no longer needs to be mounted to get info (vtrefny) |
| 992 | +- fs: Don't require XFS filesystem to be mounted when getting info (mvollmer) |
| 993 | +- tests: Skip lvm_dbus_tests.LvmTestLVcreateRemove on CentOS 8 (vtrefny) |
| 994 | +- spec: Stop building dm plugin with dmraid support on Fedora >= 38 (vtrefny) |
| 995 | +- spec: Remove dependency on dmraid (vtrefny) |
| 996 | +- fs: Add support for exFAT filesystem (vtrefny) |
| 997 | +- tests: Remove rules for skipping tests on old/unsupported releases (vtrefny) |
| 998 | +- tests: Skip DDF RAID tests on rawhide (vtrefny) |
| 999 | +- btrfs: Fix parsing snapshot info without valid otime (vtrefny) |
| 1000 | +- crypto: Fix double free in write_escrow_data_file (vtrefny) |
| 1001 | +- crypto: Fix GError overwrite from libvolume_key (vtrefny) |
| 1002 | +- spec: Change license string to the SPDX format required by Fedora (vtrefny) |
| 1003 | +- tests: Use BlockDev.utils_get_linux_version instead of os.uname (vtrefny) |
| 1004 | +- tests: Use packaging.version instead of distutils.version (vtrefny) |
| 1005 | +- tests: Use shutil.which instead of distutils.spawn.find_executable (vtrefny) |
| 1006 | +- Do not use distutils to get Python library path (vtrefny) |
| 1007 | + |
979 | 1008 | * Wed Sep 14 2022 Vojtech Trefny <vtrefny@redhat.com> - 2.28-1 |
980 | 1009 | - mpath: Fix potential NULL pointer dereference (vtrefny) |
981 | 1010 | - ci: Add GitHub actions for running rpmbuilds and csmock (vtrefny) |
|
0 commit comments