Release 2.0.26-9

Resolves: bz2232499

Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
Tao Liu 2023-09-26 13:40:52 +08:00
parent 549f1f9495
commit 054aead983
1 changed files with 7 additions and 1 deletions

View File

@ -5,7 +5,7 @@
Name: kexec-tools
Version: 2.0.26
Release: 8%{?dist}
Release: 9%{?dist}
License: GPLv2
Summary: The kexec/kdump userspace component
@ -414,6 +414,12 @@ fi
%endif
%changelog
* Tue Sep 26 2023 Tao Liu <ltao@redhat.com> - 2.0.26-9
- Introduce a function to get reserved memory size
- powerpc: update fadump sysfs node path
- kdumpctl: merge check_current_{kdump,fadump}_status
- kdumpctl: remove unnecessary uses of $?
* Tue Jul 4 2023 Tao Liu <ltao@redhat.com> - 2.0.26-8
- spec: kdump/ppc64: make servicelog_notify silent when there are no errors