[libtool] Remove the "minimal version" BR/R on auto{make,conf}

Pavel Raiskup praiskup at fedoraproject.org
Thu Dec 6 12:03:14 UTC 2012


commit 1423518f7f032de2ddcb96af01220941fdcd6d91
Author: Pavel Raiskup <praiskup at redhat.com>
Date:   Thu Dec 6 12:55:26 2012 +0100

    Remove the "minimal version" BR/R on auto{make,conf}
    
    Related: #670409

 libtool.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/libtool.spec b/libtool.spec
index 48da088..967a8d3 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -3,7 +3,7 @@
 Summary: The GNU Portable Library Tool
 Name:    libtool
 Version: 2.4.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: GPLv2+ and LGPLv2+ and GFDL
 URL:     http://www.gnu.org/software/libtool/
 Group:   Development/Tools
@@ -15,10 +15,9 @@ Patch1:  libtool-2.4.2-TEMPORARY-disable-gcj-tests.patch
 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
-Requires: tar
-Requires: autoconf >= 2.58, automake >= 1.4, sed
+BuildRequires: autoconf, automake, texinfo
+Requires: autoconf, automake, sed, tar
+
 # make sure we can configure all supported langs
 BuildRequires: libstdc++-devel, gcc-gfortran, gcc-java
 # /usr/bin/libtool includes paths within gcc's versioned directories
@@ -149,6 +148,9 @@ fi
 %{_libdir}/libltdl.so
 
 %changelog
+* Thu Dec 06 2012 Pavel Raiskup <praiskup at redhat.com> - 2.4.2-11
+- remove specific version requirements on automake/autoconf
+
 * Thu Oct 25 2012 Pavel Raiskup <praiskup at redhat.com> - 2.4.2-10
 - temporarily disable the 'gcj' tests (#869578) -- this is just to (1) allow
   build under f18+ and RHEL-7.0 and (2) don't through out upstream testsuite.


More information about the scm-commits mailing list