From 2d796416dbbe8af654dcddd2e2f90ae4837db8cc Mon Sep 17 00:00:00 2001 From: "David Kaspar [Dee'Kej]" Date: Fri, 23 Feb 2018 11:41:50 +0100 Subject: [PATCH] specfile: added build requirements for 'gcc' https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B#BuildRequire --- tcsh.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tcsh.spec b/tcsh.spec index 6fb86c9..2afa0d8 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -26,9 +26,11 @@ Provides: /bin/tcsh Requires(post): coreutils Requires(post): grep Requires(postun): sed + +BuildRequires: gcc +BuildRequires: git BuildRequires: autoconf BuildRequires: gettext-devel -BuildRequires: git BuildRequires: ncurses-devel # =============================================================================