Accepting request 930501 from devel:openQA:tested

Update to 4.6.1636474618.9c079e07
4.6.1636474618.9c079e07

OBS-URL: https://build.opensuse.org/request/show/930501
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=235
This commit is contained in:
Dominique Leuenberger 2021-11-09 22:55:08 +00:00 committed by Git OBS Bridge
commit 9b712074d9
6 changed files with 29 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:475520f76ab7d5054de178ee6f8efaaba76b2bab93aeca19ac0dda8df117ae6a
size 25263629

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9d8cba923a3c74d36c3413874850469b2e45dce26f09c576f6e2ef4136c33843
size 25268749

View File

@ -19,7 +19,7 @@
%define name_ext -test %define name_ext -test
%define short_name os-autoinst %define short_name os-autoinst
Name: %{short_name}%{?name_ext} Name: %{short_name}%{?name_ext}
Version: 4.6.1635869279.8838dc09 Version: 4.6.1636474618.9c079e07
Release: 0 Release: 0
Summary: test package for os-autoinst Summary: test package for os-autoinst
License: GPL-2.0-or-later License: GPL-2.0-or-later

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Tue Nov 09 16:17:05 UTC 2021 - okurz@suse.com
- Update to version 4.6.1636474618.9c079e07:
* t: Add test for backend::spvm
* t: Add test for backend::driver
* t: Add test for backend::null
* Simplify backend::baseclass::alive
* Delete unused exception handling in backend::qemu
* backend::qemu: Fix bug that qemu alive status was never tested
* Declare likely obsolete backend::pvm as deprecated
* Mark only sporadically test covered statements
* t: Improve Test::More error output context in helper
* t: Output state file content in case of error where missing
* Add simple instantiation test of backend::pvm
* dist: Do not build for i586
* Fix missing subsecond display in video captions
* doc: Add missing documentation for NOVALINK variables
* Update tidy to 20211029
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Nov 02 16:18:12 UTC 2021 - okurz@suse.com Tue Nov 02 16:18:12 UTC 2021 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: os-autoinst name: os-autoinst
version: 4.6.1635869279.8838dc09 version: 4.6.1636474618.9c079e07
mtime: 1635869279 mtime: 1636474618
commit: 8838dc09a5d78b3f690137989b31a76365794144 commit: 9c079e075a5ede5420f4771bec897a2e6122776d

View File

@ -17,7 +17,7 @@
Name: os-autoinst Name: os-autoinst
Version: 4.6.1635869279.8838dc09 Version: 4.6.1636474618.9c079e07
Release: 0 Release: 0
Summary: OS-level test automation Summary: OS-level test automation
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -93,6 +93,7 @@ Recommends: perl(Inline::Python)
Requires(pre): %{_bindir}/getent Requires(pre): %{_bindir}/getent
Requires(pre): %{_sbindir}/useradd Requires(pre): %{_sbindir}/useradd
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: %{ix86}
%description %description
The OS-autoinst project aims at providing a means to run fully The OS-autoinst project aims at providing a means to run fully