From 70d68634d8e7509f4d0b2771e6bd8a9ac6bc4b3fab73cde391f40b0567cd029c Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Sun, 23 Jan 2022 02:25:13 +0000 Subject: [PATCH] Offline generation of 4.6.1642780089.7ef72e20 4.6.1642780089.7ef72e20 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=574 --- os-autoinst-4.6.1642697070.a9af3880.obscpio | 3 --- os-autoinst-4.6.1642780089.7ef72e20.obscpio | 3 +++ os-autoinst-test.spec | 2 +- os-autoinst.changes | 14 ++++++++++++++ os-autoinst.obsinfo | 6 +++--- os-autoinst.spec | 6 ++++-- 6 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 os-autoinst-4.6.1642697070.a9af3880.obscpio create mode 100644 os-autoinst-4.6.1642780089.7ef72e20.obscpio diff --git a/os-autoinst-4.6.1642697070.a9af3880.obscpio b/os-autoinst-4.6.1642697070.a9af3880.obscpio deleted file mode 100644 index cf6e3ba..0000000 --- a/os-autoinst-4.6.1642697070.a9af3880.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d90f8ebadf954360966ee2968eb49811c9d3a0a79de9eb8a951f2bbdee428c18 -size 25303053 diff --git a/os-autoinst-4.6.1642780089.7ef72e20.obscpio b/os-autoinst-4.6.1642780089.7ef72e20.obscpio new file mode 100644 index 0000000..dafbaeb --- /dev/null +++ b/os-autoinst-4.6.1642780089.7ef72e20.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35dfe06d773af647ed96387f5f3b32b4cdb9e0601e7b4408d23e65ed56051d32 +size 25302541 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 0d5b889..e804503 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.1642697070.a9af3880 +Version: 4.6.1642780089.7ef72e20 Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later diff --git a/os-autoinst.changes b/os-autoinst.changes index ac49ba8..537bf83 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sun Jan 23 02:24:59 UTC 2022 - okurz@suse.com + +- Update to version 4.6.1642780089.7ef72e20: + * Simplify base inheritance statement with Mojo::Base everywhere + * Exclude 29-backend-driver.t from OBS checks + * Simplify string concatenation in log.pm + * Extract all log functions into new module "log" + * Remove unused function consoles::VNC::_bin_int + * Add test for defining/starting VM via VMware in svirt backend + * Use tidyall for faster tidying + * Fix single, unnecessary UTF8 character in consoles::VNC + * git subrepo pull (merge) external/os-autoinst-common + ------------------------------------------------------------------- Thu Jan 20 18:18:56 UTC 2022 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index a6537a2..019651b 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,4 +1,4 @@ name: os-autoinst -version: 4.6.1642697070.a9af3880 -mtime: 1642697070 -commit: a9af388073889ea5a28f3613d4b40fdfcdee265d +version: 4.6.1642780089.7ef72e20 +mtime: 1642780089 +commit: 7ef72e209567425123d4311781f3024f52d88f3a diff --git a/os-autoinst.spec b/os-autoinst.spec index c35520e..09c555f 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1642697070.a9af3880 +Version: 4.6.1642780089.7ef72e20 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -80,7 +80,7 @@ Source0: %{name}-%{version}.tar.xz # The following line is generated from dependencies.yaml %define test_requires %build_requires %spellcheck_requires %test_base_requires %yamllint_requires perl(Inline::Python) perl(YAML::PP) # The following line is generated from dependencies.yaml -%define devel_requires %python_style_requires %test_requires ShellCheck perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) +%define devel_requires %python_style_requires %test_requires ShellCheck perl(Code::TidyAll) perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) %define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm xterm-console xdotool fonts-config mkfontdir mkfontscale BuildRequires: %test_requires %test_version_only_requires Requires: %main_requires @@ -175,6 +175,8 @@ sed -i 's/ my $thisversion = qx{git.*rev-parse HEAD}.*;/ my $thisversion = "%{v for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 29-backend-driver 99-full-stack; do rm t/$i.t done +# exclude unnecessary author tests +rm xt/00-tidy.t # Remove test relying on a git working copy rm xt/30-make.t