From 339ee98eea55acbfde954b2d245d6933b4b16ba6 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Thu, 11 Oct 2018 01:06:45 +0200 Subject: build: spec: added explicit gcc build dependency --- blogc.spec.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blogc.spec.in b/blogc.spec.in index 69ae911..ae7b38b 100644 --- a/blogc.spec.in +++ b/blogc.spec.in @@ -6,7 +6,7 @@ Group: Applications/Text Summary: A blog compiler URL: @PACKAGE_URL@ Source0: https://github.com/blogc/blogc/releases/download/v@PACKAGE_VERSION@/blogc-@PACKAGE_VERSION@.tar.xz -BuildRequires: libcmocka-devel, bash, coreutils, diffutils +BuildRequires: gcc, libcmocka-devel, bash, coreutils, diffutils %if ! 0%{?el6} BuildRequires: git, tar, make %endif -- cgit v1.2.3-18-g5258