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