From f4f1c3899c7bd7aa55d9468b0de017095b0877be Mon Sep 17 00:00:00 2001 From: Liwei Ge Date: Sun, 22 May 2022 15:45:59 +0800 Subject: [PATCH] spec: rebuild with llvm13 --- bpftrace.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/bpftrace.spec b/bpftrace.spec index 933d327..4efdcc1 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,8 +1,9 @@ +%define anolis_release .0.1 %bcond_without llvm_static Name: bpftrace Version: 0.12.1 -Release: 4%{?dist} +Release: 4%{anolis_release}%{?dist} Summary: High-level tracing language for Linux eBPF License: ASL 2.0 @@ -95,6 +96,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %endif %changelog +* Sun May 22 2022 Liwei Ge - 0.12.1-4.0.1 +- Rebuild with llvm13 + * Thu Dec 02 2021 Jerome Marchand - 0.12.1-4 - Rebuild on LLVM13 - Small spec cleanup -- Gitee