From 2f6c8a3a6eb6a58799f16541da3cdcada3b91cc8 Mon Sep 17 00:00:00 2001 From: Sam Meluch <109628994+sameluch@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:51:56 -0700 Subject: [PATCH] Add requires for glibc-debuginfo to valgrind spec (#5958) * add glibc-debuginfo to valgrind requires * bump version of valgrind spec * fix spacing on glibc-debuginfo in changelog --------- Co-authored-by: Sam Meluch --- SPECS/valgrind/valgrind.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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