public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/bpftrace] rawhide: Rebased to version 0.26.1
@ 2026-06-04 9:43 Viktor Malik
0 siblings, 0 replies; only message in thread
From: Viktor Malik @ 2026-06-04 9:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/bpftrace
Branch : rawhide
Commit : 4fa5f9a5d77a50302f8f55fbb842c4537dd9d70c
Author : Viktor Malik <vmalik@redhat.com>
Date : 2026-06-04T11:41:17+02:00
Stats : +10/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/bpftrace/c/4fa5f9a5d77a50302f8f55fbb842c4537dd9d70c?branch=rawhide
Log:
Rebased to version 0.26.1
Drop some unused dependencies:
- bison/flex since bpftrace no longer uses them for parsing
- lldb since bpftrace has returned to libdw for DWARF support
Also disable running tests on s390x since they cannot build due to a bug
in llvm-dwp.
Signed-off-by: Viktor Malik <vmalik@redhat.com>
---
diff --git a/bpftrace.spec b/bpftrace.spec
index f96b3e8..a49e029 100644
--- a/bpftrace.spec
+++ b/bpftrace.spec
@@ -1,7 +1,7 @@
#global llvm_compat 18
Name: bpftrace
-Version: 0.25.1
+Version: 0.26.1
Release: 1%{?dist}
Summary: High-level tracing language for Linux eBPF
License: Apache-2.0
@@ -14,8 +14,6 @@ Source0: %{url}/archive/v%{version}/%{name}-%{version}.tar.gz
ExclusiveArch: x86_64 %{power64} aarch64 s390x riscv64
BuildRequires: gcc-c++
-BuildRequires: bison
-BuildRequires: flex
BuildRequires: cmake
BuildRequires: elfutils-libelf-devel
BuildRequires: zlib-devel
@@ -26,7 +24,6 @@ BuildRequires: libbpf-devel
BuildRequires: libbpf-static
BuildRequires: binutils-devel
BuildRequires: cereal-devel
-BuildRequires: lldb-devel
%if ! 0%{?rhel}
BuildRequires: libpcap-devel
%endif
@@ -57,7 +54,11 @@ and predecessor tracers such as DTrace and SystemTap
%build
%cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+%ifnarch s390x
-DBUILD_TESTING:BOOL=ON \
+%else
+ -DBUILD_TESTING:BOOL=OFF \
+%endif
-DBUILD_SHARED_LIBS:BOOL=OFF \
-DUSE_SYSTEM_LIBBPF=ON \
%if 0%{?llvm_compat}
@@ -69,7 +70,9 @@ and predecessor tracers such as DTrace and SystemTap
%check
+%ifnarch s390x
%{__cmake_builddir}/tests/bpftrace_test
+%endif
%install
@@ -96,6 +99,9 @@ find %{buildroot}%{_datadir}/%{name}/tools -type f -exec \
%changelog
+* Thu Jun 04 2026 Viktor Malik <vmalik@redhat.com> - 0.26.1-1
+- Rebased to version 0.26.1
+
* Thu Mar 26 2026 Viktor Malik <vmalik@redhat.com> - 0.25.1-1
- Rebased to version 0.25.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-04 9:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 9:43 [rpms/bpftrace] rawhide: Rebased to version 0.26.1 Viktor Malik
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox