diff --git a/bpftrace.spec b/bpftrace.spec index e426cb4..6fac9bd 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,6 +1,6 @@ Name: bpftrace -Version: 0.16.0 -Release: 3 +Version: 0.19.1 +Release: 1 Summary: High-level tracing language for Linux eBPF License: ASL 2.0 @@ -38,12 +38,13 @@ and predecessor tracers such as DTrace and SystemTap. -DLIBBFD_LIBRARIES="${LIBBFD}" \ -DBUILD_TESTING:BOOL=OFF \ -DBUILD_SHARED_LIBS:BOOL=OFF \ - -DENABLE_LLVM_SHARED=1 + -DENABLE_LLVM_SHARED=1 \ + -DUSE_SYSTEM_BPF_BCC:BOOL=ON %make_build %install -%global __os_install_post %{nil} +%global __os_install_post %{nil} %global _find_debuginfo_opts -g %make_install @@ -67,6 +68,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %changelog +* Mon Jan 08 2024 Paul Thomas - 0.19.1-1 +- update to version 0.19.1 + * Tue Aug 15 2023 wulei - 0.16.0-3 - Fix cannot convert 'bfd*' to 'bfd_architecture' diff --git a/v0.16.0.tar.gz b/v0.16.0.tar.gz deleted file mode 100644 index dea4036..0000000 Binary files a/v0.16.0.tar.gz and /dev/null differ diff --git a/v0.19.1.tar.gz b/v0.19.1.tar.gz new file mode 100644 index 0000000..0c35432 Binary files /dev/null and b/v0.19.1.tar.gz differ