Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package liburing for openSUSE:Factory 
checked in at 2022-09-27 20:13:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/liburing (Old)
 and      /work/SRC/openSUSE:Factory/.liburing.new.2275 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "liburing"

Tue Sep 27 20:13:07 2022 rev:12 rq:1006001 version:2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/liburing/liburing.changes        2022-08-17 
11:31:55.690409303 +0200
+++ /work/SRC/openSUSE:Factory/.liburing.new.2275/liburing.changes      
2022-09-27 20:13:09.525724870 +0200
@@ -1,0 +2,5 @@
+Sun Sep 25 14:34:41 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- skip checks on qemu_linux_user builds 
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ liburing.spec ++++++
--- /var/tmp/diff_new_pack.4V3luT/_old  2022-09-27 20:13:10.001725919 +0200
+++ /var/tmp/diff_new_pack.4V3luT/_new  2022-09-27 20:13:10.005725928 +0200
@@ -75,7 +75,11 @@
 %make_build -C src
 
 %check
+# io_uring syscalls not supported as of qemu 7.0.0 and would test the host
+# kernel anyway not the target kernel..
+%if !0%{?qemu_user_space_build}
 /usr/bin/make runtests
+%endif
 
 %install
 %make_install

Reply via email to