Update to 5.1768577300.b85e486 5.1768577300.b85e486 5.1768577300.b85e486 5.1768577300.b85e486 #10

Open
os-autoinst-obs-workflow wants to merge 1 commits from os-autoinst-obs-workflow/os-autoinst:leap-16.0 into leap-16.0
8 changed files with 79 additions and 22 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -1,6 +1,24 @@
#
# spec file for package os-autoinst-devel-test
#
# Copyright SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define short_name os-autoinst-devel
Name: %{short_name}-test
Version: 5.1768317525.86a9a7f
Version: 5.1768577300.b85e486
Release: 0
Summary: Test package for %{short_name}
License: GPL-2.0-or-later

View File

@@ -1,7 +1,25 @@
#
# spec file for package os-autoinst-openvswitch-test
#
# Copyright SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define name_ext -test
%define short_name os-autoinst-openvswitch
Name: %{short_name}%{?name_ext}
Version: 5.1768317525.86a9a7f
Version: 5.1768577300.b85e486
Release: 0
Summary: test package for %{short_name}
License: GPL-2.0-or-later

View File

@@ -1,7 +1,25 @@
#
# spec file for package os-autoinst-test
#
# Copyright SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 5.1768317525.86a9a7f
Version: 5.1768577300.b85e486
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0-or-later

View File

@@ -1,11 +1,12 @@
-------------------------------------------------------------------
Wed Jan 14 13:22:05 UTC 2026 - okurz@suse.com
Fri Jan 16 20:43:12 UTC 2026 - okurz@suse.com
- Update to version 5.1768317525.86a9a7f:
- Update to version 5.1768577300.b85e486:
* fix(dist): provide proper copyright headers in all spec-files
* fix(dist): try to fix os-autoinst-obs-auto-submit reverting content
* fix(dist): exclude unstable t/28-signalblocker.t in OBS checks
* Remove deprecated BIOS and UEFI_PFLASH variables
* Add documentation of APPEND variable
* Add undocumented KERNEL/INITRD to the supported variables
* os-autoinst-generate-needle-preview: Embed PNG
-------------------------------------------------------------------

View File

@@ -1,4 +1,4 @@
name: os-autoinst
version: 5.1768317525.86a9a7f
mtime: 1768317525
commit: 86a9a7f26d7cadcbb5a3dc9d6854da76cff591ab
version: 5.1768577300.b85e486
mtime: 1768577300
commit: b85e4864b41e812c63df80ccd7adb4bf0cd4b2f9

View File

@@ -1,7 +1,7 @@
#
# spec file for package os-autoinst
#
# Copyright 2018 SUSE LLC
# Copyright SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,17 +12,17 @@
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
Name: os-autoinst
Version: 5.1768317525.86a9a7f
Version: 5.1768577300.b85e486
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
Group: Development/Tools/Other
Url: https://github.com/os-autoinst/os-autoinst
URL: https://github.com/os-autoinst/os-autoinst
Source0: %{name}-%{version}.tar.xz
%{perl_requires}
%define opencv_require pkgconfig(opencv4)
@@ -140,9 +140,9 @@ Requires: %main_requires
%if %{with ocr}
Recommends: tesseract-ocr
%endif
Recommends: %qemu_requires
Recommends: dumponlyconsole %s390_zvm_requires
Recommends: qemu >= 4.0.0
Recommends: %qemu_requires
%if %{with python_support}
# Optional dependency for Python test API support
Recommends: %python_support_requires
@@ -192,18 +192,18 @@ This package contains openvswitch support for os-autoinst.
%package qemu-kvm
Summary: Convenience package providing os-autoinst+qemu-kvm
Group: Development/Tools/Other
Requires: %qemu_requires
Requires: os-autoinst
Requires: qemu-kvm >= 4.0.0
Requires: %qemu_requires
%description qemu-kvm
%package qemu-x86
Summary: Convenience package providing os-autoinst+qemu-x86
Group: Development/Tools/Other
Requires: %qemu_requires
Requires: os-autoinst
Requires: qemu-x86 >= 4.0.0
Requires: %qemu_requires
%description qemu-x86
Convenience package providing os-autoinst and qemu-x86 dependencies.
@@ -222,8 +222,8 @@ Convenience package providing os-autoinst and swtpm dependencies.
%package s390-deps
Summary: Convenience package providing os-autoinst + s390 worker jumphost deps
Group: Development/Tools/Other
Requires: os-autoinst
Requires: %s390_zvm_requires
Requires: os-autoinst
%description s390-deps
Convenience package providing os-autoinst + s390 worker jumphost dependencies.
@@ -231,14 +231,13 @@ Convenience package providing os-autoinst + s390 worker jumphost dependencies.
%package ipmi-deps
Summary: Convenience package providing os-autoinst + ipmi worker jumphost deps
Group: Development/Tools/Other
Requires: os-autoinst
Requires: %ipmi_requires
Requires: os-autoinst
%description ipmi-deps
Convenience package providing os-autoinst + ipmi worker jumphost dependencies.
%endif
%prep
%setup -q
@@ -372,11 +371,14 @@ fi
%endif
%ifarch x86_64
%files qemu-kvm
%files qemu-x86
%endif
%files swtpm
%if %{with deps_package}
%files s390-deps
%files ipmi-deps
%endif