Thu, 28 Mar 2024 21:46:04 UTC | login

Information for build bcc-0.19.0-5.el8

ID20331
Package Namebcc
Version0.19.0
Release5.el8
Epoch
Sourcegit+https://git.centos.org/rpms/bcc#a6a04d479c16905af016b3fcf5b6f608c07556b7
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 bymbox-admin
State complete
Volume DEFAULT
StartedSat, 04 Dec 2021 09:04:39 UTC
CompletedSat, 04 Dec 2021 09:10:22 UTC
Taskbuild (dist-c8-stream, /rpms/bcc:imports/c8s/bcc-0.19.0-5.el8)
Extra{'source': {'original_url': 'git+https://git.centos.org/rpms/bcc?#imports/c8s/bcc-0.19.0-5.el8'}}
Tags
dist-c8-stream
dist-c8-stream-compose
RPMs
src
bcc-0.19.0-5.el8.src.rpm (info) (download)
aarch64
bcc-0.19.0-5.el8.aarch64.rpm (info) (download)
bcc-devel-0.19.0-5.el8.aarch64.rpm (info) (download)
bcc-tools-0.19.0-5.el8.aarch64.rpm (info) (download)
python3-bcc-0.19.0-5.el8.aarch64.rpm (info) (download)
bcc-debuginfo-0.19.0-5.el8.aarch64.rpm (info) (download)
bcc-debugsource-0.19.0-5.el8.aarch64.rpm (info) (download)
bcc-tools-debuginfo-0.19.0-5.el8.aarch64.rpm (info) (download)
noarch
bcc-doc-0.19.0-5.el8.noarch.rpm (info) (download)
ppc64le
bcc-0.19.0-5.el8.ppc64le.rpm (info) (download)
bcc-devel-0.19.0-5.el8.ppc64le.rpm (info) (download)
bcc-tools-0.19.0-5.el8.ppc64le.rpm (info) (download)
python3-bcc-0.19.0-5.el8.ppc64le.rpm (info) (download)
bcc-debuginfo-0.19.0-5.el8.ppc64le.rpm (info) (download)
bcc-debugsource-0.19.0-5.el8.ppc64le.rpm (info) (download)
bcc-tools-debuginfo-0.19.0-5.el8.ppc64le.rpm (info) (download)
x86_64
bcc-0.19.0-5.el8.x86_64.rpm (info) (download)
bcc-devel-0.19.0-5.el8.x86_64.rpm (info) (download)
bcc-tools-0.19.0-5.el8.x86_64.rpm (info) (download)
python3-bcc-0.19.0-5.el8.x86_64.rpm (info) (download)
bcc-debuginfo-0.19.0-5.el8.x86_64.rpm (info) (download)
bcc-debugsource-0.19.0-5.el8.x86_64.rpm (info) (download)
bcc-tools-debuginfo-0.19.0-5.el8.x86_64.rpm (info) (download)
Logs
x86_64
build.log
root.log
noarch_rpmdiff.json
mock_output.log
hw_info.log
state.log
ppc64le
build.log
root.log
noarch_rpmdiff.json
mock_output.log
hw_info.log
state.log
aarch64
build.log
root.log
noarch_rpmdiff.json
mock_output.log
hw_info.log
state.log
Changelog * Tue Nov 23 2021 Jerome Marchand <jmarchan@redhat.com> - 0.19.0-5 - Handle the renaming of task_struct_>state field - Rebuild for LLVM 13 * Fri Jul 02 2021 Jerome Marchand <jmarchan@redhat.com> - 0.19.0-4 - Build bcc from standard sources - Don't require bcc-tools by default * Wed Jun 09 2021 Jerome Marchand <jmarchan@redhat.com> - 0.19.0-3 - Rebuild on LLVM 12 * Fri Apr 30 2021 Jerome Marchand <jmarchan@redhat.com> - 0.19.0-2 - Fix BPF src_file. * Tue Apr 27 2021 Jerome Marchand <jmarchan@redhat.com> - 0.19.0-1 - Rebased to version 0.19.0 - Remove hard dependency on kernel-devel * Fri Jan 22 2021 Jerome Marchand <jmarchan@redhat.com> - 0.16.0-2 - Build with libbpf package - spec file cleanups * Mon Oct 26 2020 Jerome Marchand <jmarchan@redhat.com> - 0.16.0-1 - Rebase on bcc-0.16.0 - Fix IPv6 ports * Wed Sep 02 2020 Jerome Marchand <jmarchan@redhat.com> - 0.14.0-4 - Fix KFUNC_PROBE return value - Forbid trampolines on unsupported arches * Tue Jul 21 2020 Jerome Marchand <jmarchan@redhat.com> - 0.14.0-3 - Add KBUILD_MODNAME flag to default cflags * Thu Jun 11 2020 Jerome Marchand <jmarchan@redhat.com> - 0.14.0-2 - Remove criticalstat manpage - Remove compactsnoop on non x86_64 - Suggest to use --binary in deadlock - Remove non-existent argument from tcpconnect man page - Suggest to install the proper kernel-devel version - Fix dbstat and dbslower * Wed Apr 22 2020 Jerome Marchand <jmarchan@redhat.com> - 0.14.0-1 - Rebase on bcc-0.14.0 * Wed Dec 04 2019 Jerome Marchand <jmarchan@redhat.com> - 0.11.0-2 - Add -c option ton the synopsis of tcpretrans manpage * Tue Nov 26 2019 Jerome Marchand <jmarchan@redhat.com> - 0.11.0-1 - Rebase to bcc-0.11.0 - Reinstate the unstable comment patch that has been removed by mistake * Thu Oct 17 2019 Jerome Marchand <jmarchan@redhat.com> - 0.10.0-1 - Rebase to bcc-0.10.0 - Drop criticalstat - Fix regression on vfscount and runqslower - Rebuild on LLVM 9 * Tue Aug 06 2019 Jerome Marchand <jmarchan@redhat.com> - 0.8.0-4 - remove unstable statement from the man pages * Wed Jul 03 2019 Jerome Marchand <jmarchan@redhat.com> - 0.8.0-3 - fix b.support_raw_tracepoint - fix runqslower warning * Wed May 15 2019 Jerome Marchand <jmarchan@redhat.com> - 0.8.0-2 - Rebuild for llvm 8 * Thu Apr 11 2019 Jerome Marchand <jmarchan@redhat.com> - 0.8.0-1 - Rebase on bcc-8.0.0 - Replace the temporary s390x workaround by a proper fix - Remove the doc of excluded tool from the package - Fix print_log2_hist - Fix yet a few other python3 bytes vs strings issues * Mon Mar 25 2019 Jerome Marchand <jmarchan@redhat.com> - 0.7.0-6 - Add CI gating * Thu Dec 13 2018 Jerome Marchand <jmarchan@redhat.com> - 0.7.0-5 - Fix biolatency -D - Fix biotop manpage - Rebuild for LLVM 7.0.1 (from Tom Stellard) * Mon Dec 10 2018 Jerome Marchand <jmarchan@redhat.com> - 0.7.0-4 - Fix bio* tools * Mon Nov 05 2018 Jerome Marchand <jmarchan@redhat.com> - 0.7.0-3 - Fix multiple bytes/string encoding issues - Fix misc covscan warning * Mon Oct 15 2018 Tom Stellard <tstellar@redhat.com> - 0.7.0-2 - Drop explicit dependency on clang-libs * Fri Oct 12 2018 Jerome Marchand <jmarchan@redhat.com> - 0.7.0-1 - Rebase on bcc-7.0.0 - Remove useless tools (zfs*, btrfs* and inject) * Thu Sep 20 2018 Jerome Marchand <jmarchan@redhat.com> - 0.6.1-1 - Rebase on bcc-0.6.1 * Thu Sep 20 2018 Jerome Marchand <jmarchan@redhat.com> - 0.6.0-6 - llcstat: print a nicer error message on virtual machine - Add NSS support to sslsniff - Fixes miscellaneous error uncovered by covscan * Wed Aug 08 2018 Tom Stellard <tstellar@redhat.com> - 0.6.0-5 - Use llvm-toolset-6.0 prefix for clang-libs dependency * Fri Aug 03 2018 Tom Stellard <tstellar@redhat.com> - 0.6.0-4 - Rebuld for llvm-toolset-6.0 * Wed Jul 18 2018 Jerome Marchand <jmarchan@redhat.com> - 0.6.0-3 - Disable lua on all arches * Tue Jun 26 2018 Jerome Marchand <jmarchan@redhat.com> - 0.6.0-2 - Add clang-libs requirement - Fix manpages symlinks * Tue Jun 19 2018 Jerome Marchand <jmarchan@redhat.com> - 0.6.0-1 - Rebase on bcc-0.6.0 * Thu May 24 2018 Jerome Marchand <jmarchan@redhat.com> - 0.5.0-5 - Enables build on ppc64(le) and s390x arches * Thu Apr 05 2018 Rafael Santos <rdossant@redhat.com> - 0.5.0-4 - Resolves #1555627 - fix compilation error with latest llvm/clang * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Fri Feb 02 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.5.0-2 - Switch to %ldconfig_scriptlets * Wed Jan 03 2018 Rafael Santos <rdossant@redhat.com> - 0.5.0-1 - Rebase to new released version * Thu Nov 16 2017 Rafael Santos <rdossant@redhat.com> - 0.4.0-4 - Resolves #1517408 - avoid conflict with other manpages * Thu Nov 02 2017 Rafael Santos <rdossant@redhat.com> - 0.4.0-3 - Use weak deps to not require lua subpkg on ppc64(le) * Wed Nov 01 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-2 - Rebuild for LLVM5 * Wed Nov 01 2017 Rafael Fonseca <rdossant@redhat.com> - 0.4.0-1 - Resolves #1460482 - rebase to new release - Resolves #1505506 - add support for LLVM 5.0 - Resolves #1460482 - BPF module compilation issue - Partially address #1479990 - location of man pages - Enable ppc64(le) support without lua - Soname versioning for libbpf by ignatenkobrain * Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Thu Mar 30 2017 Igor Gnatenko <ignatenko@redhat.com> - 0.3.0-2 - Rebuild for LLVM4 - Trivial fixes in spec * Fri Mar 10 2017 Rafael Fonseca <rdossant@redhat.com> - 0.3.0-1 - Rebase to new release. * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Tue Jan 10 2017 Rafael Fonseca <rdossant@redhat.com> - 0.2.0-2 - Fix typo * Tue Nov 29 2016 Rafael Fonseca <rdossant@redhat.com> - 0.2.0-1 - Initial import