Update to 0.14.1
(cherry picked from commit 4afcffd7f0890f93285b70d0baaee0ddf44cc49a)
This commit is contained in:
parent
6ec5e35415
commit
ed2833626a
Binary file not shown.
BIN
bpftrace-0.14.1.tar.gz
Normal file
BIN
bpftrace-0.14.1.tar.gz
Normal file
Binary file not shown.
@ -1,5 +1,5 @@
|
|||||||
Name: bpftrace
|
Name: bpftrace
|
||||||
Version: 0.13.0
|
Version: 0.14.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: High-level tracing language for Linux eBPF
|
Summary: High-level tracing language for Linux eBPF
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
@ -13,9 +13,10 @@ ExclusiveArch: x86_64 %{power64} aarch64
|
|||||||
|
|
||||||
BuildRequires: gcc-c++ bison flex cmake elfutils-libelf-devel
|
BuildRequires: gcc-c++ bison flex cmake elfutils-libelf-devel
|
||||||
BuildRequires: zlib-devel llvm-devel clang-devel
|
BuildRequires: zlib-devel llvm-devel clang-devel
|
||||||
BuildRequires: bcc-devel >= 0.11.0-2
|
BuildRequires: bcc-devel >= 0.19.0-1
|
||||||
BuildRequires: libbpf-devel libbpf-static
|
BuildRequires: libbpf-devel libbpf-static
|
||||||
BuildRequires: binutils-devel
|
BuildRequires: binutils-devel
|
||||||
|
BuildRequires: cereal-devel libdwarf-devel rubygem-asciidoctor
|
||||||
|
|
||||||
%description
|
%description
|
||||||
bpftrace is a high-level tracing language for Linux enhanced Berkeley Packet
|
bpftrace is a high-level tracing language for Linux enhanced Berkeley Packet
|
||||||
@ -54,12 +55,16 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
|
|||||||
%dir %{_datadir}/%{name}/tools
|
%dir %{_datadir}/%{name}/tools
|
||||||
%dir %{_datadir}/%{name}/tools/doc
|
%dir %{_datadir}/%{name}/tools/doc
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
%{_bindir}/%{name}-aotrt
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%attr(0755,-,-) %{_datadir}/%{name}/tools/*.bt
|
%attr(0755,-,-) %{_datadir}/%{name}/tools/*.bt
|
||||||
%{_datadir}/%{name}/tools/doc/*.txt
|
%{_datadir}/%{name}/tools/doc/*.txt
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 22 2022 yaoxin <yaoxin30@h-partners.com> - 0.14.1-1
|
||||||
|
- Update to 0.14.1
|
||||||
|
|
||||||
* Mon Jan 10 2022 liyanan <liyanan32@huawei.com> - 0.13.0-1
|
* Mon Jan 10 2022 liyanan <liyanan32@huawei.com> - 0.13.0-1
|
||||||
- update to 0.13.0
|
- update to 0.13.0
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user