From 7ad612989e268947d3c32599cbed7c2c37b4bfdbc0b49783665f18a27bbc8b95 Mon Sep 17 00:00:00 2001 From: Oliver Kurz Date: Mon, 19 Aug 2024 01:17:00 +0000 Subject: [PATCH] Offline generation of 4.6.1723970662.b378401 4.6.1723970662.b378401 4.6.1723970662.b378401 4.6.1723970662.b378401 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=958 --- os-autoinst-4.6.1723817204.0aff9e8.obscpio | 3 --- os-autoinst-4.6.1723970662.b378401.obscpio | 3 +++ os-autoinst-devel-test.spec | 2 +- os-autoinst-openvswitch-test.spec | 2 +- os-autoinst-test.spec | 2 +- os-autoinst.changes | 10 ++++++++++ os-autoinst.obsinfo | 6 +++--- os-autoinst.spec | 4 ++-- 8 files changed, 21 insertions(+), 11 deletions(-) delete mode 100644 os-autoinst-4.6.1723817204.0aff9e8.obscpio create mode 100644 os-autoinst-4.6.1723970662.b378401.obscpio diff --git a/os-autoinst-4.6.1723817204.0aff9e8.obscpio b/os-autoinst-4.6.1723817204.0aff9e8.obscpio deleted file mode 100644 index 3313f09..0000000 --- a/os-autoinst-4.6.1723817204.0aff9e8.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d0aa664943611cbc93c2a3fa7e01f28c76c11e5731f4c5cfaa9f0e17dceb5fc -size 36966925 diff --git a/os-autoinst-4.6.1723970662.b378401.obscpio b/os-autoinst-4.6.1723970662.b378401.obscpio new file mode 100644 index 0000000..0bd063f --- /dev/null +++ b/os-autoinst-4.6.1723970662.b378401.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ad3e72aad27396963cfa8a475fe17ea18c30562172133433d2cbc67c1a03e97 +size 36966925 diff --git a/os-autoinst-devel-test.spec b/os-autoinst-devel-test.spec index c8a334d..6115b1b 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.1723817204.0aff9e8 +Version: 4.6.1723970662.b378401 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 2deac87..af40841 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.1723817204.0aff9e8 +Version: 4.6.1723970662.b378401 Release: 0 Summary: test package for %{short_name} License: GPL-2.0-or-later diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 9e047eb..9a11379 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.1723817204.0aff9e8 +Version: 4.6.1723970662.b378401 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 3eb7319..7b87360 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Aug 19 01:16:36 UTC 2024 - okurz@suse.com + +- Update to version 4.6.1723970662.b378401: + * Fix build condition for Python support + * Allow package builds without `Inline::Python` + * Avoid dependency on `File::Touch` for easier SLE submission + * systemd: Fix path to os-autoinst-openvswitch (regression from aa027ef4) + * Fix script/ folder install + ------------------------------------------------------------------- Fri Aug 16 17:18:25 UTC 2024 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 14360f0..69714f6 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,4 +1,4 @@ name: os-autoinst -version: 4.6.1723817204.0aff9e8 -mtime: 1723817204 -commit: 0aff9e8a9a2361f5eb2c765e95135918e1a7edab +version: 4.6.1723970662.b378401 +mtime: 1723970662 +commit: b378401bfbd343922e65f9edb0ad2a15391f765d diff --git a/os-autoinst.spec b/os-autoinst.spec index d24a2dd..4546b14 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.6.1723817204.0aff9e8 +Version: 4.6.1723970662.b378401 Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -68,7 +68,7 @@ Source0: %{name}-%{version}.tar.xz %bcond_with black %endif # SLE is missing Python support requirements -%if !0%{?is_opensuse} +%if 0%{?is_opensuse} %bcond_without python_support %else %bcond_with python_support