!9 [sync] PR-7: Update to 0.14.1

From: @openeuler-sync-bot 
Reviewed-by: @licihua 
Signed-off-by: @licihua
This commit is contained in:
openeuler-ci-bot 2022-05-09 02:21:59 +00:00 committed by Gitee
commit e7462a1757
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 7 additions and 2 deletions

Binary file not shown.

BIN
bpftrace-0.14.1.tar.gz Normal file

Binary file not shown.

View File

@ -1,5 +1,5 @@
Name: bpftrace
Version: 0.13.0
Version: 0.14.1
Release: 1
Summary: High-level tracing language for Linux eBPF
License: ASL 2.0
@ -13,9 +13,10 @@ ExclusiveArch: x86_64 %{power64} aarch64
BuildRequires: gcc-c++ bison flex cmake elfutils-libelf-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: binutils-devel
BuildRequires: cereal-devel libdwarf-devel rubygem-asciidoctor
%description
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/doc
%{_bindir}/%{name}
%{_bindir}/%{name}-aotrt
%{_mandir}/man8/*
%attr(0755,-,-) %{_datadir}/%{name}/tools/*.bt
%{_datadir}/%{name}/tools/doc/*.txt
%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
- update to 0.13.0