Accepting request 1005713 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1005713 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libaio?expand=0&rev=40
This commit is contained in:
commit
a8522498ef
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 23 18:51:25 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- skip testsuite on qemu_linux_user builds
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 12 15:18:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
Tue Jul 12 15:18:49 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -73,7 +73,10 @@ with, for the Linux-native asynchronous I/O facility ("async I/O", or
|
|||||||
rm %{buildroot}%{_libdir}/*.a
|
rm %{buildroot}%{_libdir}/*.a
|
||||||
|
|
||||||
%check
|
%check
|
||||||
|
# qemu-linux-user does not emulate io_setup syscall, so none of the testsuite makes sense
|
||||||
|
%if ! 0%{?qemu_user_space_build}
|
||||||
%make_build OPTFLAGS="%{optflags}" partcheck
|
%make_build OPTFLAGS="%{optflags}" partcheck
|
||||||
|
%endif
|
||||||
|
|
||||||
%post -n %{lname} -p /sbin/ldconfig
|
%post -n %{lname} -p /sbin/ldconfig
|
||||||
%postun -n %{lname} -p /sbin/ldconfig
|
%postun -n %{lname} -p /sbin/ldconfig
|
||||||
|
Loading…
Reference in New Issue
Block a user