Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package liburing for openSUSE:Factory checked in at 2026-03-05 17:13:58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/liburing (Old) and /work/SRC/openSUSE:Factory/.liburing.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "liburing" Thu Mar 5 17:13:58 2026 rev:35 rq:1336080 version:2.14 Changes: -------- --- /work/SRC/openSUSE:Factory/liburing/liburing.changes 2026-02-11 18:47:46.566677768 +0100 +++ /work/SRC/openSUSE:Factory/.liburing.new.561/liburing.changes 2026-03-05 17:15:13.170827650 +0100 @@ -1,0 +2,6 @@ +Tue Mar 3 11:46:48 UTC 2026 - Petr Gajdos <[email protected]> + +- consider that %{suse_version} will be different across SLE 16 + service packs [jsc#PED-15812] + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ liburing.spec ++++++ --- /var/tmp/diff_new_pack.ZLmBTV/_old 2026-03-05 17:15:14.302874703 +0100 +++ /var/tmp/diff_new_pack.ZLmBTV/_new 2026-03-05 17:15:14.306874870 +0100 @@ -1,7 +1,7 @@ # # spec file for package liburing # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC # Copyright (c) 2026 Andreas Stieger <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -100,8 +100,11 @@ %if 0%{?sle_version} == 150700 TEST_EXCLUDE+=( accept-non-empty.t bind-listen.t fallocate.t fifo-futex-poll.t min-timeout.t min-timeout-wait.t ) %endif -%if 0%{?suse_version} == 1600 -TEST_EXCLUDE+=( io-wq-exit.t min-timeout.t min-timeout-wait.t ) +%if 0%{?suse_version} >= 1600 && %{suse_version} < 1699 +TEST_EXCLUDE+=( min-timeout.t min-timeout-wait.t ) +%endif +%if 0%{?suse_version} >= 1600 +TEST_EXCLUDE+=( io-wq-exit.t ) %endif echo "TEST_EXCLUDE=\"${TEST_EXCLUDE[@]}\"" > test/config.local
