import kexec-tools-2.0.26-14.el8_10.2

c8 imports/c8/kexec-tools-2.0.26-14.el8_10.2
MSVSphere Packaging Team 3 months ago
parent 99ff4168ed
commit 3e1a119735
Signed by: sys_gitsync
GPG Key ID: B2B0B9F29E528FE8

@ -326,7 +326,7 @@ kdump_setup_ifname() {
# fadump to kdump. Skip prefixing 'kdump-' in this case as adding # fadump to kdump. Skip prefixing 'kdump-' in this case as adding
# another prefix may truncate the ifname. Since an ifname with # another prefix may truncate the ifname. Since an ifname with
# 'kdump-' is already persistent, this should be fine. # 'kdump-' is already persistent, this should be fine.
if [[ $1 =~ eth* ]] && [[ ! $1 =~ ^kdump-* ]]; then if [[ $1 =~ ^eth.* ]] && [[ ! $1 =~ ^kdump-* ]]; then
_ifname="kdump-$1" _ifname="kdump-$1"
else else
_ifname="$1" _ifname="$1"

@ -1,6 +1,6 @@
Name: kexec-tools Name: kexec-tools
Version: 2.0.26 Version: 2.0.26
Release: 14%{?dist}.1 Release: 14%{?dist}.2
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
Summary: The kexec/kdump userspace component Summary: The kexec/kdump userspace component
@ -396,6 +396,9 @@ done
%endif %endif
%changelog %changelog
* Tue Jul 30 2024 Pingfan Liu <piliu@redhat.com> - 2.0.26-14.2
- Use the correct regex to match eth.*
* Tue Jun 18 2024 Pingfan Liu <piliu@redhat.com> - 2.0.26-14.1 * Tue Jun 18 2024 Pingfan Liu <piliu@redhat.com> - 2.0.26-14.1
- mkdumprd: Fix makedumpfile parameter check - mkdumprd: Fix makedumpfile parameter check

Loading…
Cancel
Save