From 2c1ef605ae99b4c9820acb65e29aea4b9dce6b2a Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Thu, 8 Aug 2024 19:12:46 +0200 Subject: [PATCH] Bump Release, update %changelog also remove a superseded %changelog entry Resolves: RHEL-26827 --- rear.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rear.spec b/rear.spec index 4951585..a1bf2e1 100644 --- a/rear.spec +++ b/rear.spec @@ -3,7 +3,7 @@ Name: rear Version: 2.7 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Relax-and-Recover is a Linux disaster recovery and system migration tool URL: https://relax-and-recover.org @@ -260,13 +260,17 @@ install -m 0644 %{SOURCE3} %{buildroot}%{_docdir}/%{name}/ #-- CHANGELOG -----------------------------------------------------------------# %changelog +* Thu Aug 8 2024 Pavel Cahyna - 2.7-12 +- Remove doc/rear-release-notes.txt, it is CC-BY-ND-3.0, which is not an allowed + license for documentation, and use a cleaned tarball (with the file removed) + for build + * 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 - fix booting on UEFI systems with multiple CDROM devices - fix copying of console kernel cmdline parameters