From 1eb9367c950a2df167223a3c1aff66c57737b7ba Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Fri, 25 Feb 2022 17:24:06 +0100 Subject: [PATCH] Bump Release, update %changelog Related: rhbz2035939 Related: rhbz2032266 Related: rhbz2048454 Related: rhbz2055338 Related: rhbz2049091 Related: rhbz2004178 --- rear.spec | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/rear.spec b/rear.spec index 6c2a583..b7564a5 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Name: rear Version: 2.6 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool URL: http://relax-and-recover.org/ License: GPLv3 @@ -147,6 +147,16 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ #-- CHANGELOG -----------------------------------------------------------------# %changelog +* Sun Feb 27 2022 Pavel Cahyna - 2.6-11 +- Apply PR2675 to fix leftover temp dir bug (introduced in backported PR2625) +- Apply PR2603 to ignore unused PV devices +- Apply upstream PR2750 to avoid exclusion of wanted multipath devices +- Remove unneeded xorriso dep on s390x (no ISO image support there) +- Apply upstream PR2736 to add the EXCLUDE_{IP_ADDRESSES,NETWORK_INTERFACES} + options +- Add patch for better handling of thin pools and other LV types not supported + by vgcfgrestore + * 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.