From 2370dd7852dcbaf6e72617e1a185d010cf688663 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 27 Jul 2020 15:34:34 +0200 Subject: [PATCH] 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 --- tools/cockpit.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/cockpit.spec b/tools/cockpit.spec index e43863e1b..0e415eb05 100644 --- a/tools/cockpit.spec +++ b/tools/cockpit.spec @@ -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}