From 663af770a821171e5c67c123f65da7bfc81c4e0e Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Tue, 17 May 2022 17:43:11 -0500 Subject: [PATCH] Add `Requires: ansible-srpm-macros` --- redhat-rpm-config.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 50a2de1..3c1a8d5 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -6,8 +6,8 @@ Summary: Red Hat specific rpm configuration files Name: redhat-rpm-config -Version: 219 -Release: 2%{?dist} +Version: 220 +Release: 1%{?dist} # No version specified. License: GPL+ URL: https://src.fedoraproject.org/rpms/redhat-rpm-config @@ -107,6 +107,7 @@ Requires: package-notes-srpm-macros Requires: fpc-srpm-macros Requires: gnat-srpm-macros Requires: nim-srpm-macros +Requires: ansible-srpm-macros %endif Requires: rpm >= 4.11.0 @@ -216,6 +217,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua %doc buildflags.md %changelog +* Tue May 17 2022 Maxwell G - 220-1 +- Add `Requires: ansible-srpm-macros` + * Tue May 17 2022 Miro HronĨok - 219-2 - Remove a tab character from the definition of %%__global_compiler_flags - Fixes: rhbz#2083296