summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Raiskup <praiskup@redhat.com>2014-01-07 09:48:16 +0100
committerPavel Raiskup <praiskup@redhat.com>2014-01-07 09:48:16 +0100
commit992ca6d5168afe8057a1e71cf9cb420a495e2b28 (patch)
treedc9890d2136747aa511a51618a3e2d83fece1081
parentdfc43d7286d1cab7f47b68734021fc71e6567439 (diff)
downloadlibtool-992ca6d5168afe8057a1e71cf9cb420a495e2b28.tar.gz
libtool-992ca6d5168afe8057a1e71cf9cb420a495e2b28.tar.xz
libtool-992ca6d5168afe8057a1e71cf9cb420a495e2b28.zip
spec: require findutils
Resolves: #1047084 Version: 2.4.2-23
-rw-r--r--libtool.spec7
1 files 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 <praiskup@redhat.com> - 2.4.2-23
+- require findutils (minimal installations) (#1047084)
+
* Wed Oct 23 2013 Pavel Raiskup <praiskup@redhat.com> - 2.4.2-22
- fix powerpcle patch to reflect what is really in upstream