diff --git a/kexec-tools.spec b/kexec-tools.spec index 37cac55..3687177 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -1,6 +1,6 @@ Name: kexec-tools Version: 2.0.26 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2 Group: Applications/System Summary: The kexec/kdump userspace component @@ -396,6 +396,11 @@ done %endif %changelog +* Thu Aug 10 2023 Pingfan Liu - 2.0.26-8 +- mkdumprd: Use the correct syntax to redirect the stderr to null +- mkdumprd: call dracut with --add-device to install the drivers needed by /boot partition automatically for FIPS +- Add NICs that handle DNS queries to the allowlist + * Wed Jul 12 2023 Pingfan Liu - 2.0.26-7 - Revert "Revert "Append both nofail and x-systemd.before to kdump mount target"