Release 2.0.26-6

Resolves: bz2160676
Resolves: bz2165839

Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
Tao Liu 2023-06-15 17:03:35 +08:00
parent 6189736a11
commit 87bde04c4d
1 changed files with 11 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: kexec-tools
Version: 2.0.26
Release: 5%{?dist}
Release: 6%{?dist}
License: GPLv2
Summary: The kexec/kdump userspace component
@ -414,6 +414,16 @@ fi
%endif
%changelog
* Thu Jun 15 2023 Tao Liu <ltao@redhat.com> - 2.0.26-6
- kdumpctl: Fix the matching of plus symbol by grep's EREs
- kdump-lib: Evaluate the memory consumption by smmu and mlx5 separately
- kdump-lib: add support for 64K aarch64
- kdump-lib: Introduce parse_kver_from_path() to get kernel version from its path name
- kdump-lib: Introduce a help function _crashkernel_add()
- Simplify the management of the kernel parameter crashkernel
- kdump-lib: fix the matching pattern for debug-kernel
- kdump-lib: always specify version in is_squash_available
* Thu Jun 1 2023 Tao Liu <ltao@redhat.com> - 2.0.26-5
- Add lvm thin provision to kdump supported-kdump-targets.txt
- mkdumprd: Use the correct syntax to redirect the stderr to null