diff --git a/kexec-tools.spec b/kexec-tools.spec index 0b54ab4..1690eb9 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.25 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -428,6 +428,19 @@ fi %endif %changelog +* Tue Dec 27 2022 Pingfan Liu - 2.0.25-10 +- Update supported-kdump-targets.txt +- dracut-module-setup.sh: skip installing driver for the loopback interface +- Don't try to update crashkernel when bootloader is not installed +- dracut-module-setup.sh: also install the driver of physical NIC for Hyper-V VM with accelerated networking +- fadump: use 'zstd' as the default compression method +- fadump: fix default initrd backup and restore logic +- fadump: add a kernel install hook to clean up fadump initramfs +- fadump: avoid status check while starting in fadump mode +- spec: only install mkfadumprd for ppc +- fadump: preserve file modification time to help with hardlinking +- fadump: do not use squash to reduce image size + * Mon Dec 19 2022 Tao Liu - 2.0.25-9 - Add virtiofs to kdump supported-kdump-targets.txt - dracut-module-setup.sh: stop overwriting dracut's trap handler