From d8975063ba3e57925f1b53db70e86bbf734f8064 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:54 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- ypbind.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/ypbind.spec b/ypbind.spec index 575fce8..4708961 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -27,6 +27,7 @@ Requires: rpcbind Requires: yp-tools >= 4.2.2-2 # New nss_nis package in F25+ Requires: nss_nis +BuildRequires: gcc BuildRequires: dbus-glib-devel, docbook-style-xsl BuildRequires: systemd BuildRequires: systemd-devel