]> git.proxmox.com Git - mirror_ovs.git/commitdiff
rhel: Add gcc and gcc-c++ to BuildRequires
authorTimothy Redaelli <tredaelli@redhat.com>
Mon, 6 Aug 2018 18:21:32 +0000 (20:21 +0200)
committerBen Pfaff <blp@ovn.org>
Mon, 6 Aug 2018 21:58:22 +0000 (14:58 -0700)
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 <tredaelli@redhat.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
rhel/openvswitch-fedora.spec.in

index 8c18d39c20f334646a0e9fe04262f2334b7549bc..9f8664e951782f7bffceacb9901fb396dff57212 100644 (file)
@@ -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