Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bcc for openSUSE:Factory checked in at 2025-08-27 21:35:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bcc (Old) and /work/SRC/openSUSE:Factory/.bcc.new.30751 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bcc" Wed Aug 27 21:35:22 2025 rev:72 rq:1301530 version:0.35.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bcc/bcc.changes 2025-08-19 16:48:43.197359891 +0200 +++ /work/SRC/openSUSE:Factory/.bcc.new.30751/bcc.changes 2025-08-27 21:36:21.970908149 +0200 @@ -1,0 +2,8 @@ +Mon Aug 25 16:14:11 UTC 2025 - Hoyeon Lee <hoyeon....@suse.com> + +- Add _constraints to avoid OOM on OBS workers (bsc#1248638) +- Add rpmlintrc to suppress rpmlint warnings + * some bcc-tools uses /usr/share/bcc/tools/*.c for compilation at runtime, + so must be shipped as-is. + +------------------------------------------------------------------- New: ---- _constraints bcc-rpmlintrc ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bcc.spec ++++++ --- /var/tmp/diff_new_pack.HJrU9f/_old 2025-08-27 21:36:22.562932865 +0200 +++ /var/tmp/diff_new_pack.HJrU9f/_new 2025-08-27 21:36:22.562932865 +0200 @@ -60,6 +60,7 @@ Group: Development/Tools/Other URL: https://github.com/iovisor/bcc Source: https://github.com/iovisor/bcc/archive/refs/tags/v%{version}.tar.gz#/%{name}-%{version}.tar.gz +Source100: bcc-rpmlintrc Patch0: 0001-tools-filetop-fix-DNAME_INLINE_LEN-by-folding-to-int.patch ExcludeArch: ppc s390 BuildRequires: bison ++++++ _constraints ++++++ <constraints> <overwrite> <conditions> <arch>ppc64le</arch> </conditions> <hardware> <memory> <size unit="G">8</size> </memory> </hardware> </overwrite> </constraints> ++++++ bcc-rpmlintrc ++++++ # some bcc-tools uses /usr/share/bcc/tools/*.c for compilation at runtime, so must be shipped as-is. addFilter("devel-file-in-non-devel-package /usr/share/bcc/tools/.*\.c")