diff --git a/kexec-tools.spec b/kexec-tools.spec index 6c9a1c3..7b8f551 100644 --- a/kexec-tools.spec +++ b/kexec-tools.spec @@ -5,7 +5,7 @@ Name: kexec-tools Version: 2.0.29 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv2 Summary: The kexec/kdump userspace component @@ -409,6 +409,24 @@ fi %endif %changelog +* Fri Nov 14 2025 Tao Liu - 2.0.29-12 +- Allow "sudo kdumpctl" for LUKS dump target +- Restore SELinux label of crypttab file +- Allow kdump.service to access LUKS volume keys +- Wait for LUKS configfs API to be ready +- Change LUKS volume key prefix to kdump-cryptsetup:vk- +- Remove unused LUKS volume keys from keyring +- Limit LUKS support to x86_64 +- Add kdumpctl setup-crypttab subcommand +- Return LUKS devices in the form of UUIDs directly +- Fix SC2181 issues in kdump-udev-throttler +- LUKS: make /usr writable +- Address CPU/memory hot plugging for kdump LUKS support +- shfmt kdump-udev-throttler +- Use cryptsetup --link-vk-to-keyring to save volume keys +- Support dumping to a LUKS-encrypted target +- Add a helper function to get uuid by MAJ:MIN + * Fri Oct 3 2025 Tao Liu - 2.0.29-11 - kdumpctl: deprecate --reboot for reset-creashkernel