diff options
author | Roland McGrath <roland@gnu.org> | 2006-07-29 22:55:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2006-07-29 22:55:33 +0000 |
commit | aa583d2ff9fca922771d88f1afa255847f2aa4ed (patch) | |
tree | 0da01542a7c37d6a6a559cfa442094a5522fe946 | |
parent | df8843c5a803743714e1b0b53ea8e4e8f8c95f42 (diff) | |
download | glibc-aa583d2ff9fca922771d88f1afa255847f2aa4ed.tar glibc-aa583d2ff9fca922771d88f1afa255847f2aa4ed.tar.gz glibc-aa583d2ff9fca922771d88f1afa255847f2aa4ed.tar.bz2 glibc-aa583d2ff9fca922771d88f1afa255847f2aa4ed.zip |
Add Provides: rtld(GNU_HASH), to match glibc/devel/glibc.spec in builds.
-rw-r--r-- | fedora/glibc.spec.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in index bdd49a3e47..59df1b9005 100644 --- a/fedora/glibc.spec.in +++ b/fedora/glibc.spec.in @@ -30,6 +30,8 @@ Buildroot: %{_tmppath}/glibc-%{PACKAGE_VERSION}-root Obsoletes: zoneinfo, libc-static, libc-devel, libc-profile, libc-headers, Obsoletes: gencat, locale, ldconfig, locale-ja, glibc-profile Provides: ldconfig +# The dynamic linker supports DT_GNU_HASH +Provides: rtld(GNU_HASH) Autoreq: false Requires: glibc-common = %{version}-%{release} %ifarch sparc |