From 12c797a946b9219ac3b46a8650f00f87c1991d69 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:47 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- liblognorm.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/liblognorm.spec b/liblognorm.spec index 996ce1a..857a0d3 100644 --- a/liblognorm.spec +++ b/liblognorm.spec @@ -8,6 +8,7 @@ License: LGPLv2+ URL: http://www.liblognorm.com Source0: http://www.liblognorm.com/files/download/%{name}-%{version}.tar.gz +BuildRequires: gcc BuildRequires: chrpath BuildRequires: libfastjson-devel BuildRequires: libestr-devel