From 7e5dee9cba850cc03d479746992e7b732ffe0567 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:44:10 +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=1603340 Signed-off-by: Igor Gnatenko --- diff --git a/acpi.spec b/acpi.spec index 130b2f4..2f95b2d 100644 --- a/acpi.spec +++ b/acpi.spec @@ -8,6 +8,7 @@ Group: Applications/System Source0: http://downloads.sourceforge.net/project/acpiclient/acpiclient/%{version}/%{name}-%{version}.tar.gz URL: http://sourceforge.net/projects/acpiclient/ +BuildRequires: gcc %description Linux ACPI client is a small command-line program that attempts to replicate the functionality of the 'old' apm command on ACPI systems.