From 2322548a6683f0f703d976dbd80f285bd7f488ea Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:23:27 +0000 Subject: Add missing BuildRequires on gcc configure: error: no acceptable C compiler found in $PATH References: https://bugzilla.redhat.com/show_bug.cgi?id=1604389 Signed-off-by: Igor Gnatenko --- diff --git a/iucode-tool.spec b/iucode-tool.spec index d1e66c2..225048a 100644 --- a/iucode-tool.spec +++ b/iucode-tool.spec @@ -12,6 +12,7 @@ Source0: https://gitlab.com/iucode-tool/releases/raw/%{release_commit}/iucode-to # This tool is only useful for x86_64 and i686 ExclusiveArch: %{ix86} x86_64 +BuildRequires: gcc %description iucode_tool is a program to manipulate microcode update collections for Intel i686 and X86-64 system processors, and prepare them for use by the Linux kernel.