Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package os-autoinst for openSUSE:Leap:16.0 checked in at 2025-07-01 13:01:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/os-autoinst (Old) and /work/SRC/openSUSE:Leap:16.0/.os-autoinst.new.7067 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-autoinst" Tue Jul 1 13:01:15 2025 rev:4 rq:1289345 version:5.1751292366.cb60853 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/os-autoinst/os-autoinst.changes 2025-06-19 01:29:04.177446392 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.os-autoinst.new.7067/os-autoinst.changes 2025-07-01 13:01:17.722332376 +0200 @@ -1,0 +2,22 @@ +Mon Jun 30 17:30:19 UTC 2025 - ok...@suse.com + +- Update to version 5.1751292366.cb60853: + * Fix category generation for paths to lua test modules + * Update Perl::Tidy to 20250616.0.0 + * generalhw: fix is_shutdown signature + * Workaround coverage issue + * Rename `$mock_main` to `$mock_ovs` in OVS unit test + * Extend logging in OVS service to debug its occasional unresponsiveness + +------------------------------------------------------------------- +Sat Jun 28 00:22:30 UTC 2025 - ok...@suse.com + +- Update to version 5.1750841733.3fc0bf7: + * Update Perl::Tidy to 20250616.0.0 + * generalhw: fix is_shutdown signature + * Workaround coverage issue + * Rename `$mock_main` to `$mock_ovs` in OVS unit test + * Extend logging in OVS service to debug its occasional unresponsiveness + * VMWare-related code made compatible with non-GNU ps + +------------------------------------------------------------------- Old: ---- os-autoinst-5.1750149141.e9a7b3a.obscpio New: ---- os-autoinst-5.1751292366.cb60853.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-autoinst-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.ZIcbLp/_old 2025-07-01 13:01:19.858420819 +0200 +++ /var/tmp/diff_new_pack.ZIcbLp/_new 2025-07-01 13:01:19.870421316 +0200 @@ -18,7 +18,7 @@ %define short_name os-autoinst-devel Name: %{short_name}-test -Version: 5.1750149141.e9a7b3a +Version: 5.1751292366.cb60853 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-openvswitch-test.spec ++++++ --- /var/tmp/diff_new_pack.ZIcbLp/_old 2025-07-01 13:01:20.118431585 +0200 +++ /var/tmp/diff_new_pack.ZIcbLp/_new 2025-07-01 13:01:20.146432744 +0200 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst-openvswitch Name: %{short_name}%{?name_ext} -Version: 5.1750149141.e9a7b3a +Version: 5.1751292366.cb60853 Release: 0 Summary: test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-test.spec ++++++ --- /var/tmp/diff_new_pack.ZIcbLp/_old 2025-07-01 13:01:20.498447319 +0200 +++ /var/tmp/diff_new_pack.ZIcbLp/_new 2025-07-01 13:01:20.518448147 +0200 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 5.1750149141.e9a7b3a +Version: 5.1751292366.cb60853 Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later ++++++ os-autoinst.spec ++++++ --- /var/tmp/diff_new_pack.ZIcbLp/_old 2025-07-01 13:01:20.958466366 +0200 +++ /var/tmp/diff_new_pack.ZIcbLp/_new 2025-07-01 13:01:20.990467691 +0200 @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 5.1750149141.e9a7b3a +Version: 5.1751292366.cb60853 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later ++++++ os-autoinst-5.1750149141.e9a7b3a.obscpio -> os-autoinst-5.1751292366.cb60853.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1750149141.e9a7b3a/autotest.pm new/os-autoinst-5.1751292366.cb60853/autotest.pm --- old/os-autoinst-5.1750149141.e9a7b3a/autotest.pm 2025-06-17 10:32:21.000000000 +0200 +++ new/os-autoinst-5.1751292366.cb60853/autotest.pm 2025-06-30 16:06:06.000000000 +0200 @@ -308,7 +308,7 @@ my $name = $2; if ($category ne 'other') { # show full folder hierarchy as category for non-sideloaded tests - my $pattern = qr,(tests/[^/]+/)?tests/([\w/]+)/([^/]+)\.p[my]$,; + my $pattern = qr,(tests/[^/]+/)?tests/([\w/]+)/([^/]+)\.(p[my]|lua)$,; $category = $2 if $script_path =~ $pattern; } return ($name, $category); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1750149141.e9a7b3a/cpanfile new/os-autoinst-5.1751292366.cb60853/cpanfile --- old/os-autoinst-5.1750149141.e9a7b3a/cpanfile 2025-06-17 10:32:21.000000000 +0200 +++ new/os-autoinst-5.1751292366.cb60853/cpanfile 2025-06-30 16:06:06.000000000 +0200 @@ -102,7 +102,7 @@ requires 'Code::TidyAll'; requires 'Devel::Cover'; requires 'Module::CPANfile'; - requires 'Perl::Tidy', '== 20250311.0.0'; + requires 'Perl::Tidy', '== 20250616.0.0'; requires 'Template::Toolkit'; requires 'Test::CheckGitStatus'; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1750149141.e9a7b3a/dependencies.yaml new/os-autoinst-5.1751292366.cb60853/dependencies.yaml --- old/os-autoinst-5.1750149141.e9a7b3a/dependencies.yaml 2025-06-17 10:32:21.000000000 +0200 +++ new/os-autoinst-5.1751292366.cb60853/dependencies.yaml 2025-06-30 16:06:06.000000000 +0200 @@ -93,7 +93,7 @@ perl(Devel::Cover): perl(Module::CPANfile): perl(Template::Toolkit): - perl(Perl::Tidy): == 20250311.0.0 + perl(Perl::Tidy): == 20250616.0.0 perl(Test::CheckGitStatus): ShellCheck: shfmt: ++++++ os-autoinst.obsinfo ++++++ --- /var/tmp/diff_new_pack.ZIcbLp/_old 2025-07-01 13:01:26.082678530 +0200 +++ /var/tmp/diff_new_pack.ZIcbLp/_new 2025-07-01 13:01:26.086678696 +0200 @@ -1,5 +1,5 @@ name: os-autoinst -version: 5.1750149141.e9a7b3a -mtime: 1750149141 -commit: e9a7b3a4249842f6d6295a71eb7add596c76cb1a +version: 5.1751292366.cb60853 +mtime: 1751292366 +commit: cb60853c415482d04317c47b78149dcc5095ec5f