From 4728e420ff6d427dbacc57db94bb02ab47b6efd6 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:40:11 +0000 Subject: Add missing BuildRequires on gcc make: cc: Command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1606297 Signed-off-by: Igor Gnatenko --- diff --git a/sanlock.spec b/sanlock.spec index d4f9cea..51862f9 100644 --- a/sanlock.spec +++ b/sanlock.spec @@ -12,6 +12,7 @@ Summary: A shared storage lock manager Group: System Environment/Base License: GPLv2 and GPLv2+ and LGPLv2+ URL: https://pagure.io/sanlock/ +BuildRequires: gcc BuildRequires: libblkid-devel libaio-devel python2 python2-devel %if %{with_systemd} BuildRequires: systemd-units