From e6785b10ee3b151d1f0b03c3e035e0af4ac6c7cc Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Aug 10 2021 12:03:28 +0000 Subject: import gcc-toolset-10-valgrind-3.16.0-6.el8_4 --- diff --git a/SPECS/valgrind.spec b/SPECS/valgrind.spec index d0bc6cc..12fa648 100644 --- a/SPECS/valgrind.spec +++ b/SPECS/valgrind.spec @@ -6,7 +6,7 @@ Summary: Tool for finding memory management bugs in programs Name: %{?scl_prefix}valgrind Version: 3.16.0 -Release: 4%{?dist} +Release: 6%{?dist} Epoch: 1 License: GPLv2+ URL: http://www.valgrind.org/ @@ -67,6 +67,12 @@ URL: http://www.valgrind.org/ %endif %endif +# Remove any pkgconfig provides for SCL devel packages. +# These should only be provided by the base packages. +%if %{is_scl} +%define __provides_exclude_from ^%{_libdir}/pkgconfig/.*.pc$ +%endif + # Generating minisymtabs doesn't really work for the staticly linked # tools. Note (below) that we don't strip the vgpreload libraries at all # because valgrind might read and need the debuginfo in those (client) @@ -471,6 +477,12 @@ fi %endif %changelog +* Thu Jul 29 2021 Mark Wielaard - 3.16.0-6 +- Use __provides_exclude_from instead of filter_from_provides + +* Thu Jun 29 2021 Mark Wielaard - 3.16.0-5 +- Filter out pkgconfig provides + * Wed Oct 21 2020 Mark Wielaard - 3.16.0-4 - Add valgrind-3.16.1-REX-prefix-JMP.patch - Add valgrind-3.16.1-epoll.patch