Add `Requires: ansible-srpm-macros`

This commit is contained in:
Maxwell G 2022-05-17 17:43:11 -05:00
parent 6cce360fd2
commit 663af770a8
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8
1 changed files with 6 additions and 2 deletions

View File

@ -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 <gotmax@e.email> - 220-1
- Add `Requires: ansible-srpm-macros`
* Tue May 17 2022 Miro Hrončok <mhroncok@redhat.com> - 219-2
- Remove a tab character from the definition of %%__global_compiler_flags
- Fixes: rhbz#2083296