From af05078f1c4d18b03eead8f951463ede375ed6d0 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Jul 24 2018 14:08:05 +0000 Subject: Add missing BuildRequires on gcc-c++ /bin/sh: g++: command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1604007 Signed-off-by: Igor Gnatenko --- diff --git a/freqtweak.spec b/freqtweak.spec index 5a5c6a2..fc82fde 100644 --- a/freqtweak.spec +++ b/freqtweak.spec @@ -20,6 +20,7 @@ License: GPLv2+ Group: Applications/Multimedia Requires: hicolor-icon-theme +BuildRequires: gcc-c++ BuildRequires: gcc BuildRequires: pkgconfig BuildRequires: libsigc++-devel