Add a %changelog entry

Resolves: RHEL-134218
Resolves: RHEL-110659
Resolves: RHEL-132181
Resolves: RHEL-134213
This commit is contained in:
Lukáš Zaoral 2026-01-12 12:53:48 +01:00
parent f5b5941993
commit 58e67fed52
No known key found for this signature in database
GPG Key ID: 39157506DD67752D

View File

@ -3,7 +3,7 @@
Name: rear
Version: 2.9
Release: 4%{?dist}
Release: 5%{?dist}
Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool
URL: https://relax-and-recover.org
@ -51,6 +51,7 @@ Patch126: rear-print-disk-mapping-with-sizes-RHEL-83241.patch
Patch127: rear-support-aarch64-uefi-RHEL-56045.patch
# Copy a sshd helper to the rescue ramdisk, necessary on EL10
# https://github.com/rear/rear/commit/8497de2d8a029460b0e47119b0664f0d254c97ac
Patch128: rear-sshd-el10-RHEL-109270.patch
# fix support for PowerNV machines without PPC PReP partitions
@ -70,6 +71,12 @@ Patch131: rear-fix-script-sorting-RHEL-132181.patch
# https://github.com/rear/rear/commit/61d294b9635b3c71bd58409e810bccb705b1220c
Patch132: rear-dbus-broker-RHEL-134213.patch
# EL9-only
# Patch133:
# Patch134:
# Patch135:
# Patch136:
######################
# downstream patches #
######################
@ -213,6 +220,12 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/
#-- CHANGELOG -----------------------------------------------------------------#
%changelog
* Mon Jan 12 2026 Lukáš Zaoral <lzaoral@redhat.com> - 2.9-5
- fix support for PowerNV machines without PPC PReP partitions (RHEL-134218)
- fix duplicate execution of automated recovery (RHEL-110659)
- fix sorting of stage scripts (RHEL-132181)
- add support for dbus-broker (RHEL-134213)
* Mon Aug 18 2025 Pavel Cahyna <pcahyna@redhat.com> - 2.9-4
- Add a sshd helper to rescue, otherwise sshd does not start, PR 3510