Accepting request 830525 from devel:openQA:tested
Update to 4.6.1598623827.924c995d 4.6.1598623827.924c995d OBS-URL: https://build.opensuse.org/request/show/830525 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=156
This commit is contained in:
commit
efb3a76fa0
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c996e8204e48eaa8c1f4ffe25b7a41b13e7e1e70582aa29ad2c6adb18290597
|
||||
size 25035789
|
3
os-autoinst-4.6.1598623827.924c995d.obscpio
Normal file
3
os-autoinst-4.6.1598623827.924c995d.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7abe2f8c7dfc27a7d0a4b95fdcfc23004c00950f825b0c201ef06f0a80989f3f
|
||||
size 25044493
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1598452450.166a4d00
|
||||
Version: 4.6.1598623827.924c995d
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
#BuildRequires: %{short_name} == %{version}
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 30 03:26:24 UTC 2020 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1598623827.924c995d:
|
||||
* Show only one newline between serial output lines
|
||||
* Write tests for mouse_drag
|
||||
* Disable python3-yamllint when building for SLE < 15 SP2
|
||||
* Write tests for _calculate_clickpoint
|
||||
* Add `mouse_drag` subroutine to support click and drag in tests
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 26 14:34:20 UTC 2020 - okurz@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1598452450.166a4d00
|
||||
mtime: 1598452450
|
||||
commit: 166a4d005b54c228c67f4b56fc4456a940035107
|
||||
version: 4.6.1598623827.924c995d
|
||||
mtime: 1598623827
|
||||
commit: 924c995d00762c075d3bf678fb159e7c77013bd7
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1598452450.166a4d00
|
||||
Version: 4.6.1598623827.924c995d
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -55,12 +55,23 @@ Source0: %{name}-%{version}.tar.xz
|
||||
%define spellcheck_requires %{nil}
|
||||
%define spellcheck_make_args_for_autotools CHECK_DOC=0
|
||||
%endif
|
||||
%if 0%{?sle_version} < 150200 && !0%{?is_opensuse}
|
||||
%bcond_without yamllint
|
||||
%else
|
||||
%bcond_with yamllint
|
||||
%endif
|
||||
%if %{with yamllint}
|
||||
# The following line is generated from dependencies.yaml
|
||||
%define yamllint_requires python3-yamllint
|
||||
%else
|
||||
%define yamllint_requires %{nil}
|
||||
%endif
|
||||
# The following line is generated from dependencies.yaml
|
||||
%define test_base_requires %main_requires perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Exception) perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) perl(Test::Mojo) perl(Test::More) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 procps python3-setuptools qemu qemu-tools qemu-x86
|
||||
# The following line is generated from dependencies.yaml
|
||||
%define test_legacy_requires %build_legacy_requires %test_base_requires
|
||||
# The following line is generated from dependencies.yaml
|
||||
%define test_requires %build_requires %spellcheck_requires %test_base_requires perl(YAML::PP) python3-yamllint
|
||||
%define test_requires %build_requires %spellcheck_requires %test_base_requires %yamllint_requires perl(YAML::PP)
|
||||
# The following line is generated from dependencies.yaml
|
||||
%define devel_requires %test_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
|
||||
%if 0%{?suse_version} == 1315
|
||||
|
Loading…
Reference in New Issue
Block a user