Add `Requires: ansible-srpm-macros`

This commit is contained in:
Maxwell G 2022-05-17 17:43:11 -05:00
parent 0e07c90567
commit 846f376b64
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,7 @@
Summary: Red Hat specific rpm configuration files Summary: Red Hat specific rpm configuration files
Name: redhat-rpm-config Name: redhat-rpm-config
Version: 217 Version: 218
Release: 1%{?dist} Release: 1%{?dist}
# No version specified. # No version specified.
License: GPL+ License: GPL+
@ -106,6 +106,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
@ -215,6 +216,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> - 218-1
- Add `Requires: ansible-srpm-macros`
* Tue Apr 19 2022 Tom Stellard <tstellar@redhat.com> - 217-1 * Tue Apr 19 2022 Tom Stellard <tstellar@redhat.com> - 217-1
- Add -fno-openmp-implicit-rpath when building with clang - Add -fno-openmp-implicit-rpath when building with clang