Accepting request 684301 from home:jirislaby:branches:devel:tools
- disable test failing with kernel 5.0 OBS-URL: https://build.opensuse.org/request/show/684301 OBS-URL: https://build.opensuse.org/package/show/devel:tools/strace?expand=0&rev=101
This commit is contained in:
parent
cb3dc5b12e
commit
cd502c52c2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 12:58:09 UTC 2019 - Jiri Slaby <jslaby@suse.com>
|
||||
|
||||
- disable test failing with kernel 5.0
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 27 10:29:58 UTC 2018 - schwab@linux-m68k.org
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package strace
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -59,6 +59,9 @@ and processes can be seen. Child processes can also be tracked.
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
# This test needs updating for kernel 5.0. Remove this later.
|
||||
sed -i '2,/bpf-obj_get_info_by_fd-prog-v/d' tests/bpf-obj_get_info_by_fd-prog-v.gen.test
|
||||
|
||||
%build
|
||||
%configure \
|
||||
%ifarch aarch64 riscv64
|
||||
|
Loading…
x
Reference in New Issue
Block a user