From d63e3bff28acd7c569951d5bc9f01348a911249d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:45 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- glog.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/glog.spec b/glog.spec index dbd341e..bac5798 100644 --- a/glog.spec +++ b/glog.spec @@ -7,6 +7,7 @@ License: BSD URL: https://github.com/google/glog Source0: https://github.com/google/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz +BuildRequires: gcc BuildRequires: autoconf, gflags-devel >= 2.1.0 Requires: gflags Requires: gflags-devel >= 2.1.0