Bump Release, update %changelog

Related: rhbz1988420
This commit is contained in:
Pavel Cahyna 2021-08-11 10:24:17 +02:00
parent bae1b65b89
commit 156cc54eec

View File

@ -3,7 +3,7 @@
Name: rear
Version: 2.6
Release: 8%{?dist}
Release: 9%{?dist}
Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool
URL: http://relax-and-recover.org/
License: GPLv3
@ -128,6 +128,10 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/
#-- CHANGELOG -----------------------------------------------------------------#
%changelog
* Wed Aug 11 2021 Pavel Cahyna <pcahyna@redhat.com> - 2.6-9
- Put TMPDIR on /var/tmp by default, otherwise it may lack space
RHBZ #1988420, upstream PR2664
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 2.6-8
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688