From 992ca6d5168afe8057a1e71cf9cb420a495e2b28 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 7 Jan 2014 09:48:16 +0100 Subject: [PATCH] spec: require findutils Resolves: #1047084 Version: 2.4.2-23 --- libtool.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libtool.spec b/libtool.spec index 4840b35..9941e53 100644 --- a/libtool.spec +++ b/libtool.spec @@ -3,7 +3,7 @@ Summary: The GNU Portable Library Tool Name: libtool Version: 2.4.2 -Release: 22%{?dist} +Release: 23%{?dist} License: GPLv2+ and LGPLv2+ and GFDL URL: http://www.gnu.org/software/libtool/ Group: Development/Tools @@ -26,7 +26,7 @@ Requires(post): /sbin/install-info Requires(preun): /sbin/install-info BuildRequires: autoconf, automake, texinfo -Requires: autoconf, automake, sed, tar +Requires: autoconf, automake, sed, tar, findutils # make sure we can configure all supported langs BuildRequires: libstdc++-devel, gcc-gfortran @@ -165,6 +165,9 @@ fi %{_libdir}/libltdl.so %changelog +* Tue Jan 07 2014 Pavel Raiskup - 2.4.2-23 +- require findutils (minimal installations) (#1047084) + * Wed Oct 23 2013 Pavel Raiskup - 2.4.2-22 - fix powerpcle patch to reflect what is really in upstream