From a8dfb8aee5063460565b32ef4fb0f728dbe80e04 Mon Sep 17 00:00:00 2001 From: chengquan Date: Thu, 19 Mar 2020 19:41:20 +0800 Subject: [PATCH] add necessary BuildRequires --- libtool.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libtool.spec b/libtool.spec index 4f0c545..531506c 100644 --- a/libtool.spec +++ b/libtool.spec @@ -3,7 +3,7 @@ Name: libtool Version: 2.4.6 -Release: 31 +Release: 32 License: GPLv2+ and LGPLv2+ and GFDL Summary: The GNU Portable Library Tool URL: http://www.gnu.org/software/libtool/ @@ -16,8 +16,8 @@ Patch6001: libtool-fix-GCC-linking-with-specs.patch Requires: gcc(major),autoconf, automake, sed, tar, findutils -BuildRequires: texinfo,autoconf, automake,help2man -BuildRequires: libstdc++-devel, gcc-gfortran,gcc, gcc-c++ +BuildRequires: texinfo autoconf automake help2man gdb +BuildRequires: libstdc++-devel gcc-gfortran gcc gcc-c++ %description GNU libtool is a generic library support script. @@ -100,6 +100,9 @@ rm -f %{buildroot}%{_libdir}/libltdl.{a,la} %changelog +* Thu Mar 19 2020 openEuler Buildteam - 2.4.6-32 +- add necessary BuildRequires + * Mon Jan 20 2020 openEuler Buildteam - 2.4.6-31 - fixbug in wrong dependency of kernel-devel -- Gitee