From 6d5bde5f748c9cf947e2018cd88d35a2af812cdf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:17:58 +0200 Subject: [PATCH] Add missing BuildRequires on gcc /bin/sh: cc: command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1604370 Signed-off-by: Igor Gnatenko --- iniparser.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/iniparser.spec b/iniparser.spec index 0e16859..21cd0cd 100644 --- a/iniparser.spec +++ b/iniparser.spec @@ -12,6 +12,7 @@ URL: https://github.com/ndevilla/%{name} #Source0: %{name}-%{version}.tar.xz Source0: %{name}-%{version}-git-e24843b.tar.xz +BuildRequires: gcc %description iniParser is an ANSI C library to parse "INI-style" files, often used to hold application configuration information.