From bfb4d9352f7afa0af8d13a266ef6665d1c325700 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 15:56:18 +0200 Subject: [PATCH] Add missing BuildRequires on gcc configure: error: no acceptable C compiler found in $PATH References: https://bugzilla.redhat.com/show_bug.cgi?id=1604555 Signed-off-by: Igor Gnatenko --- libbsd.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libbsd.spec b/libbsd.spec index 05c286f..ed83f07 100644 --- a/libbsd.spec +++ b/libbsd.spec @@ -9,6 +9,7 @@ Source0: http://libbsd.freedesktop.org/releases/libbsd-%{version}.tar.xz Patch1: %{name}-0.8.3-deprecated.patch Patch2: %{name}-0.8.6-compat.patch +BuildRequires: gcc %description libbsd provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port