From adccd1af2b09425c757f1fce015c8d2a800c45b8 Mon Sep 17 00:00:00 2001 From: Viktor Malik Date: Mon, 1 Dec 2025 15:11:09 +0100 Subject: [PATCH] Rebuild with LLVM 21 Resolves: RHEL-108345 Signed-off-by: Viktor Malik --- bpftrace.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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)