From 327047c583e2da2c461fbfbe7d30fd66b74efbf1 Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Wed, 7 Aug 2024 14:11:16 +0200 Subject: [PATCH] Bump Release, update %changelog Resolves: RHEL-26827 --- rear.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rear.spec b/rear.spec index bf499ef..385604a 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Name: rear Version: 2.7 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool URL: https://relax-and-recover.org @@ -253,6 +253,11 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ #-- CHANGELOG -----------------------------------------------------------------# %changelog +* Wed Aug 7 2024 Pavel Cahyna - 2.7-11 +- Generate /etc/rear/os.conf during build again, it is better than generating it + in %%post, but do not mark it as config file to allow it to be updated during + package upgrade and avoid containing an old OS version information + * Mon Aug 05 2024 Lukáš Zaoral - 2.7-10 - fix incomplete license tag - skip btrfs subvolumes when detecting ESP partitions