diff --git a/dwarves-1.30.tar.xz b/dwarves-1.30.tar.xz new file mode 100644 index 0000000000000000000000000000000000000000..2f463b027b2d49265380984149c204082ad5aec8 Binary files /dev/null and b/dwarves-1.30.tar.xz differ diff --git a/dwarves.spec b/dwarves.spec index 0b503c7e02a157a1b31841a0ccea17955625b39a..cd2f9ef133350d922245fe47f0c6ac3e799ea234 100644 --- a/dwarves.spec +++ b/dwarves.spec @@ -1,14 +1,14 @@ -%define anolis_release 1 +%define anolis_release 1 %define libname libdwarves %define libver 1 Name: dwarves -Version: 1.27 +Version: 1.30 Release: %{anolis_release}%{?dist} License: GPLv2 Summary: Debugging Information Manipulation Tools (pahole & friends) URL: https://github.com/acmel/dwarves -Source0: https://fedorapeople.org/~acme/dwarves/%{name}-%{version}.tar.xz +Source0: http://fedorapeople.org/~acme/dwarves/dwarves-1.30.tar.xz # core: Initialize cu->node with INIT_LIST_HEAD() Patch: https://github.com/acmel/dwarves/commit/6a2b27c0f512619b0e7a769a18a0fb05bb3789a5.patch # dwarf_loader: Add missing cus__add(cus, cu) to cus__merge_and_process_cu() @@ -18,6 +18,7 @@ BuildRequires: gcc BuildRequires: cmake >= 2.8.12 BuildRequires: zlib-devel BuildRequires: elfutils-devel >= 0.130 +BuildRequires: libbpf-devel Provides: pahole %description @@ -164,6 +165,10 @@ Doc files for dwarves %doc NEWS %changelog +* Fri Nov 14 2025 wenyuzifang - 1.30-1 +- Updated to version 1.30 to fix xxxxxx + + * Mon Mar 17 2025 wangzhe - 1.27-1 - update to 1.27 - Add 'Provides: pahole' to allow the package to be installed using $dnf install pahole