Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package bcc for openSUSE:Factory checked in at 2023-09-26 22:01:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/bcc (Old) and /work/SRC/openSUSE:Factory/.bcc.new.1770 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "bcc" Tue Sep 26 22:01:27 2023 rev:54 rq:1113474 version:0.28.0 Changes: -------- --- /work/SRC/openSUSE:Factory/bcc/bcc.changes 2023-09-21 22:23:17.429392541 +0200 +++ /work/SRC/openSUSE:Factory/.bcc.new.1770/bcc.changes 2023-09-26 22:19:01.802056982 +0200 @@ -1,0 +2,12 @@ +Mon Sep 25 13:35:41 UTC 2023 - Shung-Hsi Yu <[email protected]> + +- Disable building of tests file + + Remove zip from build requirements as it is no longer needed + +------------------------------------------------------------------- +Fri Sep 22 04:34:22 UTC 2023 - Shung-Hsi Yu <[email protected]> + +- Mention boo#1215592 in spec file, which tracks the problem with luajit + that require temporarily disabling bcc-lua + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ bcc.spec ++++++ --- /var/tmp/diff_new_pack.f3aWMy/_old 2023-09-26 22:19:02.998100272 +0200 +++ /var/tmp/diff_new_pack.f3aWMy/_new 2023-09-26 22:19:02.998100272 +0200 @@ -16,7 +16,7 @@ # -# /usr/bin/luajit -bg bcc.lua bcc.o fails with "/usr/bin/luajit: unknown luaJIT command or jit.* modules not installed", temporarily disable it +# Re-enable bcc-lua on supported architectures once boo#1215592 is resolved %{!?with_lua: %global with_lua 0} # Use the latest supported LLVM version, but Leap < 15.5 only has a slightly @@ -55,7 +55,6 @@ BuildRequires: pkg-config BuildRequires: python3-base BuildRequires: python3-setuptools -BuildRequires: zip %description BCC is a toolkit for creating efficient kernel tracing and manipulation @@ -172,6 +171,7 @@ %ifarch %arm || %ix86 -DENABLE_USDT=OFF \ %endif + -DENABLE_TESTS=OFF \ .. make %{?_smp_mflags} VERBOSE=1 popd
