From 9d00997203c327731ec6679e5b19690c4f512024 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A1=90=E5=B0=8F=E5=93=A5?= Date: Sat, 12 Jun 2021 18:34:54 +0800 Subject: [PATCH] add gcc to BuildRequires --- tcsh.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index 5bfa95b..5a0b6ea 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -1,12 +1,12 @@ Name: tcsh Version: 6.22.03 -Release: 1 +Release: 2 Summary: C shell with file name completion and command line editing License: BSD URL: http://www.tcsh.org/ Source0: http://ftp.funet.fi/pub/mirrors/ftp.astron.com/pub/%{name}/%{name}-%{version}.tar.gz -BuildRequires: gettext-devel ncurses-devel autoconf gdb +BuildRequires: gettext-devel ncurses-devel autoconf gdb gcc Requires(post): coreutils grep Requires(postun): sed Provides: /bin/csh /bin/tcsh @@ -95,6 +95,12 @@ fi %changelog +* Sat Jun 12 2021 shixuantong - 6.22.03-2 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:add gcc to BuildRequires + * Wed Jan 27 2021 fuanan - 6.22.03-1 - Update to version 6.22.03 -- Gitee