Add BuildRequires: make

https://fedoraproject.org/wiki/Changes/Remove_make_from_BuildRoot
This commit is contained in:
Tom Stellard 2021-01-12 00:01:28 +00:00
parent 58f60c2782
commit b407405096

View File

@ -18,6 +18,7 @@ BuildRequires: xz
%else %else
Source: strace-%{version}.tar.gz Source: strace-%{version}.tar.gz
%endif %endif
BuildRequires: make
BuildRequires: gcc gzip BuildRequires: gcc gzip
# Install Bluetooth headers for AF_BLUETOOTH sockets decoding. # Install Bluetooth headers for AF_BLUETOOTH sockets decoding.