diff --git a/rear.spec b/rear.spec index 93a5c0e..f7c6367 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Name: rear Version: 2.6 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool URL: http://relax-and-recover.org/ License: GPLv3 @@ -133,6 +133,24 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ #-- CHANGELOG -----------------------------------------------------------------# %changelog +* Mon Aug 16 2021 Pavel Cahyna - 2.6-10 +- Sync spec changes and downstream patches from RHEL 8 rear-2.6-2 + - Fix multipath performance regression in 2.6, introduced by upstream PR #2299. + Resolves: rhbz1993296 + - On POWER add bootlist & ofpathname to the list of required programs + conditionally (bootlist only if running under PowerVM, ofpathname + always except on PowerNV) - upstream PR2665, add them to package + dependencies + Resolves: rhbz1983013 + - Backport PR2608: + Fix setting boot path in case of UEFI partition (ESP) on MD RAID + Resolves: rhbz1945869 + - Backport PR2625 + Prevents accidental backup removal in case of errors + Resolves: rhbz1958247 + - Fix rsync error and option handling + Resolves: rhbz1930662 + * Wed Aug 11 2021 Pavel Cahyna - 2.6-9 - Put TMPDIR on /var/tmp by default, otherwise it may lack space RHBZ #1988420, upstream PR2664