Rebuild for LLVM 16

Resolves: rhbz#2192950
This commit is contained in:
Viktor Malik 2023-06-09 07:40:03 +02:00
parent 58f569db9a
commit d9794016fc
No known key found for this signature in database
GPG Key ID: AF7A2E1F6EE74FB3

View File

@ -2,7 +2,7 @@
Name: bpftrace
Version: 0.16.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: High-level tracing language for Linux eBPF
License: ASL 2.0
@ -110,6 +110,10 @@ cp %{buildroot}/%{_datadir}/%{name}/tools/old/mdflush.bt %{buildroot}/%{_datadir
%exclude %{_datadir}/%{name}/tools/old
%changelog
* Fri Jun 09 2023 Viktor Malik <vmalik@redhat.com> - 0.16.0-2
- Rebuild for LLVM16
- Resolves: rhbz#2192950
* Wed Nov 30 2022 Viktor Malik <vmalik@redhat.com> - 0.16.0-1
- Rebase on bpftrace 0.16.0
- Rebuild for LLVM15