From c368589554071596fac65c73e3dda85dce82c28c Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Date: Tue, 27 Apr 2021 18:53:34 +0200 Subject: [PATCH] Add tar to bcc-tools requirements When the correct kernel header is not readily found, bcc tries to extract it from kheaders module, a process which at some point involves a tar command. Resolves #1869006 Signed-off-by: Rafael dos Santos --- bcc.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/bcc.spec b/bcc.spec index 1525471..ea1425f 100644 --- a/bcc.spec +++ b/bcc.spec @@ -34,7 +34,7 @@ Name: bcc Version: 0.19.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: BPF Compiler Collection (BCC) License: ASL 2.0 URL: https://github.com/iovisor/bcc @@ -122,6 +122,8 @@ Summary: Command line tools for BPF Compiler Collection (BCC) Requires: python3-%{name} = %{version}-%{release} Requires: python3-netaddr Requires: kernel-devel +# https://bugzilla.redhat.com/show_bug.cgi?id=1869006 +Suggests: tar %description tools Command line tools for BPF Compiler Collection (BCC) @@ -234,6 +236,9 @@ install libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir} %endif %changelog +* Tue Apr 27 2021 Rafael dos Santos - 0.19.0-3 +- Resolves #1869006 + * Wed Mar 29 2021 Jiri Olsa - 0.19.0-2 - add libbpf-tools package