Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package os-autoinst for openSUSE:Factory checked in at 2025-12-16 15:54:45 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old) and /work/SRC/openSUSE:Factory/.os-autoinst.new.1939 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-autoinst" Tue Dec 16 15:54:45 2025 rev:553 rq:1322958 version:5.1765804109.1e7c99a Changes: -------- --- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes 2025-12-12 21:44:08.096317858 +0100 +++ /work/SRC/openSUSE:Factory/.os-autoinst.new.1939/os-autoinst.changes 2025-12-16 16:00:40.378001822 +0100 @@ -1,0 +2,10 @@ +Mon Dec 15 13:09:59 UTC 2025 - [email protected] + +- Update to version 5.1765804109.1e7c99a: + * Remove `ShellCheck` from devel dependencies on s390x + * Remove obsolete 'bin/' folder + * Simplify the code to increment the counter + * audio: Allow for multiple audio recordings per test + * Improve documentation strings for get/check_var + +------------------------------------------------------------------- Old: ---- os-autoinst-5.1765533145.a82864c.obscpio New: ---- os-autoinst-5.1765804109.1e7c99a.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-autoinst-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.rByjVR/_old 2025-12-16 16:00:44.250164392 +0100 +++ /var/tmp/diff_new_pack.rByjVR/_new 2025-12-16 16:00:44.250164392 +0100 @@ -18,7 +18,7 @@ %define short_name os-autoinst-devel Name: %{short_name}-test -Version: 5.1765533145.a82864c +Version: 5.1765804109.1e7c99a Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-openvswitch-test.spec ++++++ --- /var/tmp/diff_new_pack.rByjVR/_old 2025-12-16 16:00:44.294166251 +0100 +++ /var/tmp/diff_new_pack.rByjVR/_new 2025-12-16 16:00:44.294166251 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst-openvswitch Name: %{short_name}%{?name_ext} -Version: 5.1765533145.a82864c +Version: 5.1765804109.1e7c99a Release: 0 Summary: test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-test.spec ++++++ --- /var/tmp/diff_new_pack.rByjVR/_old 2025-12-16 16:00:44.330167773 +0100 +++ /var/tmp/diff_new_pack.rByjVR/_new 2025-12-16 16:00:44.330167773 +0100 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 5.1765533145.a82864c +Version: 5.1765804109.1e7c99a Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later ++++++ os-autoinst.spec ++++++ --- /var/tmp/diff_new_pack.rByjVR/_old 2025-12-16 16:00:44.366169295 +0100 +++ /var/tmp/diff_new_pack.rByjVR/_new 2025-12-16 16:00:44.370169463 +0100 @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 5.1765533145.a82864c +Version: 5.1765804109.1e7c99a Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -118,8 +118,14 @@ %define test_version_only_requires perl(Mojo::IOLoop::ReadWriteProcess) >= 0.28 # The following line is generated from dependencies.yaml %define test_requires %build_requires %lua_support_requires %ocr_requires %python_support_requires %spellcheck_requires %test_base_requires %test_non_s390_requires %yamllint_requires ffmpeg python3-Pillow-tk +%ifnarch s390x +# The following line is generated from dependencies.yaml +%define devel_non_s390_requires ShellCheck +%else +%define devel_non_s390_requires %{nil} +%endif # The following line is generated from dependencies.yaml -%define devel_requires %python_style_requires %test_requires ShellCheck file perl(Code::TidyAll) perl(Devel::Cover) perl(Module::CPANfile) perl(Perl::Tidy) perl(Template::Toolkit) perl(Test::CheckGitStatus) sed shfmt +%define devel_requires %devel_non_s390_requires %python_style_requires %test_requires file perl(Code::TidyAll) perl(Devel::Cover) perl(Module::CPANfile) perl(Perl::Tidy) perl(Template::Toolkit) perl(Test::CheckGitStatus) sed shfmt %define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm xterm-console xdotool fonts-config mkfontdir mkfontscale openssh-clients %define ipmi_requires ipmitool %define qemu_requires qemu-tools e2fsprogs ++++++ os-autoinst-5.1765533145.a82864c.obscpio -> os-autoinst-5.1765804109.1e7c99a.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1765533145.a82864c/dependencies.yaml new/os-autoinst-5.1765804109.1e7c99a/dependencies.yaml --- old/os-autoinst-5.1765533145.a82864c/dependencies.yaml 2025-12-12 10:52:25.000000000 +0100 +++ new/os-autoinst-5.1765804109.1e7c99a/dependencies.yaml 2025-12-15 14:08:29.000000000 +0100 @@ -23,6 +23,7 @@ - build_base - build - devel + - devel_non_s390 - main - spellcheck - yamllint @@ -49,6 +50,7 @@ - python_style - ocr - test_non_s390 + - devel_non_s390 - python_support - lua_support cpanfile-targets: @@ -84,9 +86,13 @@ ci_requires: perl(Devel::Cover::Report::Codecov): +devel_non_s390_requires: + ShellCheck: + devel_requires: '%test_requires': '%python_style_requires': + '%devel_non_s390_requires': file: sed: perl(Code::TidyAll): @@ -95,7 +101,6 @@ perl(Template::Toolkit): perl(Perl::Tidy): == 20250912.0.0 perl(Test::CheckGitStatus): - ShellCheck: shfmt: docker_requires: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1765533145.a82864c/dist/rpm/os-autoinst.spec new/os-autoinst-5.1765804109.1e7c99a/dist/rpm/os-autoinst.spec --- old/os-autoinst-5.1765533145.a82864c/dist/rpm/os-autoinst.spec 2025-12-12 10:52:25.000000000 +0100 +++ new/os-autoinst-5.1765804109.1e7c99a/dist/rpm/os-autoinst.spec 2025-12-15 14:08:29.000000000 +0100 @@ -118,8 +118,14 @@ %define test_version_only_requires perl(Mojo::IOLoop::ReadWriteProcess) >= 0.28 # The following line is generated from dependencies.yaml %define test_requires %build_requires %lua_support_requires %ocr_requires %python_support_requires %spellcheck_requires %test_base_requires %test_non_s390_requires %yamllint_requires ffmpeg python3-Pillow-tk +%ifnarch s390x # The following line is generated from dependencies.yaml -%define devel_requires %python_style_requires %test_requires ShellCheck file perl(Code::TidyAll) perl(Devel::Cover) perl(Module::CPANfile) perl(Perl::Tidy) perl(Template::Toolkit) perl(Test::CheckGitStatus) sed shfmt +%define devel_non_s390_requires ShellCheck +%else +%define devel_non_s390_requires %{nil} +%endif +# The following line is generated from dependencies.yaml +%define devel_requires %devel_non_s390_requires %python_style_requires %test_requires file perl(Code::TidyAll) perl(Devel::Cover) perl(Module::CPANfile) perl(Perl::Tidy) perl(Template::Toolkit) perl(Test::CheckGitStatus) sed shfmt %define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm xterm-console xdotool fonts-config mkfontdir mkfontscale openssh-clients %define ipmi_requires ipmitool %define qemu_requires qemu-tools e2fsprogs ++++++ os-autoinst.obsinfo ++++++ --- /var/tmp/diff_new_pack.rByjVR/_old 2025-12-16 16:00:46.598263619 +0100 +++ /var/tmp/diff_new_pack.rByjVR/_new 2025-12-16 16:00:46.602263788 +0100 @@ -1,5 +1,5 @@ name: os-autoinst -version: 5.1765533145.a82864c -mtime: 1765533145 -commit: a82864cbcc23db00c05e2c10d2f4eb05ba323ec9 +version: 5.1765804109.1e7c99a +mtime: 1765804109 +commit: 1e7c99a3943ea5ce0520b183b837c8f48d04423a
