diff --git a/bpftrace.spec b/bpftrace.spec index 683caf0..b38532f 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,6 +1,6 @@ Name: bpftrace Version: 0.24.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: High-level tracing language for Linux eBPF License: ASL 2.0 @@ -92,6 +92,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %exclude %{_datadir}/%{name}/tools/biolatency-kp.bt %changelog +* Mon Dec 01 2025 Viktor Malik - 0.24.1-2 +- Rebuild with LLVM 21 (RHEL-108345) + * Mon Oct 06 2025 Viktor Malik - 0.24.1-1 - Rebase on bpftrace 0.24.1 (RHEL-78998)