diff --git a/os-autoinst-4.6.1723970662.b378401.obscpio b/os-autoinst-4.6.1723970662.b378401.obscpio deleted file mode 100644 index 0bd063f..0000000 --- a/os-autoinst-4.6.1723970662.b378401.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1ad3e72aad27396963cfa8a475fe17ea18c30562172133433d2cbc67c1a03e97 -size 36966925 diff --git a/os-autoinst-4.6.1724163588.6e3b56b.obscpio b/os-autoinst-4.6.1724163588.6e3b56b.obscpio new file mode 100644 index 0000000..2c3aa51 --- /dev/null +++ b/os-autoinst-4.6.1724163588.6e3b56b.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:231bad8c92f0403680f9a7048c577923e7005d5d47f499c4e816c9befa3e263e +size 36966925 diff --git a/os-autoinst-devel-test.spec b/os-autoinst-devel-test.spec index 6115b1b..325071a 100644 --- a/os-autoinst-devel-test.spec +++ b/os-autoinst-devel-test.spec @@ -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 diff --git a/os-autoinst-openvswitch-test.spec b/os-autoinst-openvswitch-test.spec index af40841..70b45c9 100644 --- a/os-autoinst-openvswitch-test.spec +++ b/os-autoinst-openvswitch-test.spec @@ -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 diff --git a/os-autoinst-test.changes b/os-autoinst-test.changes deleted file mode 100644 index ae5eae5..0000000 --- a/os-autoinst-test.changes +++ /dev/null @@ -1,4 +0,0 @@ -------------------------------------------------------------------- -Mon Oct 14 09:33:31 UTC 2019 - Stephan Kulow - -- No changelog - see os-autoinst.changes diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 9a11379..c4fd4ee 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.1723970662.b378401 +Version: 4.6.1724163588.6e3b56b Release: 0 Summary: test package for os-autoinst License: GPL-2.0-or-later diff --git a/os-autoinst.changes b/os-autoinst.changes index 7b87360..6ae8086 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -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 diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 69714f6..8d3f63f 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -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 diff --git a/os-autoinst.spec b/os-autoinst.spec index 4546b14..0a80480 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -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