From bd3fce216e8e76077737cdd0dcb05b3165da8006 Mon Sep 17 00:00:00 2001 From: Petr Lautrbach Date: Mon, 19 Feb 2018 13:37:47 +0100 Subject: [PATCH] List gcc in BuildRequires https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/IJFYI5Q2BYZKIGDFS2WLOBDUSEGWHIKV/ https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequires_and_Requires --- setroubleshoot-plugins.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setroubleshoot-plugins.spec b/setroubleshoot-plugins.spec index f692d7d..45f4b8b 100644 --- a/setroubleshoot-plugins.spec +++ b/setroubleshoot-plugins.spec @@ -12,6 +12,9 @@ Patch1: 0001-plugins-Update-translations.patch Patch2: 0002-plugins-Update-translations.patch BuildArch: noarch +# gcc is needed only for ./configure +# Remove it when the build process is fixed +BuildRequires: gcc BuildRequires: perl-XML-Parser BuildRequires: intltool gettext python3-devel Requires: setroubleshoot-server >= 3.3.13