diff --git a/kexec-tools.spec b/kexec-tools.spec
index 092264a..1c16394 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -5,7 +5,7 @@
 
 Name: kexec-tools
 Version: 2.0.26
-Release: 6%{?dist}
+Release: 7%{?dist}
 License: GPLv2
 Summary: The kexec/kdump userspace component
 
@@ -414,6 +414,10 @@ fi
 %endif
 
 %changelog
+* Wed Jun 21 2023 Tao Liu <ltao@redhat.com> - 2.0.26-7
+- kdumpctl: Fix temporary directory location
+- kdump-lib: Match 64k debug kernel in prepare_kdump_bootinfo()
+
 * 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