Accepting request 1221408 from devel:openQA:tested
Update to 4.6.1730760855.29085e0 4.6.1730760855.29085e0 4.6.1730760855.29085e0 4.6.1730760855.29085e0 OBS-URL: https://build.opensuse.org/request/show/1221408 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=465
This commit is contained in:
commit
95c0952694
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a59b177bcfb9c47fcc0622f777b5fcbad7fc4b6896b9a5d7cfa800aecb33187
|
||||
size 36990477
|
3
os-autoinst-4.6.1730760855.29085e0.obscpio
Normal file
3
os-autoinst-4.6.1730760855.29085e0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:49330192cfbeb98532a412e52e1074b9ad6ce6c50c664b0dbd436a31aeb086f5
|
||||
size 36990477
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name os-autoinst-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1730368148.a4ace9f
|
||||
Version: 4.6.1730760855.29085e0
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst-openvswitch
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1730368148.a4ace9f
|
||||
Version: 4.6.1730760855.29085e0
|
||||
Release: 0
|
||||
Summary: test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1730368148.a4ace9f
|
||||
Version: 4.6.1730760855.29085e0
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 04 22:54:25 UTC 2024 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1730760855.29085e0:
|
||||
* Require ffmpeg during tests
|
||||
* Silence expected error message from sudo
|
||||
* Cover remaining code paths of `testapi.pm`
|
||||
* Cover remaining code paths in `_check_backend_response`
|
||||
* Improve unit test coverage of test API code handling timeouts
|
||||
* generalhw: implement eject_cd
|
||||
* t: don't hardcode line number in t/29-backend-generalhw.t
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 31 19:34:34 UTC 2024 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1730368148.a4ace9f
|
||||
mtime: 1730368148
|
||||
commit: a4ace9fb25ea2897f49821d84020e732636d8d32
|
||||
version: 4.6.1730760855.29085e0
|
||||
mtime: 1730760855
|
||||
commit: 29085e0b12b2ea3367a4df473a1bcabf87e71d1b
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1730368148.a4ace9f
|
||||
Version: 4.6.1730760855.29085e0
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -118,7 +118,7 @@ Source0: %{name}-%{version}.tar.xz
|
||||
# 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 %test_non_s390_requires %yamllint_requires python3-Pillow-tk
|
||||
%define test_requires %build_requires %ocr_requires %spellcheck_requires %test_base_requires %test_non_s390_requires %yamllint_requires ffmpeg python3-Pillow-tk
|
||||
# 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) sed shfmt
|
||||
%define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm xterm-console xdotool fonts-config mkfontdir mkfontscale openssh-clients
|
||||
|
Loading…
Reference in New Issue
Block a user