From 0459f68dcc0827120aa5ed0a21b719b87a7e529d Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Thu, 24 Nov 2022 11:25:30 +0800 Subject: [PATCH] Release 2.0.25-6 Resolves: bz2076416 Signed-off-by: Tao Liu --- kexec-tools.spec | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 - 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 - 2.0.25-5 - Don't check fs modified when dump target is lvm2 thinp - Add dependency of dracut lvmthinpool-monitor module