diff --git a/kexec-tools.spec b/kexec-tools.spec
index 2907ae7..0a0979c 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -5,7 +5,7 @@
 
 Name: kexec-tools
 Version: 2.0.25
-Release: 5%{?dist}
+Release: 6%{?dist}
 License: GPLv2
 Summary: The kexec/kdump userspace component
 
@@ -422,6 +422,19 @@ fi
 %endif
 
 %changelog
+* Thu Nov 24 2022 Tao Liu <ltao@redhat.com> - 2.0.25-6
+- Simplify setup_znet by copying connection profile to initrd
+- Wait for the network to be truly ready before dumping vmcore
+- Address the cases where a NIC has a different name in kdump kernel
+- Reduce kdump memory consumption by only installing needed NIC drivers
+- Reduce kdump memory consumption by not letting NetworkManager manage unneeded network interfaces
+- Set up kdump network by directly copying NM connection profile to initrd
+- Stop dracut 35network-manager from running nm-initrd-generator
+- Apply the timeout configuration of nm-initrd-generator
+- Determine whether IPv4 or IPv6 is needed
+- Add functions to copy NetworkManage connection profiles to the initramfs
+- Fix error for vlan over team network interface
+
 * Fri Nov 11 2022 Tao Liu <ltao@redhat.com> - 2.0.25-5
 - Don't check fs modified when dump target is lvm2 thinp
 - Add dependency of dracut lvmthinpool-monitor module