forked from pool/diffutils
Accepting request 1004567 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1004567 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/diffutils?expand=0&rev=46
This commit is contained in:
commit
2e2d3e5043
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 14 07:49:54 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
- Skip gnulib test test-free under qemu emulation (bsc#1202260)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 20 17:45:41 UTC 2021 - Andreas Schwab <schwab@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user