import CS kexec-tools-2.0.26-14.el8.1

This commit is contained in:
eabdullin 2024-07-03 08:55:13 +00:00
parent 32ae4b9ca1
commit afd6c69c89
3 changed files with 8 additions and 2 deletions

3
.kexec-tools.metadata Normal file
View File

@ -0,0 +1,3 @@
24bce02cd42cdbb960ada4d9e733355582e35784 SOURCES/1.7.2.tar.gz
a096c8e0892b559f40b01916aae240652f75b68a SOURCES/eppic_050615.tar.gz
27cea5d032ec1e93506b8110222420abf754df2d SOURCES/kexec-tools-2.0.26.tar.xz

View File

@ -240,7 +240,7 @@ check_user_configured_target()
# $1: core_collector config value
verify_core_collector() {
local _cmd="${1%% *}"
local _params="${1#* }"
local _params="${1#${_cmd}}"
if [ "$_cmd" != "makedumpfile" ]; then
if is_raw_dump_target; then

View File

@ -1,6 +1,6 @@
Name: kexec-tools
Version: 2.0.26
Release: 14%{?dist}
Release: 14%{?dist}.1
License: GPLv2
Group: Applications/System
Summary: The kexec/kdump userspace component
@ -396,6 +396,9 @@ done
%endif
%changelog
* Tue Jun 18 2024 Pingfan Liu <piliu@redhat.com> - 2.0.26-14.1
- mkdumprd: Fix makedumpfile parameter check
* Wed Feb 21 2024 Pingfan Liu <piliu@redhat.com> - 2.0.26-14
- dracut-module-setup: Skip initrd-cleanup and initrd-parse-etc in kdump