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 2024-04-14 11:56:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and      /work/SRC/openSUSE:Factory/.os-autoinst.new.26366 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-autoinst"

Sun Apr 14 11:56:25 2024 rev:429 rq:1167580 version:4.6.1712854180.1bf0714

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2024-04-12 
17:38:21.007630136 +0200
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.26366/os-autoinst.changes       
2024-04-14 12:26:34.757862979 +0200
@@ -1,0 +2,10 @@
+Sat Apr 13 22:44:13 UTC 2024 - ok...@suse.com
+
+- Update to version 4.6.1712854180.1bf0714:
+  * Adjust dependencies to support build of s390x packages
+  * setup-multimachine: Retry package installation up to 7 times
+  * Remove warning of uninitialized value
+  * Update codecov action to v4
+  * Unify size argument for disk creation
+
+-------------------------------------------------------------------

Old:
----
  os-autoinst-4.6.1712742175.5de9696.obscpio

New:
----
  os-autoinst-4.6.1712854180.1bf0714.obscpio

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

Other differences:
------------------
++++++ os-autoinst-devel-test.spec ++++++
--- /var/tmp/diff_new_pack.nDDRMp/_old  2024-04-14 12:26:35.533891304 +0200
+++ /var/tmp/diff_new_pack.nDDRMp/_new  2024-04-14 12:26:35.533891304 +0200
@@ -18,7 +18,7 @@
 
 %define         short_name os-autoinst-devel
 Name:           %{short_name}-test
-Version:        4.6.1712742175.5de9696
+Version:        4.6.1712854180.1bf0714
 Release:        0
 Summary:        Test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-openvswitch-test.spec ++++++
--- /var/tmp/diff_new_pack.nDDRMp/_old  2024-04-14 12:26:35.557892180 +0200
+++ /var/tmp/diff_new_pack.nDDRMp/_new  2024-04-14 12:26:35.557892180 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst-openvswitch
 Name:           %{short_name}%{?name_ext}
-Version:        4.6.1712742175.5de9696
+Version:        4.6.1712854180.1bf0714
 Release:        0
 Summary:        test package for %{short_name}
 License:        GPL-2.0-or-later

++++++ os-autoinst-test.spec ++++++
--- /var/tmp/diff_new_pack.nDDRMp/_old  2024-04-14 12:26:35.581893056 +0200
+++ /var/tmp/diff_new_pack.nDDRMp/_new  2024-04-14 12:26:35.581893056 +0200
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst
 Name:           %{short_name}%{?name_ext}
-Version:        4.6.1712742175.5de9696
+Version:        4.6.1712854180.1bf0714
 Release:        0
 Summary:        test package for os-autoinst
 License:        GPL-2.0-or-later

++++++ os-autoinst.spec ++++++
--- /var/tmp/diff_new_pack.nDDRMp/_old  2024-04-14 12:26:35.609894078 +0200
+++ /var/tmp/diff_new_pack.nDDRMp/_new  2024-04-14 12:26:35.609894078 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           os-autoinst
-Version:        4.6.1712742175.5de9696
+Version:        4.6.1712854180.1bf0714
 Release:        0
 Summary:        OS-level test automation
 License:        GPL-2.0-or-later
@@ -84,12 +84,18 @@
 %else
 %define ocr_requires %{nil}
 %endif
+%ifnarch s390x
 # The following line is generated from dependencies.yaml
-%define test_base_requires %main_requires cpio icewm ipxe-bootimgs 
perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) 
perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) 
perl(Test::MockObject) perl(Test::MockRandom) perl(Test::Mojo) perl(Test::Most) 
perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 
0.029 procps python3-setuptools qemu >= 4.0 qemu-tools qemu-x86 xorg-x11-Xvnc 
xterm xterm-console
+%define test_non_s390_requires ipxe-bootimgs qemu-x86
+%else
+%define test_non_s390_requires %{nil}
+%endif
+# The following line is generated from dependencies.yaml
+%define test_base_requires %main_requires cpio icewm perl(Benchmark) 
perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Fatal) 
perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) 
perl(Test::MockRandom) perl(Test::Mojo) perl(Test::Most) perl(Test::Output) 
perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 procps 
python3-setuptools qemu >= 4.0 qemu-tools xorg-x11-Xvnc xterm xterm-console
 # The following line is generated from dependencies.yaml
 %define test_version_only_requires perl(Mojo::IOLoop::ReadWriteProcess) >= 0.28
 # The following line is generated from dependencies.yaml
-%define test_requires %build_requires %ocr_requires %spellcheck_requires 
%test_base_requires %yamllint_requires perl(Inline::Python) python3-Pillow-tk
+%define test_requires %build_requires %ocr_requires %spellcheck_requires 
%test_base_requires %test_non_s390_requires %yamllint_requires 
perl(Inline::Python) python3-Pillow-tk
 # The following line is generated from dependencies.yaml
 %define devel_requires %python_style_requires %test_requires ShellCheck 
perl(Code::TidyAll) perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) 
perl(Module::CPANfile) perl(Perl::Tidy) perl(Template::Toolkit) shfmt
 %define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm 
xterm-console xdotool fonts-config mkfontdir mkfontscale openssh-clients

++++++ os-autoinst-4.6.1712742175.5de9696.obscpio -> 
os-autoinst-4.6.1712854180.1bf0714.obscpio ++++++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.6.1712742175.5de9696.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.26366/os-autoinst-4.6.1712854180.1bf0714.obscpio
 differ: char 50, line 1

++++++ os-autoinst.obsinfo ++++++
--- /var/tmp/diff_new_pack.nDDRMp/_old  2024-04-14 12:26:35.669896268 +0200
+++ /var/tmp/diff_new_pack.nDDRMp/_new  2024-04-14 12:26:35.673896414 +0200
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.6.1712742175.5de9696
-mtime: 1712742175
-commit: 5de96962c5c72394c72f51deba9baabda4cbac51
+version: 4.6.1712854180.1bf0714
+mtime: 1712854180
+commit: 1bf071428b1407a7b7799edad68656ffff36b830
 

Reply via email to