Add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
This commit is contained in:
Tom Stellard 2021-01-08 01:52:03 +00:00
parent d5a9b565e6
commit cc869adad3
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Requires: perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
# rpm's perl dep generators fails to catch this
Requires: perl(File::Glob)
BuildRequires: make
BuildRequires: %{__perl}
BuildRequires: %{__make}