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

Related: #670409
This commit is contained in:
Pavel Raiskup 2012-12-06 12:55:26 +01:00
parent b1015a961b
commit 1423518f7f

View File

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