Offline generation of 4.6.1632416043.04a757ed
4.6.1632416043.04a757ed OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=541
This commit is contained in:
parent
1d2c51d630
commit
b6564b28db
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:298e7ae3579fd6499199db05a1990059c1aa74aa675a7a41069f734657f11cbc
|
||||
size 25308173
|
3
os-autoinst-4.6.1632416043.04a757ed.obscpio
Normal file
3
os-autoinst-4.6.1632416043.04a757ed.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:827904f4a501ff3576d182d856669ee72de7a325da18e140e23473ffcfc8db77
|
||||
size 25308173
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1632209573.6778e83a
|
||||
Version: 4.6.1632416043.04a757ed
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 24 02:23:41 UTC 2021 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1632416043.04a757ed:
|
||||
* Remove check for qemu >= 4 in qemu backend
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 21 16:26:05 UTC 2021 - okurz@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1632209573.6778e83a
|
||||
mtime: 1632209573
|
||||
commit: 6778e83a4f4f090f214315223df1983a9710ecca
|
||||
version: 4.6.1632416043.04a757ed
|
||||
mtime: 1632416043
|
||||
commit: 04a757ed02d5ae6e1b528719956bf981f59d62c4
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1632209573.6778e83a
|
||||
Version: 4.6.1632416043.04a757ed
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -74,7 +74,7 @@ Source0: %{name}-%{version}.tar.xz
|
||||
%define python_style_requires %{nil}
|
||||
%endif
|
||||
# The following line is generated from dependencies.yaml
|
||||
%define test_base_requires %main_requires cpio perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) perl(Test::MockRandom) perl(Test::Mojo) perl(Test::Most) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 procps python3-setuptools qemu qemu-tools qemu-x86
|
||||
%define test_base_requires %main_requires cpio perl(Benchmark) perl(Devel::Cover) perl(FindBin) perl(Pod::Coverage) perl(Test::Fatal) perl(Test::Mock::Time) perl(Test::MockModule) perl(Test::MockObject) perl(Test::MockRandom) perl(Test::Mojo) perl(Test::Most) perl(Test::Output) perl(Test::Pod) perl(Test::Strict) perl(Test::Warnings) >= 0.029 procps python3-setuptools qemu >= 4.0 qemu-tools qemu-x86
|
||||
# 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
|
||||
@ -84,9 +84,9 @@ Source0: %{name}-%{version}.tar.xz
|
||||
%define s390_zvm_requires /usr/bin/xkbcomp /usr/bin/Xvnc x3270 icewm xterm xterm-console xdotool fonts-config mkfontdir mkfontscale
|
||||
BuildRequires: %test_requires %test_version_only_requires
|
||||
Requires: %main_requires
|
||||
Recommends: /usr/bin/qemu-img
|
||||
Recommends: dumponlyconsole %s390_zvm_requires
|
||||
Recommends: qemu >= 2.0.0
|
||||
Recommends: qemu >= 4.0.0
|
||||
Recommends: qemu-tools
|
||||
Recommends: tesseract-ocr
|
||||
# Optional dependency for Python test API support
|
||||
Recommends: perl(Inline::Python)
|
||||
@ -126,7 +126,7 @@ This package contains openvswitch support for os-autoinst.
|
||||
Summary: Convenience package providing os-autoinst+qemu-kvm
|
||||
Group: Development/Tools/Other
|
||||
Requires: os-autoinst
|
||||
Requires: qemu-kvm
|
||||
Requires: qemu-kvm >= 4.0.0
|
||||
Requires: qemu-tools
|
||||
|
||||
%description qemu-kvm
|
||||
@ -136,7 +136,7 @@ Summary: Convenience package providing os-autoinst+qemu-x86
|
||||
Group: Development/Tools/Other
|
||||
Requires: os-autoinst
|
||||
Requires: qemu-tools
|
||||
Requires: qemu-x86
|
||||
Requires: qemu-x86 >= 4.0.0
|
||||
|
||||
%description qemu-x86
|
||||
Convenience package providing os-autoinst and qemu-x86 dependencies.
|
||||
|
Loading…
x
Reference in New Issue
Block a user