From 8e39facfaafc30bb507ff4048736ab76c3d3e22d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Wed, 4 Feb 2026 10:28:23 +0100 Subject: [PATCH] Add a %changelog entry Resolves: RHEL-146037 Resolves: RHEL-134217 Resolves: RHEL-31749 Resolves: RHEL-104289 Resolves: RHEL-23887 Resolves: RHEL-78583 Resolves: RHEL-111612 --- rear.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/rear.spec b/rear.spec index 9bf4d54..e95deb2 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Name: rear Version: 2.6 -Release: 27%{?dist} +Release: 28%{?dist} Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool URL: http://relax-and-recover.org/ License: GPLv3 @@ -294,6 +294,16 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ #-- CHANGELOG -----------------------------------------------------------------# %changelog +* Thu Jan 29 2026 Lukáš Zaoral - 2.6-28 +- use git to apply downstream patches +- copy an sshd helper to the rescue ramdisk (RHEL-146037) +- fix support for PowerNV machines without PPC PReP partitions (RHEL-134217) +- add support for dbus broker (RHEL-31749) +- abort when sourcing fails due to a syntax error (RHEL-104289) +- fix recreation of multi-disk volume groups in migration mode (RHEL-23887) +- skip unsupported partition tables (RHEL-78583) +- do not attempt to use the disk with backup for recovery (RHEL-111612) + * 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