From 94ab4cd62c4c6501ec5da809517fa342eb643c2c Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Tue, 22 Aug 2023 13:45:48 +0200 Subject: [PATCH] Bump Release, update %changelog Related: rhbz2121476 Related: rhbz2196445 Related: rhbz2228779 Related: rhbz2228402 Related: rhbz2223895 --- rear.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/rear.spec b/rear.spec index cf1f499..9a7d315 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool Name: rear Version: 2.6 -Release: 9%{?dist} +Release: 10%{?dist} License: GPLv3 Group: Applications/File URL: http://relax-and-recover.org/ @@ -204,6 +204,15 @@ TZ=UTC %{__make} -C doc %{_sbindir}/rear %changelog +* Tue Aug 22 2023 Pavel Cahyna - 2.6-10 +- Apply PR 3027 to ensure correct creation of the rescue environment + when a file is shrinking while being read +- Backport PR 2774 to increase USB_UEFI_PART_SIZE to 1024 MiB +- Apply upstream patch for temp dir usage with LUKS to ensure + that during recovery an encrypted disk can be unlocked using a keyfile +- Backport upstream PR 3031: Secure Boot support for OUTPUT=USB +- Correct a mistake done when backporting PR 2691 + * Wed Feb 22 2023 Pavel Cahyna - 2.6-9 - Backport PR2943 to fix s390x dasd formatting - Require s390utils-{core,base} on s390x