From fd96ff6194f32cdca55e3b90cfcb121d3c219b54 Mon Sep 17 00:00:00 2001 From: Artur Frenszek-Iwicki Date: Sun, 5 Mar 2023 11:43:43 +0000 Subject: [PATCH] Add a Requires on fpc-srpm-macros --- epel-rpm-macros.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/epel-rpm-macros.spec b/epel-rpm-macros.spec index d455dad..a2c47c9 100644 --- a/epel-rpm-macros.spec +++ b/epel-rpm-macros.spec @@ -1,6 +1,6 @@ Name: epel-rpm-macros Version: 9 -Release: 9%{dist} +Release: 11%{dist} Summary: Extra Packages for Enterprise Linux RPM macros License: GPLv2 @@ -20,8 +20,7 @@ Source3: macros.shell-completions BuildArch: noarch Requires: redhat-release >= %{version} # For FPC buildroot macros -# Currently Recommends; Change to Requires when it is in EPEL -Recommends: fpc-srpm-macros +Requires: fpc-srpm-macros # pyproject-rpm-macros in CRB thus not required by python3-devel or python3-rpm-macros # https://bugzilla.redhat.com/show_bug.cgi?id=2001034 Requires: (pyproject-rpm-macros if python3-rpm-macros) @@ -65,6 +64,9 @@ install -Dpm 644 %{SOURCE3} \ %changelog +* Sun Mar 05 2023 Artur Frenszek-Iwicki - 9-11 +- Add fpc-srpm-macros to the buildroot + * Fri Feb 10 2023 Maxwell G - 9-9 - Add rpmautospec to the buildroot to mirror Fedora