From 3ab0e65faabc57b3369e1d70c3cc5eb47b0bfc07 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:09:48 +0200 Subject: [PATCH] Add missing BuildRequires on gcc make: gcc: Command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1603841 Signed-off-by: Igor Gnatenko --- dumpet.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dumpet.spec b/dumpet.spec index f1ee8ea..047faf5 100644 --- a/dumpet.spec +++ b/dumpet.spec @@ -5,6 +5,7 @@ Summary: A tool to dump and debug bootable CD images License: GPLv2+ Group: Development/Tools URL: https://fedorahosted.org/dumpet/ +BuildRequires: gcc BuildRequires: popt-devel pkgconfig libxml2-devel git Source0: https://fedorahosted.org/releases/d/u/dumpet/dumpet-%{version}.tar.bz2