Accepting request 1195046 from devel:openQA:tested
Update to 4.6.1724163588.6e3b56b 4.6.1724163588.6e3b56b 4.6.1724163588.6e3b56b 4.6.1724163588.6e3b56b OBS-URL: https://build.opensuse.org/request/show/1195046 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=454
This commit is contained in:
commit
0ef24348ca
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1ad3e72aad27396963cfa8a475fe17ea18c30562172133433d2cbc67c1a03e97
|
||||
size 36966925
|
3
os-autoinst-4.6.1724163588.6e3b56b.obscpio
Normal file
3
os-autoinst-4.6.1724163588.6e3b56b.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:231bad8c92f0403680f9a7048c577923e7005d5d47f499c4e816c9befa3e263e
|
||||
size 36966925
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name os-autoinst-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1723970662.b378401
|
||||
Version: 4.6.1724163588.6e3b56b
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst-openvswitch
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1723970662.b378401
|
||||
Version: 4.6.1724163588.6e3b56b
|
||||
Release: 0
|
||||
Summary: test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,4 +0,0 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 09:33:31 UTC 2019 - Stephan Kulow <coolo@suse.com>
|
||||
|
||||
- No changelog - see os-autoinst.changes
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1723970662.b378401
|
||||
Version: 4.6.1724163588.6e3b56b
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 21 09:16:29 UTC 2024 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1724163588.6e3b56b:
|
||||
* Explain regexp argument for wait_serial
|
||||
* Disable building with OCR support on SLE
|
||||
* Make Python support optional in fullstack test
|
||||
* Fix build condition for Python support
|
||||
* Allow package builds without `Inline::Python`
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 19 01:16:36 UTC 2024 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1723970662.b378401
|
||||
mtime: 1723970662
|
||||
commit: b378401bfbd343922e65f9edb0ad2a15391f765d
|
||||
version: 4.6.1724163588.6e3b56b
|
||||
mtime: 1724163588
|
||||
commit: 6e3b56b9eb60c45da4dd5dc64a73e0cefbb6ca00
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1723970662.b378401
|
||||
Version: 4.6.1724163588.6e3b56b
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -85,10 +85,13 @@ Source0: %{name}-%{version}.tar.xz
|
||||
%else
|
||||
%define python_style_requires %{nil}
|
||||
%endif
|
||||
%ifnarch ppc ppc64 ppc64le s390x
|
||||
%bcond_without ocr
|
||||
%else
|
||||
%ifarch ppc ppc64 ppc64le s390x
|
||||
%define ocr_not_supported_by_arch 1
|
||||
%endif
|
||||
%if 0%{?ocr_not_supported_by_arch} || !0%{?is_opensuse}
|
||||
%bcond_with ocr
|
||||
%else
|
||||
%bcond_without ocr
|
||||
%endif
|
||||
%if %{with ocr}
|
||||
# The following line is generated from dependencies.yaml
|
||||
|
Loading…
x
Reference in New Issue
Block a user