From 3ab0e65faabc57b3369e1d70c3cc5eb47b0bfc07 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:09:48 +0000 Subject: 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 --- 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