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