Auto sync2gitlab import of bcc-0.24.0-2.el8.src.rpm
This commit is contained in:
parent
cea61aaa06
commit
3c864dc169
9
bcc.spec
9
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 <jmarchan@redhat.com> - 0.24.0-2
|
||||
- Rebuild on libbpf 0.5.0
|
||||
|
||||
* Thu Jun 09 2022 Jerome Marchand <jmarchan@redhat.com> - 0.24.0-1
|
||||
- Rebase to bcc-0.24.0
|
||||
- Rebuild on LLVM 14
|
||||
|
Loading…
Reference in New Issue
Block a user