import kexec-tools-2.0.20-67.el8

This commit is contained in:
CentOS Sources 2021-12-28 05:24:05 +00:00 committed by Stepan Oksanichenko
parent d1c4dc8a92
commit a15560fdac
2 changed files with 8 additions and 1 deletions

View File

@ -842,6 +842,10 @@ prepare_cmdline()
fi
done
# Remove trace_buf_size, trace_event
cmdline=$(remove_cmdline_param "$cmdline" trace_buf_size trace_event)
cmdline="${cmdline} trace_buf_size=1"
echo ${cmdline}
}

View File

@ -1,6 +1,6 @@
Name: kexec-tools
Version: 2.0.20
Release: 66%{?dist}
Release: 67%{?dist}
License: GPLv2
Group: Applications/System
Summary: The kexec/kdump userspace component
@ -418,6 +418,9 @@ done
%endif
%changelog
* Fri Dec 24 2021 Pingfan Liu <piliu@redhat.com> - 2.0.20-67
- Remove trace_buf_size and trace_event from the kernel bootparameters of the kdump kernel
* Fri Dec 10 2021 Pingfan Liu <piliu@redhat.com> - 2.0.20-66
- kdump/ppc64: suppress the error message "Could not find a registered notification tool" from servicelog_notify
- Enable zstd compression for makedumpfile in kexec-tools.spec