From dc05a8e4f97202da384ee2af7ec07e3f8613c302 Mon Sep 17 00:00:00 2001 From: Coiby Xu Date: Tue, 24 Mar 2026 15:09:04 +0800 Subject: [PATCH] Release 2.0.29-17 Resolves: RHEL-83894 Resolves: RHEL-120489 Signed-off-by: Coiby Xu --- kexec-tools.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 0ea8833..9c27770 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.29 -Release: 17%{?dist} +Release: 18%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -412,6 +412,10 @@ fi %endif %changelog +* Tue Mar 24 2026 Coiby Xu - 2.0.29-17 +- Add IPv6 to supported dump target +- Forward core collector's stdout and stderr to /dev/console + * Fri Feb 13 2026 Pingfan Liu - 2.0.29-17 - Fix a data race in multi-threading mode (--num-threads=N)