diff --git a/dwarves.spec b/dwarves.spec index 60f9c09..596b3d4 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -3,7 +3,7 @@ Name: dwarves Version: 1.24 -Release: 2%{?dist} +Release: 2.1%{?dist} License: GPLv2 Summary: Debugging Information Manipulation Tools (pahole & friends) URL: http://acmel.wordpress.com @@ -14,6 +14,9 @@ BuildRequires: gcc BuildRequires: cmake >= 2.8.12 BuildRequires: zlib-devel BuildRequires: elfutils-devel >= 0.130 +%if 0%{?el8} +BuildRequires: python3-devel +%endif %description dwarves is a set of tools that use the debugging information inserted in @@ -134,6 +137,10 @@ rm -Rf %{buildroot} %{_libdir}/%{libname}_reorganize.so %changelog +* Tue Dec 06 2022 Davide Cavalca - 1.24-2.1 +- Merge upstream changes into Hyperscale +- Add missing BR for CentOS Stream 8 + * Wed Nov 16 2022 Viktor Malik - 1.24-2 - Backport BTF fix needed for kernel kfuncs - Related: rhbz#2140020