Offline generation of 4.6.1594675641.d4771812

4.6.1594675641.d4771812

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=371
This commit is contained in:
Oliver Kurz 2020-07-14 11:25:39 +00:00 committed by Git OBS Bridge
parent fda7d4ecb7
commit 9f577dab8a
6 changed files with 21 additions and 11 deletions

View File

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

View File

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

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.1594403896.2efdd93e Version: 4.6.1594675641.d4771812
Release: 0 Release: 0
Summary: test package for os-autoinst Summary: test package for os-autoinst
#BuildRequires: %{short_name} == %{version} #BuildRequires: %{short_name} == %{version}

View File

@ -1,7 +1,16 @@
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jul 12 03:25:38 UTC 2020 - okurz@suse.com Mon Jul 13 21:27:30 UTC 2020 - okurz@suse.com
- Update to version 4.6.1594403896.2efdd93e: - Update to version 4.6.1594675641.d4771812:
* Extend test for missing file installations with simulated install
* Add yamllint checks
* codecov.yml: Simplify format
* Fix YAML style issues in codecov.yml
* Fix YAML style issues in dependencies.yaml
* Add test for missing install specifications
* spec: Fix missing signalblocker
* Fix missing signalblocker.pm introduced by 809f7df5
* mergify: Wait for OBS Package Build as well after we have it back
* Add deactivate IPMI SOL for sshXtermIPMI to fix xterm start failure * Add deactivate IPMI SOL for sshXtermIPMI to fix xterm start failure
* Stabialize t/18-qemu-options.t by letting QEMU finish by itself * Stabialize t/18-qemu-options.t by letting QEMU finish by itself
* Adjust test variable EXPECTED_QEMU_START_S * Adjust test variable EXPECTED_QEMU_START_S

View File

@ -1,5 +1,5 @@
name: os-autoinst name: os-autoinst
version: 4.6.1594403896.2efdd93e version: 4.6.1594675641.d4771812
mtime: 1594403896 mtime: 1594675641
commit: 2efdd93ec495e7873693e9814b80aab5519eb485 commit: d47718127dcde351ae7a85e3a22848606e8270a6

View File

@ -17,7 +17,7 @@
Name: os-autoinst Name: os-autoinst
Version: 4.6.1594403896.2efdd93e Version: 4.6.1594675641.d4771812
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
@ -52,7 +52,7 @@ Source0: %{name}-%{version}.tar.xz
%define make_check_args CHECK_DOC=0 %define make_check_args CHECK_DOC=0
%endif %endif
# The following line is generated from dependencies.yaml # The following line is generated from dependencies.yaml
%define test_requires %build_requires %main_requires %spellcheck_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 perl(YAML::PP) qemu qemu-tools qemu-x86 %define test_requires %build_requires %main_requires %spellcheck_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 perl(YAML::PP) python3-setuptools python3-yamllint qemu qemu-tools qemu-x86
# The following line is generated from dependencies.yaml # The following line is generated from dependencies.yaml
%define devel_requires %test_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy) %define devel_requires %test_requires perl(Devel::Cover) perl(Devel::Cover::Report::Codecov) perl(Perl::Tidy)
BuildRequires: %test_requires BuildRequires: %test_requires
@ -171,6 +171,7 @@ make check test VERBOSE=1 %{make_check_args}
%{_libexecdir}/os-autoinst/ocr.pm %{_libexecdir}/os-autoinst/ocr.pm
%{_libexecdir}/os-autoinst/needle.pm %{_libexecdir}/os-autoinst/needle.pm
%{_libexecdir}/os-autoinst/osutils.pm %{_libexecdir}/os-autoinst/osutils.pm
%{_libexecdir}/os-autoinst/signalblocker.pm
%{_libexecdir}/os-autoinst/myjsonrpc.pm %{_libexecdir}/os-autoinst/myjsonrpc.pm
%{_libexecdir}/os-autoinst/backend %{_libexecdir}/os-autoinst/backend
%{_libexecdir}/os-autoinst/OpenQA %{_libexecdir}/os-autoinst/OpenQA