From 53b4b110c74d97e381242080a2e66bc6741c2fd5 Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Thu, 8 Feb 2024 22:43:53 +0100 Subject: [PATCH] Bump Release, update %changelog Resolves: RHEL-17390 Resolves: RHEL-17393 --- rear.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/rear.spec b/rear.spec index d3febe4..cabcee5 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Name: rear Version: 2.6 -Release: 21%{?dist} +Release: 22%{?dist} Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool URL: http://relax-and-recover.org/ License: GPLv3 @@ -193,6 +193,12 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ #-- CHANGELOG -----------------------------------------------------------------# %changelog +* Thu Feb 8 2024 Pavel Cahyna - 2.6-22 +- Do not delete NetBackup logs in case of errors and save + /usr/openv/netbackup/logs to the restored system after a successful recovery +- Add /usr/openv/var to COPY_AS_IS_NBU, fixes an issue seen + with NetBackup 10.2.0.1 + * Thu Feb 8 2024 Pavel Cahyna - 2.6-21 - Support saving and restoring hybrid BIOS/UEFI bootloader, PRs 3145 3136 - make initrd accessible only by root (CVE-2024-23301), PR 3123