From 67fd7f732690050e2d06b23ccb2f37ac863d4dbd Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Tue, 1 Feb 2022 15:08:31 +0000 Subject: [PATCH] Select between gcc-built and annobin-built versions of the annobin plugin. Resolves: #2030671 --- 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 a4cc99b..256dc3c 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: 191 +Version: 192 Release: 1%{?dist} # No version specified. License: GPL+ @@ -213,6 +213,10 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Tue Feb 01 2022 Nick Clifton - 192-1 +- Select between gcc-built and annobin-built versions of the annobin plugin. +- Resolves: rhbz#2030671 + * Wed Dec 08 2021 Miro HronĨok - 191-1 - brp-mangle-shebangs: also mangle shebangs of JavaScript executables - Resolves: rhbz#2030427