summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarsten Hopp <karsten@fedoraproject.org>2008-01-23 17:23:35 +0000
committerKarsten Hopp <karsten@fedoraproject.org>2008-01-23 17:23:35 +0000
commitfb4670f473433265fa487883938e574a13de4164 (patch)
treeffeaf9ff411df0a10d0f09b6b73d9f8dd6072d85
parent75c79edfc71f979301c3d6e5070679b05d286f97 (diff)
downloadlibtool-fb4670f473433265fa487883938e574a13de4164.tar.gz
libtool-fb4670f473433265fa487883938e574a13de4164.tar.xz
libtool-fb4670f473433265fa487883938e574a13de4164.zip
- require specific gcc version as that path is hardcoded in libtoollibtool-1_5_24-4_fc9
(#429880)
-rw-r--r--libtool.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/libtool.spec b/libtool.spec
index fcda6ff..c410af7 100644
--- a/libtool.spec
+++ b/libtool.spec
@@ -3,7 +3,7 @@
Summary: The GNU Portable Library Tool
Name: libtool
Version: %{upstream_version}
-Release: 3%{?dist}
+Release: 4%{?dist}
License: GPLv2+ and LGPLv2+ and GFDL
Group: Development/Tools
Source: http://ftp.gnu.org/gnu/libtool/libtool-%{upstream_version}.tar.gz
@@ -22,6 +22,7 @@ BuildRequires: gcc, gcc-c++, libstdc++-devel, gcc-gfortran, gcc-java
# /usr/bin/libtool includes paths within gcc's versioned directories
# Libtool must be rebuilt whenever a new upstream gcc is built
Requires: autoconf >= 2.50, automake >= 1.4
+Requires: gcc = %{gcc_version}
%description
GNU Libtool is a set of shell scripts which automatically configure UNIX and
@@ -150,6 +151,10 @@ fi
%changelog
+* Wed Jan 23 2008 Karsten Hopp <karsten@redhat.com> 1.5.24-4
+- require specific gcc version as that path is hardcoded in libtool
+ (#429880)
+
* Wed Aug 29 2007 Karsten Hopp <karsten@redhat.com> 1.5.24-3
- fix license tag