diff --git a/kexec-tools.spec b/kexec-tools.spec index 7bf45b7..434dd27 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.23 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -405,6 +405,17 @@ done %endif %changelog +* Wed Jan 26 2022 Tao Liu - 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 - 2.0.23-5 - Set zstd as recommented for kexec-tools - fix "kdump: Invalid kdump config option auto_reset_crashkernel" error