From a9ee6ede340521c0182d6e7e68b28fe1e0c0b2e49620b9077df4ddbda119423e Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Sat, 28 Nov 2020 07:59:42 +0000 Subject: [PATCH] Offline generation of 4.6.1606482144.ab6cdfe2 4.6.1606482144.ab6cdfe2 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=445 --- os-autoinst-4.6.1606298538.191b5988.obscpio | 3 --- os-autoinst-4.6.1606482144.ab6cdfe2.obscpio | 3 +++ os-autoinst-test.spec | 2 +- os-autoinst.changes | 19 +++++++++++++++ os-autoinst.obsinfo | 6 ++--- os-autoinst.spec | 27 ++++++++++++++++++++- 6 files changed, 52 insertions(+), 8 deletions(-) delete mode 100644 os-autoinst-4.6.1606298538.191b5988.obscpio create mode 100644 os-autoinst-4.6.1606482144.ab6cdfe2.obscpio diff --git a/os-autoinst-4.6.1606298538.191b5988.obscpio b/os-autoinst-4.6.1606298538.191b5988.obscpio deleted file mode 100644 index 859f7d6..0000000 --- a/os-autoinst-4.6.1606298538.191b5988.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e2fba399f14b82cb77652f880f171bda849d81937c5caede8b88c2bb98c895b4 -size 25033741 diff --git a/os-autoinst-4.6.1606482144.ab6cdfe2.obscpio b/os-autoinst-4.6.1606482144.ab6cdfe2.obscpio new file mode 100644 index 0000000..a317580 --- /dev/null +++ b/os-autoinst-4.6.1606482144.ab6cdfe2.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ddd8eaec152483005940cce214bc6bc9db49cbde88a825aa242e07232dd3bfd +size 25036301 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index b1a6322..6a654ee 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.1606298538.191b5988 +Version: 4.6.1606482144.ab6cdfe2 Release: 0 Summary: test package for os-autoinst #BuildRequires: %{short_name} == %{version} diff --git a/os-autoinst.changes b/os-autoinst.changes index 62e8e8f..fd49d2e 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sat Nov 28 07:59:24 UTC 2020 - okurz@suse.com + +- Update to version 4.6.1606482144.ab6cdfe2: + * docker: Add qemu-kvm variant Dockerfile + * docker: Use new convenience image for Dockerfile.qemu-x86 + * Use modern standard asciidoc section title syntax + * README: Add instructions how to use published isotovideo container + * Document mmapi::api_call and mmapi::api_call_2 + * Restore compatibility of mmapi::api_call + * spec: Add qemu specific convenience sub-packages + * Avoid unhandled output in mmapi test + * Log error when mmapi::get_job_autoinst_url can not find corresponding worker info + * Test whether mmapi errors are logged + * docker: Add Dockerfile for isotovideo+qemu-x86 + * README: Fix asciidoc warnings about section titles + * README: Describe command-line test parameters as easy alternative + * isotovideo: Extend synopsis to show command line test parameters + ------------------------------------------------------------------- Wed Nov 25 10:02:30 UTC 2020 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 505541c..07e2b58 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,5 +1,5 @@ name: os-autoinst -version: 4.6.1606298538.191b5988 -mtime: 1606298538 -commit: 191b5988cbb6d4d0952a614e98e8163637707430 +version: 4.6.1606482144.ab6cdfe2 +mtime: 1606482144 +commit: ab6cdfe2e9ff5f7672333a5568cc50d33189adf5 diff --git a/os-autoinst.spec b/os-autoinst.spec index c318c9d..a4ef376 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1606298538.191b5988 +Version: 4.6.1606482144.ab6cdfe2 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -108,6 +108,27 @@ Requires: os-autoinst %description openvswitch This package contains openvswitch support for os-autoinst. +%ifarch x86_64 +%package qemu-kvm +Summary: Convenience package providing os-autoinst+qemu-kvm +Group: Development/Tools/Other +Requires: os-autoinst +Requires: qemu-kvm +Requires: qemu-tools + +%description qemu-kvm + +%package qemu-x86 +Summary: Convenience package providing os-autoinst+qemu-x86 +Group: Development/Tools/Other +Requires: os-autoinst +Requires: qemu-tools +Requires: qemu-x86 + +%description qemu-x86 +Convenience package providing os-autoinst and qemu-x86 dependencies. +%endif + %prep %setup -q sed -e 's,/bin/env python,/bin/python3,' -i crop.py @@ -194,5 +215,9 @@ cd %{__builddir} %{_sbindir}/rcos-autoinst-openvswitch %files devel +%ifarch x86_64 +%files qemu-kvm +%files qemu-x86 +%endif %changelog