Accepting request 1005656 from devel:libraries:c_c++

OBS-URL: https://build.opensuse.org/request/show/1005656
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libuv?expand=0&rev=30
This commit is contained in:
Dominique Leuenberger 2022-09-25 13:34:32 +00:00 committed by Git OBS Bridge
commit 7fb4df204f
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Sep 23 12:56:12 UTC 2022 - Dirk Müller <dmueller@suse.com>
- skip testsuite on qemu_user_mode emulated builds, no chance
of ever succeeding
-------------------------------------------------------------------
Mon Jul 18 10:28:17 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -74,7 +74,9 @@ Mozilla's Rust language, Luvit, Julia, pyuv, and others.
find %{buildroot} -type f -name "*.la" -delete -print
%check
%if !0%{?qemu_user_space_build}
%make_build check
%endif
%post -n libuv%{somajor} -p /sbin/ldconfig
%postun -n libuv%{somajor} -p /sbin/ldconfig