From e5dd8709e1b90b539bbe8b9b2b6e9f6e66c84bdf0b5d375cc135ad36fa9d9cc5 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 23 Aug 2011 15:08:51 +0000 Subject: [PATCH] - 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 --- valgrind.changes | 2 +- valgrind.spec | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/valgrind.changes b/valgrind.changes index 82db86e..709710b 100644 --- a/valgrind.changes +++ b/valgrind.changes @@ -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 diff --git a/valgrind.spec b/valgrind.spec index 8ccf160..e717dcd 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -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