diff --git a/bpftrace-0.14.1.tar.gz b/bpftrace-0.14.1.tar.gz deleted file mode 100644 index 4df588a..0000000 Binary files a/bpftrace-0.14.1.tar.gz and /dev/null differ diff --git a/bpftrace.spec b/bpftrace.spec index 0d10b5f..d695529 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,11 +1,11 @@ Name: bpftrace -Version: 0.14.1 -Release: 3 +Version: 0.15.0 +Release: 1 Summary: High-level tracing language for Linux eBPF License: ASL 2.0 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 # satisfied in the respective arches @@ -57,14 +57,19 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %dir %{_datadir}/%{name} %dir %{_datadir}/%{name}/tools %dir %{_datadir}/%{name}/tools/doc +%dir %{_datadir}/%{name}/tools/old %{_bindir}/%{name} %{_bindir}/%{name}-aotrt %{_mandir}/man8/* %attr(0755,-,-) %{_datadir}/%{name}/tools/*.bt +%attr(0755,-,-) %{_datadir}/%{name}/tools/old/*.bt %{_datadir}/%{name}/tools/doc/*.txt %changelog +* Mon Aug 15 2022 jinzhiguang - 0.15.0-1 +- update to 0.15.0 + * Thu Jun 9 2022 LemmyHuang - 0.14.1-3 - fix abort on startup caused by llvm compiler diff --git a/v0.15.0.tar.gz b/v0.15.0.tar.gz new file mode 100644 index 0000000..e031ed2 Binary files /dev/null and b/v0.15.0.tar.gz differ