public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Viktor Malik <vmalik@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/bpftrace] rawhide: Rebased to version 0.26.1
Date: Thu, 04 Jun 2026 09:43:15 GMT	[thread overview]
Message-ID: <178056619539.1.408221198383374892.rpms-bpftrace-4fa5f9a5d77a@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-06-04  9:43 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178056619539.1.408221198383374892.rpms-bpftrace-4fa5f9a5d77a@fedoraproject.org \
    --to=vmalik@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox