Release 2.0.27-17

Resolves: RHEL-32060

Signed-off-by: Tao Liu <ltao@redhat.com>
This commit is contained in:
Tao Liu 2024-10-08 18:24:08 +13:00
parent c5aa460992
commit 071c304c5e

View File

@ -5,7 +5,7 @@
Name: kexec-tools
Version: 2.0.27
Release: 16%{?dist}
Release: 17%{?dist}
License: GPLv2
Summary: The kexec/kdump userspace component
@ -410,6 +410,9 @@ fi
%endif
%changelog
* Tue Oct 8 2024 Tao Liu <ltao@redhat.com> - 2.0.27-17
- Introduce vmcore creation notification to kdump
* Tue Sep 10 2024 Tao Liu <ltao@redhat.com> - 2.0.27-16
- Revert "lib: Ensure we don't find bind mounts for device target"