forked from pool/os-autoinst
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
This commit is contained in:
parent
81392ad29c
commit
7ad612989e
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5d0aa664943611cbc93c2a3fa7e01f28c76c11e5731f4c5cfaa9f0e17dceb5fc
|
|
||||||
size 36966925
|
|
3
os-autoinst-4.6.1723970662.b378401.obscpio
Normal file
3
os-autoinst-4.6.1723970662.b378401.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1ad3e72aad27396963cfa8a475fe17ea18c30562172133433d2cbc67c1a03e97
|
||||||
|
size 36966925
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define short_name os-autoinst-devel
|
%define short_name os-autoinst-devel
|
||||||
Name: %{short_name}-test
|
Name: %{short_name}-test
|
||||||
Version: 4.6.1723817204.0aff9e8
|
Version: 4.6.1723970662.b378401
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test package for %{short_name}
|
Summary: Test package for %{short_name}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define name_ext -test
|
%define name_ext -test
|
||||||
%define short_name os-autoinst-openvswitch
|
%define short_name os-autoinst-openvswitch
|
||||||
Name: %{short_name}%{?name_ext}
|
Name: %{short_name}%{?name_ext}
|
||||||
Version: 4.6.1723817204.0aff9e8
|
Version: 4.6.1723970662.b378401
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: test package for %{short_name}
|
Summary: test package for %{short_name}
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -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.1723817204.0aff9e8
|
Version: 4.6.1723970662.b378401
|
||||||
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,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
|
Fri Aug 16 17:18:25 UTC 2024 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: os-autoinst
|
name: os-autoinst
|
||||||
version: 4.6.1723817204.0aff9e8
|
version: 4.6.1723970662.b378401
|
||||||
mtime: 1723817204
|
mtime: 1723970662
|
||||||
commit: 0aff9e8a9a2361f5eb2c765e95135918e1a7edab
|
commit: b378401bfbd343922e65f9edb0ad2a15391f765d
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: os-autoinst
|
Name: os-autoinst
|
||||||
Version: 4.6.1723817204.0aff9e8
|
Version: 4.6.1723970662.b378401
|
||||||
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
|
||||||
@ -68,7 +68,7 @@ Source0: %{name}-%{version}.tar.xz
|
|||||||
%bcond_with black
|
%bcond_with black
|
||||||
%endif
|
%endif
|
||||||
# SLE is missing Python support requirements
|
# SLE is missing Python support requirements
|
||||||
%if !0%{?is_opensuse}
|
%if 0%{?is_opensuse}
|
||||||
%bcond_without python_support
|
%bcond_without python_support
|
||||||
%else
|
%else
|
||||||
%bcond_with python_support
|
%bcond_with python_support
|
||||||
|
Loading…
x
Reference in New Issue
Block a user