diff --git a/kexec-tools.spec b/kexec-tools.spec
index 04248bd..092264a 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -5,7 +5,7 @@
 
 Name: kexec-tools
 Version: 2.0.26
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2
 Summary: The kexec/kdump userspace component
 
@@ -414,6 +414,16 @@ fi
 %endif
 
 %changelog
+* Thu Jun 15 2023 Tao Liu <ltao@redhat.com> - 2.0.26-6
+- kdumpctl: Fix the matching of plus symbol by grep's EREs
+- kdump-lib: Evaluate the memory consumption by smmu and mlx5 separately
+- kdump-lib: add support for 64K aarch64
+- kdump-lib: Introduce parse_kver_from_path() to get kernel version from its path name
+- kdump-lib: Introduce a help function _crashkernel_add()
+- Simplify the management of the kernel parameter crashkernel
+- kdump-lib: fix the matching pattern for debug-kernel
+- kdump-lib: always specify version in is_squash_available
+
 * Thu Jun 1 2023 Tao Liu <ltao@redhat.com> - 2.0.26-5
 - Add lvm thin provision to kdump supported-kdump-targets.txt
 - mkdumprd: Use the correct syntax to redirect the stderr to null