Accepting request 973892 from devel:openQA:tested
Update to 4.6.1651143156.4d81dfa 4.6.1651143156.4d81dfa OBS-URL: https://build.opensuse.org/request/show/973892 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=286
This commit is contained in:
commit
543888213c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e7a832c41d0931629d0f4e753c2074203bd19ab5450e761b3dded996e6c522de
|
|
||||||
size 34787341
|
|
3
os-autoinst-4.6.1651143156.4d81dfa.obscpio
Normal file
3
os-autoinst-4.6.1651143156.4d81dfa.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07c9f7e2cd1d77b59b04fb5659f41c65006a3fe594638cfad5ef910ee5a45a02
|
||||||
|
size 34786829
|
@ -19,7 +19,7 @@
|
|||||||
%define name_ext -test
|
%define name_ext -test
|
||||||
%define short_name os-autoinst
|
%define short_name os-autoinst
|
||||||
Name: %{short_name}%{?name_ext}
|
Name: %{short_name}%{?name_ext}
|
||||||
Version: 4.6.1650611277.d0e275b8
|
Version: 4.6.1651143156.4d81dfa
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: test package for os-autoinst
|
Summary: test package for os-autoinst
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 29 08:08:27 UTC 2022 - okurz@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1651143156.4d81dfa:
|
||||||
|
* Use log functions directly in isotovideo
|
||||||
|
* Simplify isotovideo with Mojo::File
|
||||||
|
* Use more signatures in isotovideo
|
||||||
|
* Move import statements to top in isotovideo
|
||||||
|
* Downgrade libslirp0 in CI env to fix network in SUT
|
||||||
|
* Document dependency for using `QEMU_ENABLE_SMBD=1`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 24 01:54:28 UTC 2022 - okurz@suse.com
|
Sun Apr 24 01:54:28 UTC 2022 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: os-autoinst
|
name: os-autoinst
|
||||||
version: 4.6.1650611277.d0e275b8
|
version: 4.6.1651143156.4d81dfa
|
||||||
mtime: 1650611277
|
mtime: 1651143156
|
||||||
commit: d0e275b834ff13e8f33562e2586b72e961d2083c
|
commit: 4d81dfaccc0602222207e648ba0e91c39c43682f
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: os-autoinst
|
Name: os-autoinst
|
||||||
Version: 4.6.1650611277.d0e275b8
|
Version: 4.6.1651143156.4d81dfa
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: OS-level test automation
|
Summary: OS-level test automation
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
@ -92,6 +92,8 @@ Recommends: tesseract-ocr
|
|||||||
Recommends: perl(Inline::Python)
|
Recommends: perl(Inline::Python)
|
||||||
# Optional dependency for crop.py
|
# Optional dependency for crop.py
|
||||||
Recommends: python3-Pillow-tk
|
Recommends: python3-Pillow-tk
|
||||||
|
# Optional dependency for QEMU's built-in samba service (enabled via QEMU_ENABLE_SMBD=1)
|
||||||
|
Recommends: samba
|
||||||
Requires(pre): %{_bindir}/getent
|
Requires(pre): %{_bindir}/getent
|
||||||
Requires(pre): %{_sbindir}/useradd
|
Requires(pre): %{_sbindir}/useradd
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
Loading…
Reference in New Issue
Block a user