diff --git a/diffutils.changes b/diffutils.changes index c4977cf..97ef8a7 100644 --- a/diffutils.changes +++ b/diffutils.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 14 07:49:54 UTC 2022 - Andreas Schwab + +- Skip gnulib test test-free under qemu emulation (bsc#1202260) + ------------------------------------------------------------------- Mon Sep 20 17:45:41 UTC 2021 - Andreas Schwab diff --git a/diffutils.spec b/diffutils.spec index d29371c..5e583eb 100644 --- a/diffutils.spec +++ b/diffutils.spec @@ -1,7 +1,7 @@ # # spec file for package diffutils # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -50,6 +50,8 @@ make source code patches, for instance. 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 +# This triggers a bug in qemu (bsc#1202260) +echo 'int main() { return 77; }' > gnulib-tests/test-free.c %endif %make_build check