From e0b3160e04a3991ba00bd2ac067db5ac77a3c9a0 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Thu, 22 Jul 2021 19:04:59 +0800 Subject: [PATCH] remove gdb from BuildRequires --- tcsh.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/tcsh.spec b/tcsh.spec index 5a0b6ea..fe113aa 100644 --- a/tcsh.spec +++ b/tcsh.spec @@ -1,12 +1,12 @@ Name: tcsh Version: 6.22.03 -Release: 2 +Release: 3 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 gcc +BuildRequires: gettext-devel ncurses-devel autoconf gcc Requires(post): coreutils grep Requires(postun): sed Provides: /bin/csh /bin/tcsh @@ -95,6 +95,12 @@ fi %changelog +* Thu Jul 22 2021 shixuantong - 6.22.03-3 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:remove gdb from BuildRequires + * Sat Jun 12 2021 shixuantong - 6.22.03-2 - Type:bugfix - ID:NA -- Gitee