From 348c0694cf82a6b64d3feae1dc56232c8d0c4379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Wed, 12 Aug 2026 12:21:18 +0200 Subject: [PATCH] Add a %changelog entry Resolves: RHEL-235766 Resolves: RHEL-160930 Resolves: RHEL-224683 Resolves: RHEL-146134 Resolves: RHEL-137301 Resolves: RHEL-242578 --- rear.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/rear.spec b/rear.spec index bed2830..49eaa0a 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Name: rear Version: 2.6 -Release: 28%{?dist} +Release: 29%{?dist} Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool URL: http://relax-and-recover.org/ License: GPLv3 @@ -325,6 +325,15 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ #-- CHANGELOG -----------------------------------------------------------------# %changelog +* Thu Aug 13 2026 Lukáš Zaoral - 2.6-29 +- fix EXCLUDE_COMPONENTS being ignored for partition tables unsupported by ReaR +- mark ISO filesystem labels as write protected +- add REAR_INITRD_OVERLAY to split initramfs into core + SquashFS overlay +- fix unsuccessful unmount of efiboot.img resulting in a corrupted ESP +- fix incorrect partition naming when migrating devices + - also fix OS_MASTER_VERSION for RHEL 8+ +- include dmsetup and dmeventd unconditionally + * 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)