Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bcc for openSUSE:Factory checked in at 2022-02-17 23:40:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bcc (Old) and /work/SRC/openSUSE:Factory/.bcc.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bcc" Thu Feb 17 23:40:13 2022 rev:48 rq:955575 version:0.22.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bcc/bcc.changes 2021-10-01 22:29:15.513396787 +0200 +++ /work/SRC/openSUSE:Factory/.bcc.new.1958/bcc.changes 2022-02-17 23:41:41.223700338 +0100 @@ -1,0 +2,7 @@ +Wed Feb 16 22:41:35 UTC 2022 - Aaron Puchert <aaronpuch...@alice-dsl.net> + +- Move kernel{,-devel} requirements to libbcc0 for deduplication. +- Require additionally kernel-$variant-devel for libbcc0. +- Declare python3-bcc, bcc-examples and bcc-docs as noarch. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bcc.spec ++++++ --- /var/tmp/diff_new_pack.Ocy0X7/_old 2022-02-17 23:41:41.839700333 +0100 +++ /var/tmp/diff_new_pack.Ocy0X7/_new 2022-02-17 23:41:41.863700333 +0100 @@ -66,6 +66,13 @@ %package -n libbcc0 Summary: Shared library from the BPF Compiler Collection Group: System/Libraries +Requires: kernel >= 4.1.0 +Requires: kernel-devel >= 4.1.0 +Requires: (kernel-debug-devel if kernel-debug) +Requires: (kernel-default-devel if (kernel-default or kernel-default-base)) +Requires: (kernel-kvmsmall-devel if kernel-kvmsmall) +Requires: (kernel-pae-devel if kernel-pae) +Requires: (kernel-vanilla-devel if kernel-vanilla) %description -n libbcc0 Shared Library from the BPF Compiler Collection. @@ -81,9 +88,8 @@ %package -n python3-bcc Summary: Python3 bindings for the BPF Compiler Collection Group: Development/Languages/Python -Requires: kernel >= 4.1.0 -Requires: kernel-devel >= 4.1.0 Requires: libbcc0 = %{version} +BuildArch: noarch %description -n python3-bcc Python 3.x bindings for the BPF Compiler Collection. @@ -91,8 +97,6 @@ %package lua Summary: Lua interpreter for the BPF Compiler Collection Group: Development/Languages/Other -Requires: kernel >= 4.1.0 -Requires: kernel-devel >= 4.1.0 Requires: libbcc0 = %{version} %description lua @@ -106,6 +110,7 @@ Recommends: netperf Recommends: python3-netaddr Recommends: python3-pyroute2 +BuildArch: noarch %description examples Python and C examples from the BPF Compiler Collection. @@ -124,6 +129,7 @@ %package docs Summary: BPF Compiler Collection documentation Group: Documentation/Other +BuildArch: noarch %description docs Documentation on how to write programs with the BPF Compiler Collection.