From fc38b9e2baa615e536ed3e2d035456da1387f016 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Mon, 6 Aug 2018 20:21:32 +0200 Subject: rhel: Add gcc and gcc-c++ to BuildRequires Starting from Fedora 29, gcc and gcc-c++ won't be installed by default in buildroot and so it's necessary to specify them explicitly in the spec file. https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot Signed-off-by: Timothy Redaelli Signed-off-by: Ben Pfaff --- rhel/openvswitch-fedora.spec.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 8c18d39c2..9f8664e95 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -66,6 +66,7 @@ License: ASL 2.0 and LGPLv2+ and SISSL Release: 1%{?dist} Source: http://openvswitch.org/releases/%{name}-%{version}.tar.gz +BuildRequires: gcc gcc-c++ BuildRequires: autoconf automake libtool BuildRequires: systemd-units openssl openssl-devel BuildRequires: %{_py2}-devel -- cgit v1.2.1