diff --git a/os-autoinst-4.6.1598452450.166a4d00.obscpio b/os-autoinst-4.6.1598452450.166a4d00.obscpio deleted file mode 100644 index ebb8f94..0000000 --- a/os-autoinst-4.6.1598452450.166a4d00.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c996e8204e48eaa8c1f4ffe25b7a41b13e7e1e70582aa29ad2c6adb18290597 -size 25035789 diff --git a/os-autoinst-4.6.1598623827.924c995d.obscpio b/os-autoinst-4.6.1598623827.924c995d.obscpio new file mode 100644 index 0000000..46b38c5 --- /dev/null +++ b/os-autoinst-4.6.1598623827.924c995d.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7abe2f8c7dfc27a7d0a4b95fdcfc23004c00950f825b0c201ef06f0a80989f3f +size 25044493 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 1e3e78d..6704b70 100644 --- a/os-autoinst-test.spec +++ b/os-autoinst-test.spec @@ -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} diff --git a/os-autoinst.changes b/os-autoinst.changes index d401ec2..a98fc9f 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -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 diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index f739a4c..0e431c5 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -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 diff --git a/os-autoinst.spec b/os-autoinst.spec index 35faa65..6c4a742 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -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