From 70d6413480f9debd19473b31df8b41bd6a216f41 Mon Sep 17 00:00:00 2001 From: tanyulong2021 Date: Thu, 16 Jun 2022 09:55:02 +0800 Subject: [PATCH] Delete unnecessary gdb from BuildRequires --- findutils.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/findutils.spec b/findutils.spec index 29aa47a..13c219e 100644 --- a/findutils.spec +++ b/findutils.spec @@ -1,7 +1,7 @@ Name: findutils Epoch: 2 Version: 4.8.0 -Release: 3 +Release: 4 Summary: The GNU Find Utilities License: GPLv3+ URL: http://www.gnu.org/software/findutils/ @@ -12,7 +12,7 @@ Source0: https://ftp.gnu.org/pub/gnu/findutils/%{name}-%{version}.tar.xz Patch1: 0001-findutils-xautofs.patch # rhbz #1252549 #1299169 Patch2: 0001-findutils-leaf-opt.patch -Buildrequires: gcc autoconf gettext-devel texinfo libselinux-devel dejagnu automake gdb +Buildrequires: gcc autoconf gettext-devel texinfo libselinux-devel dejagnu automake Requires(post): info Requires(preun):info @@ -94,6 +94,12 @@ fi %exclude %{_mandir}/man5/locatedb.5* %changelog +* Thu Jun 16 2022 tanyulong - 2:4.8.0-4 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:Delete unnecessary gdb from BuildRequires + * Sat Feb 26 2022 shixuantong - 2:4.8.0-3 - Type:bugfix - ID:NA -- Gitee