Don't require bcc-tools by default
bcc-tools brings in python and kernel-devel which are undesired deps when performing minimal footprint installations. - Resolves #1966953 Signed-off-by: Rafael dos Santos <rdossant@redhat.com>
This commit is contained in:
parent
2221774aa0
commit
968096da7f
8
bcc.spec
8
bcc.spec
@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
Name: bcc
|
Name: bcc
|
||||||
Version: 0.20.0
|
Version: 0.20.0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: BPF Compiler Collection (BCC)
|
Summary: BPF Compiler Collection (BCC)
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
URL: https://github.com/iovisor/bcc
|
URL: https://github.com/iovisor/bcc
|
||||||
@ -54,11 +54,12 @@ BuildRequires: pkgconfig(luajit)
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: libbpf-devel >= 0.0.5-3, libbpf-static >= 0.0.5-3
|
BuildRequires: libbpf-devel >= 0.0.5-3, libbpf-static >= 0.0.5-3
|
||||||
|
|
||||||
Requires: %{name}-tools = %{version}-%{release}
|
|
||||||
Requires: libbpf >= 0.0.5-3
|
Requires: libbpf >= 0.0.5-3
|
||||||
Requires: tar
|
Requires: tar
|
||||||
Recommends: kernel-devel
|
Recommends: kernel-devel
|
||||||
|
|
||||||
|
Recommends: %{name}-tools = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
BCC is a toolkit for creating efficient kernel tracing and manipulation
|
BCC is a toolkit for creating efficient kernel tracing and manipulation
|
||||||
programs, and includes several useful tools and examples. It makes use of
|
programs, and includes several useful tools and examples. It makes use of
|
||||||
@ -224,6 +225,9 @@ install libbpf-tools/tmp-install/bin/* %{buildroot}/%{_sbindir}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Jun 02 2021 Rafael dos Santos <rdossant@redhat.com> - 0.20.0-3
|
||||||
|
- Don't require bcc-tools by default (#1966953)
|
||||||
|
|
||||||
* Tue May 18 2021 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-2
|
* Tue May 18 2021 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-2
|
||||||
- Build bcc from standard sources
|
- Build bcc from standard sources
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user