From 07ed771c563cc6067da470ea995b48d4cc765e11 Mon Sep 17 00:00:00 2001 From: Mark Wielaard Date: Fri, 30 Jul 2021 19:05:29 +0200 Subject: [PATCH] Add BuildRequires: autoconf for the testsuite --- debugedit.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debugedit.spec b/debugedit.spec index 2757df2..19b885a 100644 --- a/debugedit.spec +++ b/debugedit.spec @@ -14,6 +14,9 @@ BuildRequires: pkgconfig(libdw) BuildRequires: gnupg2 +# For the testsuite. +BuildRequires: autoconf + # The find-debuginfo.sh script has a couple of tools it needs at runtime. # For strip_to_debug, eu-strip Requires: elfutils