From d9794016fc13d927338ae89672b602cfa9f48b73 Mon Sep 17 00:00:00 2001 From: Viktor Malik Date: Fri, 9 Jun 2023 07:40:03 +0200 Subject: [PATCH] Rebuild for LLVM 16 Resolves: rhbz#2192950 --- bpftrace.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bpftrace.spec b/bpftrace.spec index 23e4d66..c56faf1 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -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 - 0.16.0-2 +- Rebuild for LLVM16 +- Resolves: rhbz#2192950 + * Wed Nov 30 2022 Viktor Malik - 0.16.0-1 - Rebase on bpftrace 0.16.0 - Rebuild for LLVM15