Accepting request 1200892 from devel:openQA:tested
Update to 4.6.1726244934.3203a88 4.6.1726244934.3203a88 4.6.1726244934.3203a88 4.6.1726244934.3203a88 OBS-URL: https://build.opensuse.org/request/show/1200892 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=458
This commit is contained in:
commit
54d0484873
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:b2f92691d1f4214ab3378938e3ad9de9ff6fbaf69eaeacdc80b8793a11f800d1
|
|
||||||
size 36976653
|
|
3
os-autoinst-4.6.1726244934.3203a88.obscpio
Normal file
3
os-autoinst-4.6.1726244934.3203a88.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fe50ff879cb1481791c25a33c785d0cdbb1ef7b25340bcff676d870e13eaa180
|
||||||
|
size 36977165
|
@ -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.1725896784.e007c26
|
Version: 4.6.1726244934.3203a88
|
||||||
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.1725896784.e007c26
|
Version: 4.6.1726244934.3203a88
|
||||||
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.1725896784.e007c26
|
Version: 4.6.1726244934.3203a88
|
||||||
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 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 13 17:21:31 UTC 2024 - okurz@suse.com
|
||||||
|
|
||||||
|
- Update to version 4.6.1726244934.3203a88:
|
||||||
|
* video_stream: fix setting EDID when using ffmpeg and explicit FPS
|
||||||
|
* Exclude sub packages with many additional dependencies on SLE
|
||||||
|
* Replace single quotes with double of URLs in the log strings
|
||||||
|
* Fix pod for backend_get_wait_still_screen_on_here_doc_input
|
||||||
|
* Virsh VMware images shell snippet debugging added
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 09 15:46:32 UTC 2024 - okurz@suse.com
|
Mon Sep 09 15:46:32 UTC 2024 - okurz@suse.com
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: os-autoinst
|
name: os-autoinst
|
||||||
version: 4.6.1725896784.e007c26
|
version: 4.6.1726244934.3203a88
|
||||||
mtime: 1725896784
|
mtime: 1726244934
|
||||||
commit: e007c26db0f8e0a1cc3d9d8bf87f249308fe9186
|
commit: 3203a88cb7480259b91398cee8a916f94655f50a
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: os-autoinst
|
Name: os-autoinst
|
||||||
Version: 4.6.1725896784.e007c26
|
Version: 4.6.1726244934.3203a88
|
||||||
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
|
||||||
@ -31,6 +31,14 @@ Source0: %{name}-%{version}.tar.xz
|
|||||||
%else
|
%else
|
||||||
%define opencv_require pkgconfig(opencv)
|
%define opencv_require pkgconfig(opencv)
|
||||||
%endif
|
%endif
|
||||||
|
# exclude additional sub packages that would pull in a lot of extra dependencies on SLE
|
||||||
|
%if 0%{?sle_version} && !0%{?is_opensuse}
|
||||||
|
%bcond_with devel_package
|
||||||
|
%bcond_with deps_package
|
||||||
|
%else
|
||||||
|
%bcond_without devel_package
|
||||||
|
%bcond_without deps_package
|
||||||
|
%endif
|
||||||
# The following line is generated from dependencies.yaml
|
# The following line is generated from dependencies.yaml
|
||||||
%define build_base_requires %opencv_require gcc-c++ perl(Pod::Html) pkg-config pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) pkgconfig(theoraenc)
|
%define build_base_requires %opencv_require gcc-c++ perl(Pod::Html) pkg-config pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) pkgconfig(theoraenc)
|
||||||
# The following line is generated from dependencies.yaml
|
# The following line is generated from dependencies.yaml
|
||||||
@ -150,6 +158,7 @@ automated testing frameworks. However, it can just as well be used
|
|||||||
to test firefox and openoffice operation on top of a newly
|
to test firefox and openoffice operation on top of a newly
|
||||||
installed OS.
|
installed OS.
|
||||||
|
|
||||||
|
%if %{with devel_package}
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Development package pulling in all build+test dependencies
|
Summary: Development package pulling in all build+test dependencies
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
@ -157,6 +166,7 @@ Requires: %devel_requires
|
|||||||
|
|
||||||
%description devel
|
%description devel
|
||||||
Development package pulling in all build+test dependencies.
|
Development package pulling in all build+test dependencies.
|
||||||
|
%endif
|
||||||
|
|
||||||
%package openvswitch
|
%package openvswitch
|
||||||
Summary: Openvswitch support for os-autoinst
|
Summary: Openvswitch support for os-autoinst
|
||||||
@ -199,6 +209,7 @@ Requires: swtpm
|
|||||||
%description swtpm
|
%description swtpm
|
||||||
Convenience package providing os-autoinst and swtpm dependencies.
|
Convenience package providing os-autoinst and swtpm dependencies.
|
||||||
|
|
||||||
|
%if %{with deps_package}
|
||||||
%package s390-deps
|
%package s390-deps
|
||||||
Summary: Convenience package providing os-autoinst + s390 worker jumphost deps
|
Summary: Convenience package providing os-autoinst + s390 worker jumphost deps
|
||||||
Group: Development/Tools/Other
|
Group: Development/Tools/Other
|
||||||
@ -216,6 +227,7 @@ Requires: os-autoinst
|
|||||||
|
|
||||||
%description ipmi-deps
|
%description ipmi-deps
|
||||||
Convenience package providing os-autoinst + ipmi worker jumphost dependencies.
|
Convenience package providing os-autoinst + ipmi worker jumphost dependencies.
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -337,7 +349,9 @@ fi
|
|||||||
%config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf
|
%config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf
|
||||||
%{_sbindir}/rcos-autoinst-openvswitch
|
%{_sbindir}/rcos-autoinst-openvswitch
|
||||||
|
|
||||||
|
%if %{with devel_package}
|
||||||
%files devel
|
%files devel
|
||||||
|
%endif
|
||||||
%ifarch x86_64
|
%ifarch x86_64
|
||||||
%files qemu-kvm
|
%files qemu-kvm
|
||||||
|
|
||||||
@ -345,9 +359,10 @@ fi
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%files swtpm
|
%files swtpm
|
||||||
|
%if %{with deps_package}
|
||||||
%files s390-deps
|
%files s390-deps
|
||||||
|
|
||||||
%files ipmi-deps
|
%files ipmi-deps
|
||||||
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user