import kexec-tools-2.0.20-67.el8
This commit is contained in:
parent
d1c4dc8a92
commit
a15560fdac
@ -842,6 +842,10 @@ prepare_cmdline()
|
|||||||
fi
|
fi
|
||||||
done
|
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}
|
echo ${cmdline}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: kexec-tools
|
Name: kexec-tools
|
||||||
Version: 2.0.20
|
Version: 2.0.20
|
||||||
Release: 66%{?dist}
|
Release: 67%{?dist}
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
Summary: The kexec/kdump userspace component
|
Summary: The kexec/kdump userspace component
|
||||||
@ -418,6 +418,9 @@ done
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- 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
|
- Enable zstd compression for makedumpfile in kexec-tools.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user