import kexec-tools-2.0.20-68.el8

This commit is contained in:
CentOS Sources 2022-01-31 14:52:39 +00:00 committed by Stepan Oksanichenko
parent a15560fdac
commit dd532a4e63
2 changed files with 4 additions and 5 deletions

View File

@ -842,10 +842,6 @@ 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: 67%{?dist}
Release: 68%{?dist}
License: GPLv2
Group: Applications/System
Summary: The kexec/kdump userspace component
@ -418,6 +418,9 @@ done
%endif
%changelog
* Thu Jan 27 2022 Pingfan Liu <piliu@redhat.com> - 2.0.20-68
- Revert "Remove trace_buf_size and trace_event from the kernel bootparameters of the kdump kernel"
* 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