diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-01-18 19:19:58 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2008-01-18 19:19:58 +0000 |
commit | 4173bd8d5dd43413ba0635e2a74bc57a9478fb13 (patch) | |
tree | 9458f10b6bd8cc8d96cf6c4c594d96ab7461692e /config | |
parent | c363c2976992286217f573a171f01b0e07cf063e (diff) | |
download | elfutils-4173bd8d5dd43413ba0635e2a74bc57a9478fb13.tar.gz |
We also need glibc 2.7 at runtime.
Diffstat (limited to 'config')
-rw-r--r-- | config/elfutils.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/elfutils.spec.in b/config/elfutils.spec.in index 380e5c5a..5c5fc540 100644 --- a/config/elfutils.spec.in +++ b/config/elfutils.spec.in @@ -8,7 +8,7 @@ Group: Development/Tools Source: elfutils-%{version}.tar.gz Obsoletes: libelf libelf-devel Requires: elfutils-libelf = %{version}-%{release} -Requires: glibc >= 2.3.1-2 +Requires: glibc >= 2.7 # ExcludeArch: xxx |