From 653b3fbae0e03dcd65df648f76a9d46e0369c216 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 4 Oct 2012 08:54:02 +0200 Subject: [PATCH] Add tar as BuildRequires for libtool - we need this because tar is missing in Fedora installed with minimal profile (Resolves: #794675) --- libtool.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/libtool.spec b/libtool.spec index 50e12b3..bd2b4a8 100644 --- a/libtool.spec +++ b/libtool.spec @@ -3,7 +3,7 @@ Summary: The GNU Portable Library Tool Name: libtool Version: 2.4.2 -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ and LGPLv2+ and GFDL URL: http://www.gnu.org/software/libtool/ Group: Development/Tools @@ -15,6 +15,8 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info BuildRequires: autoconf >= 2.59, automake >= 1.9.2, texinfo +# we need this because tar is missing in Fedora installed with minimal profile +BuildRequires: tar Requires: autoconf >= 2.58, automake >= 1.4, sed # make sure we can configure all supported langs BuildRequires: gcc, gcc-c++, libstdc++-devel, gcc-gfortran, gcc-java @@ -144,6 +146,9 @@ fi %changelog +* Thu Oct 04 2012 Pavel Raiskup - 2.4.2-8 +- make the libtool dependant on tar (#794675) + * Fri Sep 21 2012 Dan HorĂ¡k - 2.4.2-7 - rebuild for gcc 4.7.2