From 198327f732f22f727aac364b67831990d3398e5a Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 15:50:04 +0200 Subject: [PATCH] Add missing BuildRequires on gcc /bin/sh: cc: command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1604805 Signed-off-by: Igor Gnatenko --- mcelog.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/mcelog.spec b/mcelog.spec index 643274c..432b96d 100644 --- a/mcelog.spec +++ b/mcelog.spec @@ -14,6 +14,7 @@ ExclusiveArch: i686 x86_64 Requires(post): systemd Requires(preun): systemd Requires(postun): systemd +BuildRequires: gcc BuildRequires: systemd %description