From 68ea01213b883eef8bd66f8691342c8ce062b873 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:04:21 +0200 Subject: [PATCH] Add missing BuildRequires on gcc configure: error: no acceptable C compiler found in $PATH References: https://bugzilla.redhat.com/show_bug.cgi?id=1603669 Signed-off-by: Igor Gnatenko --- cockpit.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/cockpit.spec b/cockpit.spec index 9edfabd..ad89c68 100644 --- a/cockpit.spec +++ b/cockpit.spec @@ -71,6 +71,7 @@ Source0: cockpit-%{version}.tar.gz Source0: https://github.com/cockpit-project/cockpit/releases/download/%{version}/cockpit-%{version}.tar.xz %endif +BuildRequires: gcc BuildRequires: pkgconfig(gio-unix-2.0) BuildRequires: pkgconfig(json-glib-1.0) BuildRequires: pkgconfig(polkit-agent-1) >= 0.105