From c1b851621ab2bd2218e6785b471d7d5da09750f0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:33:26 +0000 Subject: 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 --- 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