Accepting request 1066441 from devel:openQA:tested

Update to 4.6.1676641030.f996c8e
4.6.1676641030.f996c8e

OBS-URL: https://build.opensuse.org/request/show/1066441
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=360
This commit is contained in:
Dominique Leuenberger 2023-02-18 16:11:03 +00:00 committed by Git OBS Bridge
commit 1722f5ea15
6 changed files with 41 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6fc5f9a2e59340f2db3bb44dd0d7dfd47c2c90cbb08ca981ca2513252c862904
size 34980365

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5afbfdccac381dd5608ee8f40cface59cb5f13653422014510eb7e302e283b3b
size 34980877

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.6.1676451610.d3d76e5
Version: 4.6.1676641030.f996c8e
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0-or-later

View File

@ -1,3 +1,17 @@
-------------------------------------------------------------------
Sat Feb 18 02:36:48 UTC 2023 - okurz@suse.com
- Update to version 4.6.1676641030.f996c8e:
* Disable test for OCR feature on archs where we lack dependencies
* testapi: Fix 'snd2png' call arguments introduced in 264fcd83
* Introduce VNC_EXTRA_VARS variable
* Fix retry logic for git clone
* Turn off commit signing in git tests
* Use proper perl "signatures" in testapi
* t: Remove unnecessary uncovered mocking in 03-testapi.t
* t: Cleanup temporary file from 03-testapi.t at end of test
* testapi: Add signatures for various, now test-covered functions
-------------------------------------------------------------------
Wed Feb 15 09:00:17 UTC 2023 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: os-autoinst
version: 4.6.1676451610.d3d76e5
mtime: 1676451610
commit: d3d76e57beb6f45ace755b50d3b5c53c8a263606
version: 4.6.1676641030.f996c8e
mtime: 1676641030
commit: f996c8e238fc1cb63c6c3b30328970dd54b1ea00

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.6.1676451610.d3d76e5
Version: 4.6.1676641030.f996c8e
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -73,12 +73,23 @@ Source0: %{name}-%{version}.tar.xz
%else
%define python_style_requires %{nil}
%endif
%ifnarch ppc ppc64 ppc64le s390x
%bcond_without ocr
%else
%bcond_with ocr
%endif
%if %{with ocr}
# The following line is generated from dependencies.yaml
%define ocr_requires tesseract-ocr tesseract-ocr-traineddata-english
%else
%define ocr_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 qemu-x86 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 %spellcheck_requires %test_base_requires %yamllint_requires perl(Inline::Python) python3-Pillow-tk tesseract-ocr tesseract-ocr-traineddata-english
%define test_requires %build_requires %ocr_requires %spellcheck_requires %test_base_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(Perl::Tidy) perl(Template::Toolkit)
%define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm xterm-console xdotool fonts-config mkfontdir mkfontscale
@ -86,10 +97,12 @@ BuildRequires: %test_requires %test_version_only_requires
# For unbuffered output of Perl testsuite, especially when running it on OBS so timestamps in the log are actually useful
BuildRequires: expect
Requires: %main_requires
%if %{with ocr}
Recommends: tesseract-ocr
%endif
Recommends: dumponlyconsole %s390_zvm_requires
Recommends: qemu >= 4.0.0
Recommends: qemu-tools
Recommends: tesseract-ocr
# Optional dependency for Python test API support
Recommends: perl(Inline::Python)
# Optional dependency for crop.py
@ -185,6 +198,10 @@ rm xt/00-tidy.t
rm xt/30-make.t
# https://progress.opensuse.org/issues/114881
rm t/27-consoles-vmware.t
# exclude tests requiring OCR dependencies when those are disabled
%if %{without ocr}
rm t/02-test_ocr.t
%endif
%build
%define __builder ninja