import kexec-tools-2.0.20-57.el8_5.1

This commit is contained in:
CentOS Sources 2021-12-21 04:09:17 -05:00 committed by Stepan Oksanichenko
parent 2793b39ac3
commit 6b51ad8c27
2 changed files with 5 additions and 2 deletions

View File

@ -29,7 +29,7 @@ SAVE_PATH=$(get_save_path)
OVERRIDE_RESETTABLE=0 OVERRIDE_RESETTABLE=0
extra_modules="" extra_modules=""
dracut_args="--add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict -o \"plymouth dash resume ifcfg earlykdump\"" dracut_args="--add kdumpbase --quiet --hostonly --hostonly-cmdline --hostonly-i18n --hostonly-mode strict -o \"plymouth dash resume ifcfg earlykdump\" --compress=xz"
readonly MKDUMPRD_TMPDIR="$(mktemp -d -t mkdumprd.XXXXXX)" readonly MKDUMPRD_TMPDIR="$(mktemp -d -t mkdumprd.XXXXXX)"
[ -d "$MKDUMPRD_TMPDIR" ] || perror_exit "dracut: mktemp -p -d -t dracut.XXXXXX failed." [ -d "$MKDUMPRD_TMPDIR" ] || perror_exit "dracut: mktemp -p -d -t dracut.XXXXXX failed."

View File

@ -1,6 +1,6 @@
Name: kexec-tools Name: kexec-tools
Version: 2.0.20 Version: 2.0.20
Release: 57%{?dist} Release: 57%{?dist}.1
License: GPLv2 License: GPLv2
Group: Applications/System Group: Applications/System
Summary: The kexec/kdump userspace component Summary: The kexec/kdump userspace component
@ -406,6 +406,9 @@ done
%endif %endif
%changelog %changelog
* Tue Nov 2 2021 Pingfan Liu <piliu@redhat.com> - 2.0.20-57.1
- mkdumprd: Use xz for squash image compression
* Fri Aug 27 2021 Pingfan Liu <piliu@redhat.com> - 2.0.20-57 * Fri Aug 27 2021 Pingfan Liu <piliu@redhat.com> - 2.0.20-57
- kdumpctl: enable secure boot on ppc64le LPARs - kdumpctl: enable secure boot on ppc64le LPARs