Accepting request 959283 from devel:openQA:tested

Update to 4.6.1646240746.8eee6a61
4.6.1646240746.8eee6a61

OBS-URL: https://build.opensuse.org/request/show/959283
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=269
This commit is contained in:
Dominique Leuenberger 2022-03-03 23:18:26 +00:00 committed by Git OBS Bridge
commit 7e0c9a4774
6 changed files with 26 additions and 10 deletions

View File

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

View File

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

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.6.1646045612.c69906cf
Version: 4.6.1646240746.8eee6a61
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0-or-later

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Mar 03 18:14:19 UTC 2022 - okurz@suse.com
- Update to version 4.6.1646240746.8eee6a61:
* Add proper command line parsing for all scripts
* Add proper header to os-autoinst-openvswitch
* Add dependency for crop.py
* Remove obsolete python2 support in crop.py
* Remove obsolete autogen.sh
* Fix condition in script `check_qemu_oom`
* Fix language in check_needles.pl
* Simplify common scripts
* Use proper perl "signatures" in common script files
* t: Also prevent git-related problems in 14-isotovideo and 30-make
-------------------------------------------------------------------
Tue Mar 01 10:11:42 UTC 2022 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: os-autoinst
version: 4.6.1646045612.c69906cf
mtime: 1646045612
commit: c69906cfaf83ec61a49b54bebbc1fa6e9b8e2f2c
version: 4.6.1646240746.8eee6a61
mtime: 1646240746
commit: 8eee6a61e37e195bc17a7eba2be2c78d24a731d9

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.6.1646045612.c69906cf
Version: 4.6.1646240746.8eee6a61
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -78,7 +78,7 @@ Source0: %{name}-%{version}.tar.xz
# The following line is generated from dependencies.yaml
%define test_version_only_requires perl(Mojo::IOLoop::ReadWriteProcess) >= 0.28
# 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)
%define test_requires %build_requires %spellcheck_requires %test_base_requires %yamllint_requires perl(Inline::Python) perl(YAML::PP) python3-Pillow-tk
# The following line is generated from dependencies.yaml
%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
@ -90,6 +90,8 @@ Recommends: qemu-tools
Recommends: tesseract-ocr
# Optional dependency for Python test API support
Recommends: perl(Inline::Python)
# Optional dependency for crop.py
Recommends: python3-Pillow-tk
Requires(pre): %{_bindir}/getent
Requires(pre): %{_sbindir}/useradd
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -163,7 +165,6 @@ Convenience package providing os-autoinst + s390 worker jumphost dependencies.
%prep
%setup -q
sed -e 's,/bin/env python,/bin/python3,' -i crop.py
# Replace version number from git to what's reported by the package
sed -i 's/ my $thisversion = qx{git.*rev-parse HEAD}.*;/ my $thisversion = "%{version}";/' isotovideo