update to 0.15.0
This commit is contained in:
parent
20482d7375
commit
e9fad72045
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
Name: bpftrace
|
Name: bpftrace
|
||||||
Version: 0.14.1
|
Version: 0.15.0
|
||||||
Release: 3
|
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
|
||||||
|
|
||||||
URL: https://github.com/iovisor/bpftrace
|
URL: https://github.com/iovisor/bpftrace
|
||||||
Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: %{url}/archive/refs/tags/v%{version}.tar.gz
|
||||||
|
|
||||||
# Arches will be included as upstream support is added and dependencies are
|
# Arches will be included as upstream support is added and dependencies are
|
||||||
# satisfied in the respective arches
|
# satisfied in the respective arches
|
||||||
@ -57,14 +57,19 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
|
|||||||
%dir %{_datadir}/%{name}
|
%dir %{_datadir}/%{name}
|
||||||
%dir %{_datadir}/%{name}/tools
|
%dir %{_datadir}/%{name}/tools
|
||||||
%dir %{_datadir}/%{name}/tools/doc
|
%dir %{_datadir}/%{name}/tools/doc
|
||||||
|
%dir %{_datadir}/%{name}/tools/old
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
%{_bindir}/%{name}-aotrt
|
%{_bindir}/%{name}-aotrt
|
||||||
%{_mandir}/man8/*
|
%{_mandir}/man8/*
|
||||||
%attr(0755,-,-) %{_datadir}/%{name}/tools/*.bt
|
%attr(0755,-,-) %{_datadir}/%{name}/tools/*.bt
|
||||||
|
%attr(0755,-,-) %{_datadir}/%{name}/tools/old/*.bt
|
||||||
%{_datadir}/%{name}/tools/doc/*.txt
|
%{_datadir}/%{name}/tools/doc/*.txt
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 15 2022 jinzhiguang <jinzhiguang@kylinos.cn> - 0.15.0-1
|
||||||
|
- update to 0.15.0
|
||||||
|
|
||||||
* Thu Jun 9 2022 LemmyHuang <huangliming5@huawei.com> - 0.14.1-3
|
* Thu Jun 9 2022 LemmyHuang <huangliming5@huawei.com> - 0.14.1-3
|
||||||
- fix abort on startup caused by llvm compiler
|
- fix abort on startup caused by llvm compiler
|
||||||
|
|
||||||
|
|||||||
BIN
v0.15.0.tar.gz
Normal file
BIN
v0.15.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user