From f557e5ce0909bc300a734a12d1f5f18413aacedf Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 15:10:18 +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=1604155 Signed-off-by: Igor Gnatenko --- diff --git a/gnome-python2-extras.spec b/gnome-python2-extras.spec index bb441a1..480c3f7 100644 --- a/gnome-python2-extras.spec +++ b/gnome-python2-extras.spec @@ -39,6 +39,7 @@ Requires: gnome-python2 >= %{gnome_python_version} ### Build Dependencies ### +BuildRequires: gcc BuildRequires: glib2 >= %{glib_version} BuildRequires: gnome-python2-bonobo >= %{gnome_python_version} BuildRequires: gnome-python2-devel >= %{gnome_python_version}