From 6a47a5ed7abab08ed92457b032ce9b5fa1453e39 Mon Sep 17 00:00:00 2001 From: Zhiqiang Liu Date: Fri, 23 Jul 2021 11:46:59 +0800 Subject: [PATCH] remove BuildRequires gdb --- libtool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtool.spec b/libtool.spec index e8ceefa..945aeeb 100644 --- a/libtool.spec +++ b/libtool.spec @@ -3,7 +3,7 @@ Name: libtool Version: 2.4.6 -Release: 33 +Release: 34 License: GPLv2+ and LGPLv2+ and GFDL Summary: The GNU Portable Library Tool URL: http://www.gnu.org/software/libtool/ @@ -16,7 +16,7 @@ Patch6001: libtool-fix-GCC-linking-with-specs.patch Requires: gcc(major),autoconf, automake, sed, tar, findutils -BuildRequires: texinfo autoconf automake help2man gdb +BuildRequires: texinfo autoconf automake help2man BuildRequires: libstdc++-devel gcc-gfortran gcc gcc-c++ %description @@ -104,6 +104,9 @@ rm -f %{buildroot}%{_libdir}/libltdl.{a,la} %changelog +* Fri Jul 23 2021 yuanxin - 2.4.6-34 +- remove BuildRequires gdb + * Thu Aug 20 2020 tianwei - 2.4.6-33 - fixbug testcase fail for gfortan