From d1570de34c73db9acdf980527f9a4bc40e118fe9 Mon Sep 17 00:00:00 2001 From: Jerome Marchand Date: Tue, 7 Dec 2021 16:16:43 +0100 Subject: [PATCH] Bump up bcc version Update the minimal bcc version so it can't be installed with an incompatible bcc (i.e.) build against LLVM 12. This should help with gating. Related: rhbz#2001127 --- bpftrace.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bpftrace.spec b/bpftrace.spec index 5711919..a580f8e 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,6 +1,6 @@ Name: bpftrace Version: 0.12.1 -Release: 6%{?dist} +Release: 7%{?dist} Summary: High-level tracing language for Linux eBPF License: ASL 2.0 @@ -24,7 +24,7 @@ BuildRequires: elfutils-libelf-devel BuildRequires: zlib-devel BuildRequires: llvm-devel BuildRequires: clang-devel -BuildRequires: bcc-devel >= 0.19.0-1 +BuildRequires: bcc-devel >= 0.19.0-8 BuildRequires: libbpf-devel BuildRequires: libbpf-static BuildRequires: binutils-devel @@ -83,6 +83,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %{_datadir}/%{name}/tools/doc/*.txt %changelog +* Thu Dec 02 2021 Jerome Marchand - 0.12.1.7 +- Bump up required bcc version. + * Thu Dec 02 2021 Jerome Marchand - 0.12.1.6 - Rebuild on LLVM13