From e48495c5d446731c1bd06bc20fce00b8cad294d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Mon, 25 May 2026 17:40:32 +0200 Subject: [PATCH] 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 --- rear.spec | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/rear.spec b/rear.spec index ad8848b..d3bb73b 100644 --- a/rear.spec +++ b/rear.spec @@ -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 - 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 - 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