diff --git a/rear.spec b/rear.spec index 29e8cd2..102a8cf 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Name: rear Version: 2.6 -Release: 26%{?dist} +Release: 27%{?dist} Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool URL: http://relax-and-recover.org/ License: GPLv3 @@ -259,6 +259,18 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ #-- CHANGELOG -----------------------------------------------------------------# %changelog +* Thu Aug 14 2025 Pavel Cahyna - 2.6-27 +- add dependency on grub2-tools-extra and GRUB EFI modules on EFI machines +- add dependency on syslinux-extlinux on x86 +- add initial support for aarch64 machines with UEFI +- enhance the 300_map_disks.sh script to also print the disk sizes +- support generation of ed25519 SSH host keys in the rescue image +- create sshd home directory in the rescue image on systems upgraded from EL8 +- fix recovery of LUKS encrypted systems with multiple keyslots +- fix PPC PReP Boot detection on GPT layouts +- skip longhorn iscsi devices in disklayout.conf +- error out if any unsupported OUTPUT used on s390x + * Tue Feb 11 2025 Pavel Cahyna - 2.6-26 - Install GRUB on multipath disks, PR 3334 - Improve docs of layout configuration in user guide, PR 3125