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 Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config Name: redhat-rpm-config
Version: 219 Version: 220
Release: 2%{?dist} Release: 1%{?dist}
# No version specified. # No version specified.
License: GPL+ License: GPL+
URL: https://src.fedoraproject.org/rpms/redhat-rpm-config URL: https://src.fedoraproject.org/rpms/redhat-rpm-config
@ -107,6 +107,7 @@ Requires: package-notes-srpm-macros
Requires: fpc-srpm-macros Requires: fpc-srpm-macros
Requires: gnat-srpm-macros Requires: gnat-srpm-macros
Requires: nim-srpm-macros Requires: nim-srpm-macros
Requires: ansible-srpm-macros
%endif %endif
Requires: rpm >= 4.11.0 Requires: rpm >= 4.11.0
@ -216,6 +217,9 @@ install -p -m 644 -t %{buildroot}%{_rpmluadir}/fedora/srpm forge.lua
%doc buildflags.md %doc buildflags.md
%changelog %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 * Tue May 17 2022 Miro Hrončok <mhroncok@redhat.com> - 219-2
- Remove a tab character from the definition of %%__global_compiler_flags - Remove a tab character from the definition of %%__global_compiler_flags
- Fixes: rhbz#2083296 - Fixes: rhbz#2083296