From 69486e0683b4697f485d89001f2f2cde2c608035 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:17:49 +0000 Subject: Add missing BuildRequires on gcc-c++ make: g++: Command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1606907 Signed-off-by: Igor Gnatenko --- diff --git a/re2.spec b/re2.spec index e00fac2..e347c37 100644 --- a/re2.spec +++ b/re2.spec @@ -10,6 +10,7 @@ License: BSD URL: http://github.com/google/%{name}/ Source0: https://github.com/google/re2/archive/%{longver}.tar.gz +BuildRequires: gcc-c++ %description RE2 is a C++ library providing a fast, safe, thread-friendly alternative to backtracking regular expression engines like those used in PCRE, Perl, and