add a %changelog entry

Resolves: RHEL-107266
Resolves: RHEL-107531
Resolves: RHEL-107532
Resolves: RHEL-155227
Resolves: RHEL-13057
Resolves: RHEL-104290
Resolves: RHEL-137323
Resolves: RHEL-141436
This commit is contained in:
Lukáš Zaoral 2026-05-25 17:40:32 +02:00
parent a997399f99
commit e48495c5d4
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -3,7 +3,7 @@
Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool
Name: rear
Version: 2.6
Release: 13%{?dist}
Release: 14%{?dist}
License: GPLv3
Group: Applications/File
URL: http://relax-and-recover.org/
@ -237,6 +237,17 @@ TZ=UTC %{__make} -C doc
%{_sbindir}/rear
%changelog
* Wed Mar 18 2026 Lukáš Zaoral <lzaoral@redhat.com> - 2.6-14
- use the %autosetup macro with git
- recommend grub2-tools-extra and grub2-efi-%{efi_arch}-modules on EFI machines (RHEL-107266)
- require syslinux-extlinux which is necessary for USB devices bootable on legacy BIOS (RHEL-107531)
- fix recovery of LUKS encrypted systems with multiple keyslots (RHEL-107532)
- fix broken support for aarch64 machines with UEFI (RHEL-155227)
- fix support for PowerNV machines without PPC PReP partitions (RHEL-13057)
- abort when sourcing fails due to a syntax error (RHEL-104290)
- fix recreation of multi-disk volume groups in migration mode (RHEL-137323)
- skip unsupported partition tables (RHEL-141436)
* Tue Feb 27 2024 Pavel Cahyna <pcahyna@redhat.com> - 2.6-13
- Do not delete NetBackup logs in case of errors and save
/usr/openv/netbackup/logs to the restored system after a successful recovery