From 3a30baf0344957b87a83ce88093b83716ea4d06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 21 Jan 2022 18:21:04 +0100 Subject: [PATCH] Bump version and add changelog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit With some packages using rpmautospec, it is just so easy to forget… --- redhat-rpm-config.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 803cd42..fa3a12b 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,7 +6,7 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 210 +Version: 211 Release: 1%{?dist} # No version specified. License: GPL+ @@ -191,6 +191,10 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Fri Jan 21 2022 Zbigniew Jędrzejewski-Szmek - 211-1 +- Move package note generation to build preamble +- Do ELF package notes also on ELN + * Thu Jan 20 2022 Miro Hrončok - 210-1 - Remove package ELF note from the extension LDFLAGS - Related: rhbz#2043092