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
This commit is contained in:
Oliver Kurz 2020-11-28 07:59:42 +00:00 committed by Git OBS Bridge
parent 3ba568df6f
commit a9ee6ede34
6 changed files with 52 additions and 8 deletions

View File

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

View File

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

View File

@ -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}

View File

@ -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

View File

@ -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

View File

@ -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