Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package diffutils for openSUSE:Factory checked in at 2021-10-01 22:28:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/diffutils (Old) and /work/SRC/openSUSE:Factory/.diffutils.new.2443 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "diffutils" Fri Oct 1 22:28:55 2021 rev:45 rq:920617 version:3.8 Changes: -------- --- /work/SRC/openSUSE:Factory/diffutils/diffutils.changes 2021-08-18 08:55:14.763019331 +0200 +++ /work/SRC/openSUSE:Factory/.diffutils.new.2443/diffutils.changes 2021-10-01 22:28:59.349366926 +0200 @@ -1,0 +2,5 @@ +Mon Sep 20 17:45:41 UTC 2021 - Andreas Schwab <sch...@suse.de> + +- Skip stack overflow tests under qemu emulation (bsc#1190046) + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ diffutils.spec ++++++ --- /var/tmp/diff_new_pack.RShcwn/_old 2021-10-01 22:28:59.845367842 +0200 +++ /var/tmp/diff_new_pack.RShcwn/_new 2021-10-01 22:28:59.845367842 +0200 @@ -45,6 +45,12 @@ %make_build %check +%if 0%{?qemu_user_space_build} +# Stack overflow tests are difficult to emulate, skip them +echo exit 77 > gnulib-tests/test-c-stack.sh +echo 'int main() { return 77; }' > gnulib-tests/test-sigsegv-catch-stackoverflow1.c +echo 'int main() { return 77; }' > gnulib-tests/test-sigsegv-catch-stackoverflow2.c +%endif %make_build check %install