Rebase to new released version 0.14
- Resolves #2016775 Signed-off-by: Rafael Santos <rdossant@redhat.com>
This commit is contained in:
parent
f44446a63c
commit
91efd24302
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/bpftrace-0.12.0.tar.gz
|
||||
/bpftrace-0.12.1.tar.gz
|
||||
/bpftrace-0.13.0.tar.gz
|
||||
/bpftrace-0.14.0.tar.gz
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: bpftrace
|
||||
Version: 0.13.0
|
||||
Version: 0.14.0
|
||||
Release: 1%{?dist}
|
||||
Summary: High-level tracing language for Linux eBPF
|
||||
License: ASL 2.0
|
||||
@ -23,6 +23,9 @@ BuildRequires: bcc-devel >= 0.19.0-1
|
||||
BuildRequires: libbpf-devel
|
||||
BuildRequires: libbpf-static
|
||||
BuildRequires: binutils-devel
|
||||
BuildRequires: cereal-devel
|
||||
BuildRequires: libdwarf-devel
|
||||
BuildRequires: rubygem-asciidoctor
|
||||
|
||||
|
||||
%description
|
||||
@ -69,12 +72,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
|
||||
* Sun Oct 24 2021 Rafael Santos <rdossant@redhat.com> - 0.14.0-1
|
||||
- Rebased to version 0.14.0
|
||||
|
||||
* Mon Aug 09 2021 Augusto Caringi <acaringi@redhat.com> - 0.13.0-1
|
||||
- Rebased to version 0.13.0
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (bpftrace-0.13.0.tar.gz) = 16b3f11c365cc7e306045a5cb6bcf6c66b92d746884f6587ce7cc4c76841b284757bff7b38b9838eb3db129e996e4f1b13afec34da57981362dadef8460816d0
|
||||
SHA512 (bpftrace-0.14.0.tar.gz) = 78f2d9a4d54c0dda1947b924a828777b402befc3a05031b609da4d256907df1e64f946454a9be7317449f49706f02a881febc4e63d2ef2f4e76924ea19e36ddb
|
||||
|
Loading…
Reference in New Issue
Block a user