From 100b66412b5022676ee92fe74f2132c8ad9adf59 Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Mon, 19 Feb 2018 10:39:27 +0100 Subject: [PATCH] Add BuildRequires: gcc This is needed since GCC will be removed from BuildRoot https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- openvswitch.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/openvswitch.spec b/openvswitch.spec index f8e57fe..d1c9c3d 100644 --- a/openvswitch.spec +++ b/openvswitch.spec @@ -77,6 +77,7 @@ Source2: ovs-snapshot.sh %endif ExcludeArch: ppc +BuildRequires: gcc BuildRequires: python-sphinx BuildRequires: autoconf automake libtool BuildRequires: systemd-units openssl openssl-devel