diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-09-29 15:58:48 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-09-29 15:58:48 +0200 |
commit | 90de9d3bfedd8bbacc4e27aee81d29b78a9cfbfa (patch) | |
tree | f2019cfbba3669ab90feb4eccdf868fa9939ec9a | |
parent | d4ca383aa1cbd11b017f8d1ef7e2779885f2df3e (diff) | |
download | glibc-90de9d3bfedd8bbacc4e27aee81d29b78a9cfbfa.tar glibc-90de9d3bfedd8bbacc4e27aee81d29b78a9cfbfa.tar.gz glibc-90de9d3bfedd8bbacc4e27aee81d29b78a9cfbfa.tar.bz2 glibc-90de9d3bfedd8bbacc4e27aee81d29b78a9cfbfa.zip |
Add conflict with old binutils
-rw-r--r-- | fedora/glibc.spec.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index 84f90d469b..52da7927c4 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -65,6 +65,7 @@ BuildRequires: gcc >= 3.2 %ifarch %{multiarcharches} # Need STT_IFUNC support BuildRequires: binutils >= 2.19.51.0.10 +Conflicts: binutils < 2.19.51.0.10 # Earlier releases have broken support for IRELATIVE relocations Conflicts: prelink < 0.4.2 %else |