Update to 5.1765311639.7e3a762 5.1765311639.7e3a762 5.1765311639.7e3a762 5.1765311639.7e3a762 #7

Manually merged
pool merged 1 commits from os-autoinst-obs-workflow/os-autoinst:leap-16.0 into leap-16.0 2026-01-08 09:52:51 +01:00
8 changed files with 108 additions and 16 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,7 @@
#
# spec file for package os-autoinst-devel-test
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define short_name os-autoinst-devel
Name: %{short_name}-test
Version: 5.1764330105.c5cfd48
Version: 5.1767623406.688dd0e
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@@ -1,7 +1,7 @@
#
# spec file for package os-autoinst-openvswitch-test
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst-openvswitch
Name: %{short_name}%{?name_ext}
Version: 5.1764330105.c5cfd48
Version: 5.1767623406.688dd0e
Release: 0
Summary: test package for %{short_name}
License: GPL-2.0-or-later

View File

@@ -1,7 +1,7 @@
#
# spec file for package os-autoinst-test
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 5.1764330105.c5cfd48
Version: 5.1767623406.688dd0e
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0-or-later

View File

@@ -1,3 +1,85 @@
-------------------------------------------------------------------
Mon Jan 05 16:08:57 UTC 2026 - okurz@suse.com
- Update to version 5.1767623406.688dd0e:
* os-autoinst-generate-needle-preview: Embed PNG
* Tweak curl call not to hang
* Fix opencv dependency due to upstream changes
* Restore package builds on older openSUSE versions
* Remove `ShellCheck` from devel dependencies on s390x
-------------------------------------------------------------------
Thu Dec 18 21:51:02 UTC 2025 - okurz@suse.com
- Update to version 5.1766037062.44c7d2a:
* Tweak curl call not to hang
* Fix opencv dependency due to upstream changes
* Restore package builds on older openSUSE versions
* Remove `ShellCheck` from devel dependencies on s390x
* Remove obsolete 'bin/' folder
-------------------------------------------------------------------
Wed Dec 17 17:11:55 UTC 2025 - okurz@suse.com
- Update to version 5.1765976654.0026f92:
* Fix opencv dependency due to upstream changes
* Restore package builds on older openSUSE versions
* Remove `ShellCheck` from devel dependencies on s390x
* Remove obsolete 'bin/' folder
* Improve documentation strings for get/check_var
-------------------------------------------------------------------
Tue Dec 16 20:39:50 UTC 2025 - okurz@suse.com
- Update to version 5.1765808557.b89e9b4:
* Restore package builds on older openSUSE versions
* 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
-------------------------------------------------------------------
Mon Dec 15 13:09:59 UTC 2025 - okurz@suse.com
- 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
-------------------------------------------------------------------
Fri Dec 12 11:42:16 UTC 2025 - okurz@suse.com
- Update to version 5.1765533145.a82864c:
* 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
* Add port forwarding example for NICTYPE_USER_OPTIONS
-------------------------------------------------------------------
Thu Dec 11 12:33:13 UTC 2025 - okurz@suse.com
- Update to version 5.1765450253.f16e6ac:
* Simplify the code to increment the counter
* audio: Allow for multiple audio recordings per test
* Improve documentation strings for get/check_var
* Add port forwarding example for NICTYPE_USER_OPTIONS
* Fix regression from abcaa66b by disabling virtio-keyboard by default
* distribution: Add "disable_key_repeat"
* Use 'virtio-keyboard' by default to allow fixing key repetition errors
-------------------------------------------------------------------
Tue Dec 09 20:44:16 UTC 2025 - okurz@suse.com
- Update to version 5.1765311639.7e3a762:
* Simplify the code to increment the counter
* audio: Allow for multiple audio recordings per test
* Add port forwarding example for NICTYPE_USER_OPTIONS
* Fix regression from abcaa66b by disabling virtio-keyboard by default
* Add IPv6 support for multi machine tests
-------------------------------------------------------------------
Fri Nov 28 21:20:17 UTC 2025 - okurz@suse.com

View File

@@ -1,4 +1,4 @@
name: os-autoinst
version: 5.1764330105.c5cfd48
mtime: 1764330105
commit: c5cfd48b19ddccceb356c4080b163d775381741d
version: 5.1767623406.688dd0e
mtime: 1767623406
commit: 688dd0e47acd2a7dafa718ac4065e0f3e7646379

View File

@@ -1,7 +1,7 @@
#
# spec file for package os-autoinst
#
# Copyright (c) 2025 SUSE LLC and contributors
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: os-autoinst
Version: 5.1764330105.c5cfd48
Version: 5.1767623406.688dd0e
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@@ -67,11 +67,15 @@ Source0: %{name}-%{version}.tar.xz
%bcond_with black
%endif
# SLE is missing Python and Lua support requirements
# older openSUSE versions are missing requirements for Lua support
%if 0%{?is_opensuse}
%bcond_without python_support
%bcond_without lua_support
%else
%bcond_with python_support
%endif
%if 0%{?is_opensuse} && (0%{?suse_version} >= 1600 || 0%{?sle_version} >= 150600)
%bcond_without lua_support
%else
%bcond_with lua_support
%endif
%if %{with python_support}
@@ -118,8 +122,14 @@ Source0: %{name}-%{version}.tar.xz
%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