From d31921ba28b2f29747662e0d897d6a2ea7fbb535 Mon Sep 17 00:00:00 2001 From: Pingfan Liu Date: Sun, 4 Jan 2026 12:35:35 +0800 Subject: [PATCH] Release kexec-tools-2.0.31-2 Resolves: https://issues.redhat.com/browse/RHEL-125841 Signed-off-by: Pingfan Liu --- kexec-tools.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kexec-tools.spec b/kexec-tools.spec index 7c6cdc8..1f2dde2 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.32 -Release: 1%{?dist} +Release: 2%{?dist} URL: https://kernel.org/pub/linux/utils/kernel/kexec License: GPL-2.0-only Summary: The kexec/kdump userspace component @@ -90,6 +90,9 @@ rm -f %{buildroot}/%{_libdir}/kexec-tools/kexec_test %doc TODO %changelog +* Sun Jan 4 2026 Pingfan Liu - 2.0.32-2 +- UKI: Fix the size of real payload + * Tue Oct 21 2025 Lichen Liu - 2.0.32-1 - Update to 2.0.32 - Resolves: RHEL-113403