Add a %changelog entry

Resolves: RHEL-235766
Resolves: RHEL-160930
Resolves: RHEL-224683
Resolves: RHEL-146134
Resolves: RHEL-137301
Resolves: RHEL-242578
This commit is contained in:
Lukáš Zaoral 2026-08-12 12:21:18 +02:00
parent 79831eda78
commit 348c0694cf
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -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 <lzaoral@redhat.com> - 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 <lzaoral@redhat.com> - 2.6-28
- use git to apply downstream patches
- copy an sshd helper to the rescue ramdisk (RHEL-146037)