Release kexec-tools-2.0.31-2

Resolves: https://issues.redhat.com/browse/RHEL-125841

Signed-off-by: Pingfan Liu <piliu@redhat.com>
This commit is contained in:
Pingfan Liu 2026-01-04 12:35:35 +08:00
parent 083d9b6b0c
commit d31921ba28

View File

@ -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 <piliu@redhat.com> - 2.0.32-2
- UKI: Fix the size of real payload
* Tue Oct 21 2025 Lichen Liu <lichliu@redhat.com> - 2.0.32-1
- Update to 2.0.32
- Resolves: RHEL-113403