Rebuild with LLVM 21

Resolves: RHEL-108345

Signed-off-by: Viktor Malik <vmalik@redhat.com>
This commit is contained in:
Viktor Malik 2025-12-01 15:11:09 +01:00
parent e25c93e4e8
commit adccd1af2b
No known key found for this signature in database
GPG Key ID: AF7A2E1F6EE74FB3

View File

@ -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 <vmalik@redhat.com> - 0.24.1-2
- Rebuild with LLVM 21 (RHEL-108345)
* Mon Oct 06 2025 Viktor Malik <vmalik@redhat.com> - 0.24.1-1
- Rebase on bpftrace 0.24.1 (RHEL-78998)