Add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
This commit is contained in:
Tom Stellard 2021-01-05 05:28:14 +00:00
parent bca6f39525
commit fb08c62da5

View File

@ -47,6 +47,7 @@ BuildRequires: go-rpm-macros
%if %{compile_frontend} %if %{compile_frontend}
BuildRequires: nodejs >= 1:12, nodejs < 1:13, yarnpkg, golang-github-google-jsonnet BuildRequires: nodejs >= 1:12, nodejs < 1:13, yarnpkg, golang-github-google-jsonnet
%endif %endif
BuildRequires: make
# omit golang debugsource, see BZ 995136 and related # omit golang debugsource, see BZ 995136 and related
%global dwz_low_mem_die_limit 0 %global dwz_low_mem_die_limit 0