diff --git a/dwarves.spec b/dwarves.spec index 60f9c096512ec9becff1cb0ca68604549252931e..b14bf847642c84b4c79784d4a2b83cefe0d79488 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -1,9 +1,10 @@ +%define anolis_release .0.1 %define libname libdwarves %define libver 1 Name: dwarves Version: 1.24 -Release: 2%{?dist} +Release: 2%{anolis_release}%{?dist} License: GPLv2 Summary: Debugging Information Manipulation Tools (pahole & friends) URL: http://acmel.wordpress.com @@ -14,6 +15,7 @@ BuildRequires: gcc BuildRequires: cmake >= 2.8.12 BuildRequires: zlib-devel BuildRequires: elfutils-devel >= 0.130 +BuildRequires: python3 %description dwarves is a set of tools that use the debugging information inserted in @@ -134,6 +136,9 @@ rm -Rf %{buildroot} %{_libdir}/%{libname}_reorganize.so %changelog +* Fri Dec 23 2022 Chang Gao - 1.24-2.0.1 +- Add Buildrequires python3 + * Wed Nov 16 2022 Viktor Malik - 1.24-2 - Backport BTF fix needed for kernel kfuncs - Related: rhbz#2140020