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
This commit is contained in:
Lukáš Zaoral 2026-02-04 10:28:23 +01:00
parent d489a94380
commit 8e39facfaa
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: 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 <lzaoral@redhat.com> - 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 <pcahyna@redhat.com> - 2.6-27
- add dependency on grub2-tools-extra and GRUB EFI modules on EFI machines
- add dependency on syslinux-extlinux on x86