From ee11dd5032353996377a47212cbdbc7af3ec04da Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 3 Sep 2022 19:53:52 -0500 Subject: [PATCH] Add go-srpm-macros-epel to the buildroot --- epel-rpm-macros.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index d415d32..9b91a8d 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -1,6 +1,6 @@ Name: epel-rpm-macros Version: 9 -Release: 6%{dist} +Release: 7%{dist} Summary: Extra Packages for Enterprise Linux RPM macros License: GPLv2 @@ -26,6 +26,11 @@ Recommends: fpc-srpm-macros # https://bugzilla.redhat.com/show_bug.cgi?id=2001034 Requires: (pyproject-rpm-macros if python3-rpm-macros) Requires: ansible-srpm-macros +# Provides backports from Fedora's go-rpm-macros and fixes critical +# bugs in RHEL's go-rpm-macros. +# Just like in Fedora, only the minimal -srpm-macros are needed in the buildroot. +# The rest of the macros are pulled in dynamically. +Requires: go-srpm-macros-epel %description This package contains the Extra Packages for Enterprise Linux (EPEL) RPM @@ -55,6 +60,9 @@ install -Dpm 644 %{SOURCE3} \ %changelog +* Fri Sep 02 2022 Maxwell G - 9-7 +- Add go-srpm-macros-epel to the buildroot + * Thu Sep 01 2022 Maxwell G - 9-6 - Backport macros.shell-completions from Fedora