From c1b851621ab2bd2218e6785b471d7d5da09750f0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:33:26 +0200 Subject: [PATCH] Add missing BuildRequires on gcc /bin/bash: cc: command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1604660 Signed-off-by: Igor Gnatenko --- libreswan.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libreswan.spec b/libreswan.spec index a8b1d14..ef19910 100644 --- a/libreswan.spec +++ b/libreswan.spec @@ -52,6 +52,7 @@ Obsoletes: openswan < %{version}-%{release} Provides: openswan = %{version}-%{release} Provides: openswan-doc = %{version}-%{release} +BuildRequires: gcc BuildRequires: pkgconfig hostname BuildRequires: bison flex BuildRequires: systemd-devel