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-14 11:23:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:16.0/os-autoinst (Old) and /work/SRC/openSUSE:Leap:16.0/.os-autoinst.new.7373 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "os-autoinst" Mon Jul 14 11:23:36 2025 rev:9 rq:1292339 version:5.1752222511.9791c75 Changes: -------- --- /work/SRC/openSUSE:Leap:16.0/os-autoinst/os-autoinst.changes 2025-07-08 11:32:14.464760044 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.os-autoinst.new.7373/os-autoinst.changes 2025-07-14 11:23:59.344680327 +0200 @@ -1,0 +2,10 @@ +Sat Jul 12 11:52:50 UTC 2025 - ok...@suse.com + +- Update to version 5.1752222511.9791c75: + * setup-multi-machine: extend network service detection + * CI: Enable Leap 16.0 OBS build checks + * Autodetect default ethernet dev/br in os-autoinst-setup-multi-machine + * Fix category generation for paths to lua test modules + * Update Perl::Tidy to 20250616.0.0 + +------------------------------------------------------------------- Old: ---- os-autoinst-5.1751897761.d55ec72.obscpio New: ---- os-autoinst-5.1752222511.9791c75.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ os-autoinst-devel-test.spec ++++++ --- /var/tmp/diff_new_pack.C0PR5N/_old 2025-07-14 11:23:59.792698799 +0200 +++ /var/tmp/diff_new_pack.C0PR5N/_new 2025-07-14 11:23:59.792698799 +0200 @@ -18,7 +18,7 @@ %define short_name os-autoinst-devel Name: %{short_name}-test -Version: 5.1751897761.d55ec72 +Version: 5.1752222511.9791c75 Release: 0 Summary: Test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-openvswitch-test.spec ++++++ --- /var/tmp/diff_new_pack.C0PR5N/_old 2025-07-14 11:23:59.832700448 +0200 +++ /var/tmp/diff_new_pack.C0PR5N/_new 2025-07-14 11:23:59.836700613 +0200 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst-openvswitch Name: %{short_name}%{?name_ext} -Version: 5.1751897761.d55ec72 +Version: 5.1752222511.9791c75 Release: 0 Summary: test package for %{short_name} License: GPL-2.0-or-later ++++++ os-autoinst-test.spec ++++++ --- /var/tmp/diff_new_pack.C0PR5N/_old 2025-07-14 11:23:59.880702427 +0200 +++ /var/tmp/diff_new_pack.C0PR5N/_new 2025-07-14 11:23:59.880702427 +0200 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 5.1751897761.d55ec72 +Version: 5.1752222511.9791c75 Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later ++++++ os-autoinst.spec ++++++ --- /var/tmp/diff_new_pack.C0PR5N/_old 2025-07-14 11:23:59.920704076 +0200 +++ /var/tmp/diff_new_pack.C0PR5N/_new 2025-07-14 11:23:59.924704241 +0200 @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 5.1751897761.d55ec72 +Version: 5.1752222511.9791c75 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later ++++++ os-autoinst-5.1751897761.d55ec72.obscpio -> os-autoinst-5.1752222511.9791c75.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1751897761.d55ec72/script/os-autoinst-setup-multi-machine new/os-autoinst-5.1752222511.9791c75/script/os-autoinst-setup-multi-machine --- old/os-autoinst-5.1751897761.d55ec72/script/os-autoinst-setup-multi-machine 2025-07-07 16:16:01.000000000 +0200 +++ new/os-autoinst-5.1752222511.9791c75/script/os-autoinst-setup-multi-machine 2025-07-11 10:28:31.000000000 +0200 @@ -147,6 +147,10 @@ main() { network=$(basename -s.service "$(readlink /etc/systemd/system/network.service)") + if [[ -z "${network}" ]]; then + systemctl is-enabled NetworkManager.service && network=NetworkManager + systemctl is-enabled wicked.service && network=wicked + fi test "$network" = wicked -o "$network" = NetworkManager || { echo "This script only works with wicked network daemon or NetworkManager" exit 1 ++++++ os-autoinst.obsinfo ++++++ --- /var/tmp/diff_new_pack.C0PR5N/_old 2025-07-14 11:24:01.940787362 +0200 +++ /var/tmp/diff_new_pack.C0PR5N/_new 2025-07-14 11:24:01.944787527 +0200 @@ -1,5 +1,5 @@ name: os-autoinst -version: 5.1751897761.d55ec72 -mtime: 1751897761 -commit: d55ec722f662bc218505f314e9cc249eeb6a5cd7 +version: 5.1752222511.9791c75 +mtime: 1752222511 +commit: 9791c753a5b133ee221bfca02e179dcde6937e48