From f9770a50194195171afa4bb5a09338ff7e9a3b5d Mon Sep 17 00:00:00 2001 From: Viktor Malik Date: Wed, 26 Jun 2024 08:27:37 +0200 Subject: [PATCH] Add "Provides: pahole" to specfile This allows to install the package by running $ dnf install pahole Signed-off-by: Viktor Malik --- dwarves.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/dwarves.spec b/dwarves.spec index 6d27ecb..bf2388d 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -13,6 +13,7 @@ BuildRequires: gcc BuildRequires: cmake >= 2.8.12 BuildRequires: zlib-devel BuildRequires: elfutils-devel >= 0.130 +Provides: pahole %description dwarves is a set of tools that use the debugging information inserted in