diff --git a/os-autoinst-4.6.1682085875.d9579ac.obscpio b/os-autoinst-4.6.1682085875.d9579ac.obscpio deleted file mode 100644 index a79c14a..0000000 --- a/os-autoinst-4.6.1682085875.d9579ac.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e588fc8631f1de128a801e7e5dcbe9390ec92e0875f2a4247533c4833492bf0f -size 34969613 diff --git a/os-autoinst-4.6.1682499524.994700d.obscpio b/os-autoinst-4.6.1682499524.994700d.obscpio new file mode 100644 index 0000000..a721f4b --- /dev/null +++ b/os-autoinst-4.6.1682499524.994700d.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb72fc012c0db9646dfb57241b38076f382e410094d879431039edecb518ae83 +size 34970125 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 739fc51..ddf7290 100644 --- a/os-autoinst-test.spec +++ b/os-autoinst-test.spec @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version: 4.6.1682085875.d9579ac +Version: 4.6.1682499524.994700d Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later diff --git a/os-autoinst.changes b/os-autoinst.changes index 3e4c9d4..d9209ce 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Apr 26 08:58:55 UTC 2023 - okurz@suse.com + +- Update to version 4.6.1682499524.994700d: + * Show initialization errors of `isotovideo` again + * dist: Fix missing dependency to "chattr" when using qemu on Tumbleweed + * Test sending forced VNC update request explicitly + * container: Distinguish jq and non-jq variants in BuildTag + * Drop setting of TESSDATA_PREFIX in invoke-tests + ------------------------------------------------------------------- Sat Apr 22 02:12:08 UTC 2023 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index a28f6e5..ca49597 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,4 +1,4 @@ name: os-autoinst -version: 4.6.1682085875.d9579ac -mtime: 1682085875 -commit: d9579acbb3d5f3848ea20e8035448164b1cad711 +version: 4.6.1682499524.994700d +mtime: 1682499524 +commit: 994700dd6e3a8ba21f6164017a4622a7ec8cd453 diff --git a/os-autoinst.spec b/os-autoinst.spec index 508b095..c7b021c 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1682085875.d9579ac +Version: 4.6.1682499524.994700d Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -93,6 +93,7 @@ Source0: %{name}-%{version}.tar.xz # 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) perl(Template::Toolkit) %define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm xterm-console xdotool fonts-config mkfontdir mkfontscale +%define qemu_requires qemu-tools %{_bindir}/chattr BuildRequires: %test_requires %test_version_only_requires # For unbuffered output of Perl testsuite, especially when running it on OBS so timestamps in the log are actually useful BuildRequires: expect @@ -100,9 +101,9 @@ Requires: %main_requires %if %{with ocr} Recommends: tesseract-ocr %endif +Recommends: %qemu_requires Recommends: dumponlyconsole %s390_zvm_requires Recommends: qemu >= 4.0.0 -Recommends: qemu-tools # Optional dependency for Python test API support Recommends: perl(Inline::Python) # Optional dependency for crop.py @@ -145,17 +146,17 @@ This package contains openvswitch support for os-autoinst. %package qemu-kvm Summary: Convenience package providing os-autoinst+qemu-kvm Group: Development/Tools/Other +Requires: %qemu_requires Requires: os-autoinst Requires: qemu-kvm >= 4.0.0 -Requires: qemu-tools %description qemu-kvm %package qemu-x86 Summary: Convenience package providing os-autoinst+qemu-x86 Group: Development/Tools/Other +Requires: %qemu_requires Requires: os-autoinst -Requires: qemu-tools Requires: qemu-x86 >= 4.0.0 %description qemu-x86