- 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:
parent
d30b214a86
commit
e5dd8709e1
@ -2,7 +2,7 @@
|
|||||||
Fri Aug 19 19:24:37 CEST 2011 - dmueller@suse.de
|
Fri Aug 19 19:24:37 CEST 2011 - dmueller@suse.de
|
||||||
|
|
||||||
- fix build against glibc 2.14
|
- 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
|
Tue Jul 5 13:09:46 UTC 2011 - aj@suse.de
|
||||||
|
@ -57,7 +57,6 @@ Patch46: glibc-2.14.diff
|
|||||||
# during building the major version of glibc is built into the suppression file
|
# 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
|
# so we do require the exact same major version to be installed
|
||||||
Requires: glibc = %(getconf GNU_LIBC_VERSION | cut -d' ' -f2)
|
Requires: glibc = %(getconf GNU_LIBC_VERSION | cut -d' ' -f2)
|
||||||
|
|
||||||
%if %suse_version <= 1100
|
%if %suse_version <= 1100
|
||||||
Provides: valgrind-devel = %version
|
Provides: valgrind-devel = %version
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user