From dc26e4b45e059936fc9bd8b1205c66cadf3dd4bd Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Mon, 19 Dec 2022 11:41:29 +0800 Subject: [PATCH] Release 2.0.25-9 Related: bz2085347 Resolves: bz2151832 Signed-off-by: Tao Liu --- kexec-tools.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 3a15f79..ab62228 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.25 -Release: 8%{?dist} +Release: 9%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -428,6 +428,10 @@ fi %endif %changelog +* Mon Dec 19 2022 Tao Liu - 2.0.25-9 +- Add virtiofs to kdump supported-kdump-targets.txt +- dracut-module-setup.sh: stop overwriting dracut's trap handler + * Wed Dec 7 2022 Tao Liu - 2.0.25-8 - kexec-tools: ppc64: remove rma_top limit - kdumpctl: Optimize _find_kernel_path_by_release regex string @@ -485,14 +489,14 @@ fi - kdump-lib: use non-debug kernels first - kdump-lib: fix typo in variable name -* Tue Wed 15 2022 Tao Liu - 2.0.24-4 +* Wed Jun 15 2022 Tao Liu - 2.0.24-4 - crashkernel: optimize arm64 reserved size if PAGE_SIZE=4k - kdump-lib.sh: Check the output of blkid with sed instead of eval * Tue Jun 7 2022 Tao Liu - 2.0.24-3 - kdump.sysconfig*: add ignition.firstboot to KDUMP_COMMANDLINE_REMOVE -* Thu May 23 2022 Tao Liu - 2.0.24-2 +* Mon May 23 2022 Tao Liu - 2.0.24-2 - remove the upper bound of default crashkernel value example - update fadump-howto - update kexec-kdump-howto