Release 2.0.23-6

Resolves: bz2031736
Resolves: bz2017196
Resolves: bz2041911
Resolves: bz2017121
Resolves: bz2042726
Resolves: bz2045971
Resolves: bz2045969
Resolves: bz2024976

Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
Tao Liu 2022-01-26 15:05:15 +08:00
parent 2bc8a0d274
commit 32276a35f2

View File

@ -5,7 +5,7 @@
Name: kexec-tools Name: kexec-tools
Version: 2.0.23 Version: 2.0.23
Release: 5%{?dist} Release: 6%{?dist}
License: GPLv2 License: GPLv2
Summary: The kexec/kdump userspace component Summary: The kexec/kdump userspace component
@ -405,6 +405,17 @@ done
%endif %endif
%changelog %changelog
* Wed Jan 26 2022 Tao Liu <ltao@redhat.com> - 2.0.23-6
- Revert "Remove trace_buf_size and trace_event from the kernel bootparameters of the kdump kernel"
- fix broken kdump_get_arch_recommend_size
- remove the upper bound of 102400T for the range in default crashkernel
- fix the error of parsing the container environ variable for osbuild
- mkdumprd (RHEL-only): add nvme module by force
- Remove dropped patches
- s390: handle R_390_PLT32DBL reloc entries in machine_apply_elf_rel()
- spec: add hostname.rpm into Recommends list
- move variable FENCE_KDUMP_SEND from kdump-lib.sh to kdump-lib-initramfs.sh
* Tue Jan 11 2022 Tao Liu <ltao@redhat.com> - 2.0.23-5 * Tue Jan 11 2022 Tao Liu <ltao@redhat.com> - 2.0.23-5
- Set zstd as recommented for kexec-tools - Set zstd as recommented for kexec-tools
- fix "kdump: Invalid kdump config option auto_reset_crashkernel" error - fix "kdump: Invalid kdump config option auto_reset_crashkernel" error