diff --git a/SPECS/valgrind/valgrind.spec b/SPECS/valgrind/valgrind.spec index 23251128c6..6d635c0de0 100644 --- a/SPECS/valgrind/valgrind.spec +++ b/SPECS/valgrind/valgrind.spec @@ -2,13 +2,14 @@ Summary: Memory Management Debugger. Name: valgrind Version: 3.18.1 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-or-later Vendor: Microsoft Corporation Distribution: Mariner Group: Development/Debuggers URL: https://valgrind.org Source0: https://sourceware.org/pub/%{name}/%{name}-%{version}.tar.bz2 +Requires: glibc-debuginfo BuildRequires: pkg-config %if %{with_check} BuildRequires: docbook-dtd-xml @@ -49,6 +50,9 @@ make %{?_smp_mflags} -k check %{_libexecdir}/valgrind/* %changelog +* Mon Aug 08 2023 Sam Meluch - 3.18.1-3 +- Add glibc-debuginfo to Requires + * Wed Apr 26 2023 Olivia Crain - 3.18.1-2 - Fix flaky doctests by installing XML DTD files package during check builds - Use SPDX license expression in license tag