From 4295b515b73f046fd41117d98b7aa3b8697f687f Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Mon, 30 Oct 2023 21:23:54 +0100 Subject: [PATCH] BuildRequires elfutils-debuginfod for testing --- valgrind.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/valgrind.spec b/valgrind.spec index c637884..fd14ef0 100644 --- a/valgrind.spec +++ b/valgrind.spec @@ -120,6 +120,7 @@ BuildRequires: docbook-dtds # For testing debuginfod-find %if 0%{?fedora} > 29 || 0%{?rhel} > 7 +BuildRequires: elfutils-debuginfod BuildRequires: elfutils-debuginfod-client # For using debuginfod at runtime Recommends: elfutils-debuginfod-client @@ -459,6 +460,7 @@ fi %changelog * Tue Oct 31 2023 Mark Wielaard - 3.22.0-1 - Upstream 3.22.0 final +- BuildRequires elfutils-debuginfod for testing * Mon Oct 30 2023 Mark Wielaard - 3.22.0-0.2.RC2 - Update valgrind-3.21.0-no-memcpy-replace-check.patch