From 04808e7ee323deb09621589967e4db00c5623c37 Mon Sep 17 00:00:00 2001 From: MSVSphere Packaging Team Date: Sun, 3 Mar 2024 01:03:26 +0300 Subject: [PATCH] import epel-rpm-macros-9-14.el9 --- SPECS/epel-rpm-macros.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/SPECS/epel-rpm-macros.spec b/SPECS/epel-rpm-macros.spec index 51fda99..9eb2ae7 100644 --- a/SPECS/epel-rpm-macros.spec +++ b/SPECS/epel-rpm-macros.spec @@ -1,6 +1,6 @@ Name: epel-rpm-macros Version: 9 -Release: 13%{dist} +Release: 14%{dist} Summary: Extra Packages for Enterprise Linux RPM macros License: GPLv2 @@ -25,6 +25,9 @@ Requires: fpc-srpm-macros # https://bugzilla.redhat.com/show_bug.cgi?id=2001034 Requires: (pyproject-rpm-macros if python3-rpm-macros) Requires: ansible-srpm-macros +# Backwards-compatible backport of the new forge-srpm-macros from Fedora that +# avoids conflicts with EL 9's old version +Requires: forge-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. @@ -67,6 +70,9 @@ install -Dpm 644 %{SOURCE3} \ %changelog +* Sat Mar 02 2024 Maxwell G - 9-14 +- Add forge-srpm-macros to the buildroot + * Thu Oct 05 2023 Mattias Ellert - 9-13 - Add qt6-srpm-macros to the buildroot. Fixes rhbz#2220860.