Information for build bcc-0.24.0-4.oc8.2

ID20951
Package Namebcc
Version0.24.0
Release4.oc8.2
Epoch
Sourcegit+https://gitee.com/src-opencloudos-rpms/bcc#731d95f4614e4274ea2d68bda40af64b4193d680
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 byjiaxinyyang
State complete
Volume DEFAULT
StartedSun, 18 Feb 2024 16:55:24 CST
CompletedSun, 18 Feb 2024 16:59:28 CST
Taskbuild (dist-oc8, /src-opencloudos-rpms/bcc:origin/oc8)
Extra{'source': {'original_url': 'git+https://gitee.com/src-opencloudos-rpms/bcc#origin/oc8'}}
Tags
dist-oc8
dist-oc8-compose
RPMs
src
bcc-0.24.0-4.oc8.2.src.rpm (info) (download)
aarch64
bcc-0.24.0-4.oc8.2.aarch64.rpm (info) (download)
bcc-devel-0.24.0-4.oc8.2.aarch64.rpm (info) (download)
bcc-lua-0.24.0-4.oc8.2.aarch64.rpm (info) (download)
bcc-tools-0.24.0-4.oc8.2.aarch64.rpm (info) (download)
bcc-debuginfo-0.24.0-4.oc8.2.aarch64.rpm (info) (download)
bcc-debugsource-0.24.0-4.oc8.2.aarch64.rpm (info) (download)
bcc-lua-debuginfo-0.24.0-4.oc8.2.aarch64.rpm (info) (download)
bcc-tools-debuginfo-0.24.0-4.oc8.2.aarch64.rpm (info) (download)
noarch
bcc-doc-0.24.0-4.oc8.2.noarch.rpm (info) (download)
python3-bcc-0.24.0-4.oc8.2.noarch.rpm (info) (download)
x86_64
bcc-0.24.0-4.oc8.2.x86_64.rpm (info) (download)
bcc-devel-0.24.0-4.oc8.2.x86_64.rpm (info) (download)
bcc-lua-0.24.0-4.oc8.2.x86_64.rpm (info) (download)
bcc-tools-0.24.0-4.oc8.2.x86_64.rpm (info) (download)
libbpf-tools-0.24.0-4.oc8.2.x86_64.rpm (info) (download)
bcc-debuginfo-0.24.0-4.oc8.2.x86_64.rpm (info) (download)
bcc-debugsource-0.24.0-4.oc8.2.x86_64.rpm (info) (download)
bcc-lua-debuginfo-0.24.0-4.oc8.2.x86_64.rpm (info) (download)
bcc-tools-debuginfo-0.24.0-4.oc8.2.x86_64.rpm (info) (download)
libbpf-tools-debuginfo-0.24.0-4.oc8.2.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Sun Feb 18 2024 Jiaxin Yang <jiaxinyyang@tencent.com> - 0.24.0-4.1.tl3.2 - Rebuild * Mon Jan 15 2024 Haisu Wang <haisuwang@tencent.com> - 0.24.0-4.1.tl3.1 - Fix the incompatible pointer of bpf_pseudo_fd * Mon Jan 08 2024 Haisu Wang <haisuwang@tencent.com> - 0.24.0-4.tl3.1 - Fix clang/llvm16 incompatible issues * Wed Jun 21 2023 Haisu Wang <haisuwang@tencent.com> - 0.24.0-3.tl3.1 - Fix clang/llvm15 incompatible with auto convert u64 to void * * Thu Jun 08 2023 Xun Zhong <victorzhong@tencent.com> - 0.24.0-2.tl3.2 - rebuild with llvm 15 * Mon Nov 28 2022 Xun Zhong <victorzhong@tencent.com> - 0.24.0-2.tl3.1 - rebuild with llvm 14 * Mon Oct 10 2022 Xun Zhong <victorzhong@tencent.com> - 0.24.0-2 - rebuild with llvm 13 * Thu Jun 16 2022 Haisu Wang <haisuwang@tencent.com> - 0.24.0-1 - Package upstream bcc 0.24.0 and libbpf 0.7.0 for tlinux * Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.22.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Sun Oct 24 2021 Rafael dos Santos <rdossant@redhat.com> - 0.22.0-2 - Rebuilt for LLVM 13 * Thu Sep 16 2021 Rafael dos Santos <rdossant@redhat.com> - 0.22.0-1 - Rebase to latest release version * Mon Aug 02 2021 Rafael dos Santos <rdossant@redhat.com> - 0.21.0-1 - Rebase to latest release version - Add support to libdebuginfod * Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 0.20.0-4 - Rebuilt for Python 3.10 * Wed Jun 02 2021 Rafael dos Santos <rdossant@redhat.com> - 0.20.0-3 - Don't require bcc-tools by default (#1966953) * Tue May 18 2021 Jerome Marchand <jmarchan@redhat.com> - 0.20.0-2 - Build bcc from standard sources * Mon May 17 2021 Rafael dos Santos <rdossant@redhat.com> - 0.20.0-1 - Rebase to latest upstream (#1957727) * Tue May 11 2021 Jeff Law <jlaw@tachyum.com> - 0.19.0-6 - Re-enable LTO * Tue May 04 2021 Jiri Olsa <jolsa@redhat.com> - 0.19.0-5 - Keeping kernel-devel as weak dependency, resolves #1955154 * Fri Apr 30 2021 Jiri Olsa <jolsa@redhat.com> - 0.19.0-4 - Removing kernel-devel dependency, resolves #1955154 * Tue Apr 27 2021 Rafael dos Santos <rdossant@redhat.com> - 0.19.0-3 - Resolves #1869006 * Wed Mar 31 2021 Jiri Olsa <jolsa@redhat.com> - 0.19.0-2 - add libbpf-tools package * Mon Mar 29 2021 Jiri Olsa <jolsa@redhat.com> - 0.19.0-1 - Rebase to latest upstream * Thu Feb 18 2021 Jerome Marchand <jmarchan@redhat.com> - 0.18.0-4 - Disable lua for RHEL * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.18.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Jan 22 2021 Tom Stellard <tstellar@redhat.com> - 0.18.0-2 - Rebuild for clang-11.1.0 * Tue Jan 05 2021 Rafael dos Santos <rdossant@redhat.com> - 0.18.0-1 - Rebase to latest upstream (#1912875) * Fri Oct 30 2020 Rafael dos Santos <rdossant@redhat.com> - 0.17.0-1 - Rebase to latest upstream (#1871417) * Mon Oct 12 2020 Jerome Marchand <jmarchan@redhat.com> - 0.16.0.3 - Rebuild for LLVM 11.0.0-rc6 * Fri Aug 28 2020 Rafael dos Santos <rdossant@redhat.com> - 0.16.0-2 - Enable build for armv7hl * Sun Aug 23 2020 Rafael dos Santos <rdossant@redhat.com> - 0.16.0-1 - Rebase to latest upstream (#1871417) * Tue Aug 04 2020 Rafael dos Santos <rdossant@redhat.com> - 0.15.0-6 - Fix build with cmake (#1863243) * Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.15.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Thu Jul 09 2020 Tom Stellard <tstellar@redhat.com> - 0.15.0-3 - Drop llvm-static dependency - https://docs.fedoraproject.org/en-US/packaging-guidelines/#_statically_linking_executables * Thu Jul 02 2020 Rafael dos Santos <rdossant@redhat.com> - 0.15.0-2 - Reinstate a function needed by bpftrace * Tue Jun 23 2020 Rafael dos Santos <rdossant@redhat.com> - 0.15.0-1 - Rebase to latest upstream version (#1849239) * Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.14.0-2 - Rebuilt for Python 3.9 * Tue Apr 21 2020 Rafael dos Santos <rdossant@redhat.com> - 0.14.0-1 - Rebase to latest upstream version (#1826281) * Wed Feb 26 2020 Rafael dos Santos <rdossant@redhat.com> - 0.13.0-1 - Rebase to latest upstream version (#1805072) * Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Mon Jan 06 2020 Tom Stellard <tstellar@redhat.com> - 0.12.0-2 - Link against libclang-cpp.so - https://fedoraproject.org/wiki/Changes/Stop-Shipping-Individual-Component-Libraries-In-clang-lib-Package * Tue Dec 17 2019 Rafael dos Santos <rdossant@redhat.com> - 0.12.0-1 - Rebase to latest upstream version (#1758417) * Thu Dec 05 2019 Jiri Olsa <jolsa@redhat.com> - 0.11.0-2 - Add libbpf support * Fri Oct 04 2019 Rafael dos Santos <rdossant@redhat.com> - 0.11.0-1 - Rebase to latest upstream version (#1758417) * Thu Oct 03 2019 Miro Hrončok <mhroncok@redhat.com> - 0.10.0-4 - Rebuilt for Python 3.8.0rc1 (#1748018) * Mon Aug 19 2019 Miro Hrončok <mhroncok@redhat.com> - 0.10.0-3 - Rebuilt for Python 3.8 * Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Wed May 29 2019 Rafael dos Santos <rdossant@redhat.com> - 0.10.0-1 - Rebase to latest upstream version (#1714902) * Thu Apr 25 2019 Rafael dos Santos <rdossant@redhat.com> - 0.9.0-1 - Rebase to latest upstream version (#1686626) - Rename libbpf header to libbcc_bpf * Mon Apr 22 2019 Neal Gompa <ngompa@datto.com> - 0.8.0-5 - Make the Python 3 bindings package noarch - Small cleanups to the spec * Tue Mar 19 2019 Rafael dos Santos <rdossant@redhat.com> - 0.8.0-4 - Add s390x support (#1679310) * Wed Feb 20 2019 Rafael dos Santos <rdossant@redhat.com> - 0.8.0-3 - Add aarch64 support (#1679310) * Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Thu Jan 17 2019 Rafael dos Santos <rdossant@redhat.com> - 0.8.0-1 - Rebase to new released version * Thu Nov 01 2018 Rafael dos Santos <rdossant@redhat.com> - 0.7.0-4 - Fix attaching to usdt probes (#1634684) * Mon Oct 22 2018 Rafael dos Santos <rdossant@redhat.com> - 0.7.0-3 - Fix encoding of non-utf8 characters (#1516678) - Fix str-bytes conversion in killsnoop (#1637515) * Sat Oct 06 2018 Rafael dos Santos <rdossant@redhat.com> - 0.7.0-2 - Fix str/bytes conversion in uflow (#1636293) * Tue Sep 25 2018 Rafael Fonseca <r4f4rfs@gmail.com> - 0.7.0-1 - Rebase to new released version * Wed Aug 22 2018 Rafael Fonseca <r4f4rfs@gmail.com> - 0.6.1-2 - Fix typo when mangling shebangs. * Thu Aug 16 2018 Rafael Fonseca <r4f4rfs@gmail.com> - 0.6.1-1 - Rebase to new released version (#1609485) * Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok <mhroncok@redhat.com> - 0.6.0-2 - Rebuilt for Python 3.7 * Mon Jun 18 2018 Rafael dos Santos <rdossant@redhat.com> - 0.6.0-1 - Rebase to new released version (#1591989) * 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