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
This commit is contained in:
Jerome Marchand 2021-12-07 16:16:43 +01:00
parent d905b4e92e
commit d1570de34c
1 changed files with 5 additions and 2 deletions

View File

@ -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 <jmarchan@redhat.com> - 0.12.1.7
- Bump up required bcc version.
* Thu Dec 02 2021 Jerome Marchand <jmarchan@redhat.com> - 0.12.1.6
- Rebuild on LLVM13