diff --git a/bpftrace.spec b/bpftrace.spec index e426cb4d627fc59df81c30b3a8b4bf0e39999121..6fac9bd08ddbb55438546ce7810114c81a767b70 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 dea403637f588d1f5782b03c04f51bf03187d966..0000000000000000000000000000000000000000 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 0000000000000000000000000000000000000000..0c35432b399b943d119b3304fdbef6256fd06adb Binary files /dev/null and b/v0.19.1.tar.gz differ