Accepting request 948169 from devel:openQA:tested
Update to 4.6.1642780089.7ef72e20 4.6.1642780089.7ef72e20 OBS-URL: https://build.opensuse.org/request/show/948169 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=256
This commit is contained in:
commit
919e4d9ff7
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d90f8ebadf954360966ee2968eb49811c9d3a0a79de9eb8a951f2bbdee428c18
|
||||
size 25303053
|
3
os-autoinst-4.6.1642780089.7ef72e20.obscpio
Normal file
3
os-autoinst-4.6.1642780089.7ef72e20.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:35dfe06d773af647ed96387f5f3b32b4cdb9e0601e7b4408d23e65ed56051d32
|
||||
size 25302541
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user