diff --git a/kexec-tools.spec b/kexec-tools.spec
index 2ae85ce..e835ca2 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -5,7 +5,7 @@
 
 Name: kexec-tools
 Version: 2.0.23
-Release: 4%{?dist}
+Release: 5%{?dist}
 License: GPLv2
 Summary: The kexec/kdump userspace component
 
@@ -401,6 +401,11 @@ done
 %endif
 
 %changelog
+* Tue Jan 11 2022 Tao Liu <ltao@redhat.com> - 2.0.23-5
+- Set zstd as recommented for kexec-tools
+- fix "kdump: Invalid kdump config option auto_reset_crashkernel" error
+- use grep -s to suppress error messages about nonexistent or unreadable files
+
 * Thu Jan 6 2022 Tao Liu <ltao@redhat.com> - 2.0.23-4
 - Set zstd as the default compression method for kdump initrd
 - kdump-lib.sh: Escape '|' for 'failure_action|default' in is_dump_to_rootfs