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:
commit
9b712074d9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:475520f76ab7d5054de178ee6f8efaaba76b2bab93aeca19ac0dda8df117ae6a
|
||||
size 25263629
|
3
os-autoinst-4.6.1636474618.9c079e07.obscpio
Normal file
3
os-autoinst-4.6.1636474618.9c079e07.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d8cba923a3c74d36c3413874850469b2e45dce26f09c576f6e2ef4136c33843
|
||||
size 25268749
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1635869279.8838dc09
|
||||
Version: 4.6.1636474618.9c079e07
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -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
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1635869279.8838dc09
|
||||
mtime: 1635869279
|
||||
commit: 8838dc09a5d78b3f690137989b31a76365794144
|
||||
version: 4.6.1636474618.9c079e07
|
||||
mtime: 1636474618
|
||||
commit: 9c079e075a5ede5420f4771bec897a2e6122776d
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1635869279.8838dc09
|
||||
Version: 4.6.1636474618.9c079e07
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -93,6 +93,7 @@ Recommends: perl(Inline::Python)
|
||||
Requires(pre): %{_bindir}/getent
|
||||
Requires(pre): %{_sbindir}/useradd
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
ExcludeArch: %{ix86}
|
||||
|
||||
%description
|
||||
The OS-autoinst project aims at providing a means to run fully
|
||||
|
Loading…
x
Reference in New Issue
Block a user