diff --git a/kexec-tools.spec b/kexec-tools.spec index 8449bcf..b10c836 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.24 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -410,6 +410,10 @@ fi %endif %changelog +* Tue Jul 12 2022 Tao Liu - 2.0.24-5 +- kdump-lib: use non-debug kernels first +- kdump-lib: fix typo in variable name + * Tue Wed 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