Accepting request 1230763 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1230763 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap?expand=0&rev=62
This commit is contained in:
commit
9d8c3a7201
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 9 14:15:56 UTC 2024 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
- Disable psx_test and b219174 tests in qemu emulation
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 2 21:18:04 UTC 2024 - Petr Vorel <pvorel@suse.cz>
|
Mon Dec 2 21:18:04 UTC 2024 - Petr Vorel <pvorel@suse.cz>
|
||||||
|
|
||||||
|
@ -108,6 +108,12 @@ rm %{buildroot}%{_libdir}/libcap.a
|
|||||||
%fdupes -s %{buildroot}
|
%fdupes -s %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
%if 0%{?qemu_user_space_build}
|
||||||
|
# qemu emulation always creates an extra thread, causing psx_syscall to
|
||||||
|
# run into an infinite loop.
|
||||||
|
echo 'int main() { return 0; }' > tests/psx_test.c
|
||||||
|
echo 'int main() { return 0; }' > tests/b219174.c
|
||||||
|
%endif
|
||||||
%make_build %{buildvariables} test
|
%make_build %{buildvariables} test
|
||||||
|
|
||||||
%ldconfig_scriptlets -n libcap2
|
%ldconfig_scriptlets -n libcap2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user