From 9582c3581f65eef1c6d09a0ee843ff9f5484fb12 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jul 08 2022 02:12:24 +0000 Subject: import bcc-0.24.0-2.el8 --- diff --git a/SPECS/bcc.spec b/SPECS/bcc.spec index db79859..b605ff2 100644 --- a/SPECS/bcc.spec +++ b/SPECS/bcc.spec @@ -9,7 +9,7 @@ Name: bcc Version: 0.24.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -37,9 +37,9 @@ BuildRequires: ncurses-devel %if %{with lua} BuildRequires: pkgconfig(luajit) %endif -BuildRequires: libbpf-devel >= 0.0.9, libbpf-static >= 0.0.9 +BuildRequires: libbpf-devel >= 0.5.0, libbpf-static >= 0.5.0 -Requires: libbpf >= 0.0.9 +Requires: libbpf >= 0.5.0 Requires: tar Recommends: kernel-devel Recommends: %{name}-tools = %{version}-%{release} @@ -214,6 +214,9 @@ done %changelog +* Thu Jun 23 2022 Jerome Marchand - 0.24.0-2 +- Rebuild on libbpf 0.5.0 + * Thu Jun 09 2022 Jerome Marchand - 0.24.0-1 - Rebase to bcc-0.24.0 - Rebuild on LLVM 14