diff --git a/rear.spec b/rear.spec index 7373e7b..2b3794e 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Name: rear Version: 2.6 -Release: 23%{?dist} +Release: 24%{?dist} Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool URL: http://relax-and-recover.org/ License: GPLv3 @@ -204,6 +204,12 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ #-- CHANGELOG -----------------------------------------------------------------# %changelog +* Sat Feb 24 2024 Pavel Cahyna - 2.6-24 +- Support "export TMPDIR" in user configuration again, print a warning + when this is used - revert commit f464eae2, adapt PR 3163, add commit + b422845f. + Will be supported only until the update to 2.7 + * Fri Feb 9 2024 Pavel Cahyna - 2.6-23 - Resolve libs for executable links in COPY_AS_IS, PR 3073 - Skip invalid disk drives when saving layout PR 3047