diff --git a/bpftrace-0.20.1.tar.gz b/bpftrace-0.20.1.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..d14c27923db9d5100199462625fe299d6c1cd829 Binary files /dev/null and b/bpftrace-0.20.1.tar.gz differ diff --git a/bpftrace.spec b/bpftrace.spec index 959d15037012e01262cad6330a104c404493e055..39fab9afacc165fbf097bb7e5be283cb24b680ca 100644 --- a/bpftrace.spec +++ b/bpftrace.spec @@ -1,11 +1,11 @@ Name: bpftrace -Version: 0.19.1 -Release: 2 +Version: 0.20.1 +Release: 1 Summary: High-level tracing language for Linux eBPF License: ASL 2.0 URL: https://github.com/iovisor/bpftrace -Source0: %{url}/archive/refs/tags/v%{version}.tar.gz +Source0: %{url}/archive/refs/tags/%{name}-%{version}.tar.gz # Arches will be included as upstream support is added and dependencies are # satisfied in the respective arches @@ -40,13 +40,13 @@ and predecessor tracers such as DTrace and SystemTap. -DBUILD_SHARED_LIBS:BOOL=OFF \ -DENABLE_LLVM_SHARED=1 \ -DUSE_SYSTEM_BPF_BCC:BOOL=ON -%make_build +%cmake_build %install %global __os_install_post %{nil} %global _find_debuginfo_opts -g -%make_install +%cmake_install find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ sed -i -e '1s=^#!/usr/bin/env %{name}\([0-9.]\+\)\?$=#!%{_bindir}/%{name}=' {} \; @@ -68,6 +68,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \ %changelog +* Mon Nov 04 2024 fu-shanqing - 0.20.1-1 +- update to 0.20.1 + * Tue Feb 27 2024 Huang Yang - 0.19.1-2 - add loongarch64 support diff --git a/v0.19.1.tar.gz b/v0.19.1.tar.gz deleted file mode 100644 index 0c35432b399b943d119b3304fdbef6256fd06adb..0000000000000000000000000000000000000000 Binary files a/v0.19.1.tar.gz and /dev/null differ