Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package gnulib for openSUSE:Factory checked in at 2026-02-09 15:35:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gnulib (Old) and /work/SRC/openSUSE:Factory/.gnulib.new.1670 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gnulib" Mon Feb 9 15:35:27 2026 rev:8 rq:1331984 version:git.20260114.2a288c048e Changes: -------- --- /work/SRC/openSUSE:Factory/gnulib/gnulib.changes 2026-02-05 18:05:35.708682296 +0100 +++ /work/SRC/openSUSE:Factory/.gnulib.new.1670/gnulib.changes 2026-02-09 15:35:58.822245819 +0100 @@ -1,0 +2,5 @@ +Mon Feb 9 09:56:28 UTC 2026 - Andreas Schwab <[email protected]> + +- Skip c-stack and sigsegv modules in qemu emulation + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gnulib.spec ++++++ --- /var/tmp/diff_new_pack.pquWnX/_old 2026-02-09 15:35:59.334267367 +0100 +++ /var/tmp/diff_new_pack.pquWnX/_new 2026-02-09 15:35:59.338267535 +0100 @@ -97,6 +97,10 @@ #modules not to be tested by direct import toRemove="lib-symbol-visibility havelib .*-obsolete localcharset gettext-h gettext alloca-opt alloca " +%if 0%{?qemu_user_space_build} +# stack overflow recovery does not work in qemu emulation +toRemove+="c-stack sigsegv " +%endif toRemove="$(echo $toRemove | tr ' ' '|')" list="$(./gnulib-tool --list | grep -vE "($toRemove)")"
