Thu, 02 May 2024 08:19:53 UTC | login

Information for build bcc-0.26.0-3.el9sopt_901

ID48903
Package Namebcc
Version0.26.0
Release3.el9sopt_901
Epoch
Sourcegit+https://gitlab.com/redhat/centos-stream/rpms/bcc.git#d4b938c7f2fc0602bf95c1442d820f4f558b4b85
SummaryBPF Compiler Collection (BCC)
DescriptionBCC is a toolkit for creating efficient kernel tracing and manipulation programs, and includes several useful tools and examples. It makes use of extended BPF (Berkeley Packet Filters), formally known as eBPF, a new feature that was first added to Linux 3.15. BCC makes BPF programs easier to write, with kernel instrumentation in C (and includes a C wrapper around LLVM), and front-ends in Python and lua. It is suited for many tasks, including performance analysis and network traffic control.
Built bytdawson
State complete
Volume DEFAULT
StartedThu, 15 Jun 2023 02:49:05 UTC
CompletedThu, 15 Jun 2023 03:05:01 UTC
Taskbuild (isa9s-packages-optimized-el9sopt, /redhat/centos-stream/rpms/bcc.git:d4b938c7f2fc0602bf95c1442d820f4f558b4b85)
Extra{'source': {'original_url': 'git+https://gitlab.com/redhat/centos-stream/rpms/bcc.git#d4b938c7f2fc0602bf95c1442d820f4f558b4b85'}}
Tags
isa9s-packages-optimized-candidate
isa9s-packages-optimized-testing
RPMs
src
bcc-0.26.0-3.el9sopt_901.src.rpm (info) (download)
noarch
bcc-doc-0.26.0-3.el9sopt_901.noarch.rpm (info) (download)
python3-bcc-0.26.0-3.el9sopt_901.noarch.rpm (info) (download)
x86_64
bcc-0.26.0-3.el9sopt_901.x86_64.rpm (info) (download)
bcc-devel-0.26.0-3.el9sopt_901.x86_64.rpm (info) (download)
bcc-tools-0.26.0-3.el9sopt_901.x86_64.rpm (info) (download)
libbpf-tools-0.26.0-3.el9sopt_901.x86_64.rpm (info) (download)
bcc-debuginfo-0.26.0-3.el9sopt_901.x86_64.rpm (info) (download)
bcc-debugsource-0.26.0-3.el9sopt_901.x86_64.rpm (info) (download)
bcc-tools-debuginfo-0.26.0-3.el9sopt_901.x86_64.rpm (info) (download)
libbpf-tools-debuginfo-0.26.0-3.el9sopt_901.x86_64.rpm (info) (download)
Logs
x86_64
root.log
hw_info.log
installed_pkgs.log
mock_output.log
build.log
noarch_rpmdiff.json
state.log
Changelog * Fri May 12 2023 Jerome Marchand <jmarchan@redhat.com> - 0.26.0-3 - Rebuild with LLVM 16 (rhbz#2050112) - Fix compactsnoop (rhbz#2042236) - Fix killsnoop documentation (rhbz#2075500) - Fix funcslower (rhbz#2075415) - Fix deadlock memory usage issue (rhbz#2050112) - Fix nfsslower (rhbz#2180934) - Use upstream fix for nfsslower unititialized struct issue * Wed Mar 15 2023 Jerome Marchand <jmarchan@redhat.com> - 0.26.0-2 - Rebuild with the right rhel-target * Fri Mar 10 2023 Jerome Marchand <jmarchan@redhat.com> - 0.26.0-1 - Rebase to v0.26.0 * Thu Jan 05 2023 Jerome Marchand <jmarchan@redhat.com> - 0.25.0-2 - Rebuild for libbpf 1.0 * Tue Dec 20 2022 Jerome Marchand <jmarchan@redhat.com> - 0.25.0-1 - Rebase to v0.25.0 - Misc documentation and man pages fixes * Tue Aug 23 2022 Jerome Marchand <jmarchan@redhat.com> - 0.24.1-4 - Fix mdflush tool (rhbz#2108001) * Fri Jul 01 2022 Jerome Marchand <jmarchan@redhat.com> - 0.24.1-3 - Rebuild for libbpf 0.6.0 * Wed May 18 2022 Jerome Marchand <jmarchan@redhat.com> - 0.24.1-2 - Rebuild (previous build failed with UNKNOWN_KOJI_ERROR) * Thu Mar 24 2022 Jerome Marchand <jmarchan@redhat.com> - 0.24.0-1 - Rebase to v0.24.0 - Fix cmake build * Fri Feb 25 2022 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-10 - Remove deprecated python_provides macro (needed for gating) * Thu Feb 24 2022 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-9 - Fix bio tools (rhbz#2039595) * Mon Nov 22 2021 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-8 - Rebuild for LLVM 13 * Thu Oct 14 2021 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-7 - Sync with latest libbpf (fixes BPF_F_BROADCAST breakages of rhbz#1992430) - Fix cpudist, mdflush, readahead and threadsnoop (rhbz#1992430) - Handle the renaming of task_struct_>state field - Drop tools that relies on features disabled on RHEL * Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 0.20.0-6 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 * Tue Aug 03 2021 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-5 - Add gating * Mon Jul 26 2021 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-4 - Don't require bcc-tools by default (#1967550) - Add explicit bcc requirement to bcc-tools - Build bcc from standard sources * Wed Jun 02 2021 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-3 - Don't ignore LDFLAGS for libbpf-tools * Wed Jun 02 2021 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-2 - Don't override cflags for libbpf-tools * Thu May 27 2021 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-1 - Rebase to bcc 0.20.0 * Thu May 13 2021 Tom Stellard <tstellar@redhat.com> - 0.18.0-6 - Rebuild for LLVM 12