From d4b42487cddfc89558b26a2cf78f5cf9b8ae128e Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:43 +0200 Subject: [PATCH] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- corosync-qdevice.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/corosync-qdevice.spec b/corosync-qdevice.spec index 5347f76..8c168d5 100644 --- a/corosync-qdevice.spec +++ b/corosync-qdevice.spec @@ -22,6 +22,7 @@ Requires: nss-tools %if %{with systemd} %{?systemd_requires} +BuildRequires: gcc BuildRequires: systemd BuildRequires: systemd-devel %else