tools: Add make build dependency for RPM

Recent Fedora does not pull it in automatically any more.

No need to do that for Debian, as there make is build-essential.

Part of issue #14409
Closes #14416
This commit is contained in:
Martin Pitt 2020-07-27 15:34:34 +02:00 committed by GitHub
parent 2b14c01b2d
commit 2370dd7852
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ BuildRequires: pkgconfig(polkit-agent-1) >= 0.105
BuildRequires: pam-devel
BuildRequires: autoconf automake
BuildRequires: make
BuildRequires: /usr/bin/python3
BuildRequires: gettext >= 0.19.7
%if %{defined build_dashboard}