From d7abc1ef1ac4ba4e6725ad0dde04070c559ca016 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 28 Aug 2018 15:21:33 +0200 Subject: [PATCH] BR gcc, gcc-c++ Resolves: rhbz#1623078 Version: 2.4.6-27 --- libtool.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libtool.spec b/libtool.spec index 4d9177b..5d5c519 100644 --- a/libtool.spec +++ b/libtool.spec @@ -8,7 +8,7 @@ Summary: The GNU Portable Library Tool Name: libtool Version: 2.4.6 -Release: 26%{?dist} +Release: 27%{?dist} License: GPLv2+ and LGPLv2+ and GFDL URL: http://www.gnu.org/software/libtool/ @@ -53,6 +53,8 @@ BuildRequires: help2man # make sure we can configure all supported langs BuildRequires: libstdc++-devel, gcc-gfortran +BuildRequires: gcc, gcc-c++ + %description GNU Libtool is a set of shell scripts which automatically configure UNIX and @@ -181,6 +183,9 @@ rm -f %{buildroot}%{_libdir}/libltdl.{a,la} %changelog +* Tue Aug 28 2018 Pavel Raiskup - 2.4.6-27 +- BR gcc, gcc-c++ (rhbz#1623078) + * Tue Aug 28 2018 Pavel Raiskup - 2.4.6-26 - cleanup post/postun, there are RPM triggers nowadays - fix error: line 2642: func__fatal_error: command not found (rhbz#1622611)