From 0f5d21b26f561c06c92d3876c2bda1645fb9f022 Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Wed, 21 Feb 2018 16:48:58 +0100 Subject: [PATCH] specfile: added BuildRequires for 'gcc' https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire --- gawk.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gawk.spec b/gawk.spec index 4a0e786..a474042 100644 --- a/gawk.spec +++ b/gawk.spec @@ -66,9 +66,10 @@ Requires: filesystem >= 3 Requires(post): info Requires(preun): info -BuildRequires: ghostscript BuildRequires: git +BuildRequires: gcc BuildRequires: grep +BuildRequires: ghostscript # Extending GAWK possibilities: BuildRequires: libsigsegv-devel