- require the right version of glibc at runtime (part of fix for bnc#700362)

OBS-URL: https://build.opensuse.org/package/show/devel:tools/valgrind?expand=0&rev=38
This commit is contained in:
Dirk Mueller 2011-08-23 15:08:51 +00:00 committed by Git OBS Bridge
parent d30b214a86
commit e5dd8709e1
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Fri Aug 19 19:24:37 CEST 2011 - dmueller@suse.de
- fix build against glibc 2.14
- require the right version of glibc at runtime
- require the right version of glibc at runtime (part of fix for bnc#700362)
-------------------------------------------------------------------
Tue Jul 5 13:09:46 UTC 2011 - aj@suse.de

View File

@ -57,7 +57,6 @@ Patch46: glibc-2.14.diff
# during building the major version of glibc is built into the suppression file
# so we do require the exact same major version to be installed
Requires: glibc = %(getconf GNU_LIBC_VERSION | cut -d' ' -f2)
%if %suse_version <= 1100
Provides: valgrind-devel = %version
%endif