Accepting request 1193855 from devel:openQA:tested
Update to 4.6.1723465309.cf7b098 4.6.1723465309.cf7b098 4.6.1723465309.cf7b098 4.6.1723465309.cf7b098 OBS-URL: https://build.opensuse.org/request/show/1193855 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=451
This commit is contained in:
commit
d57923c67e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3df0cdba61a9783e669c8c880548273c57d411d842e94d37b6f2cb144b80d665
|
||||
size 36964877
|
3
os-autoinst-4.6.1723465309.cf7b098.obscpio
Normal file
3
os-autoinst-4.6.1723465309.cf7b098.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a7639adf897db3b1eef23043bd8ea0708984d5af8282bd72128fd1760d2b3a8b
|
||||
size 36965901
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name os-autoinst-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1722889373.84368e7
|
||||
Version: 4.6.1723465309.cf7b098
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst-openvswitch
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1722889373.84368e7
|
||||
Version: 4.6.1723465309.cf7b098
|
||||
Release: 0
|
||||
Summary: test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
@ -37,7 +37,7 @@ touch %{_sourcedir}/%{short_name}
|
||||
%build
|
||||
# call one of the components but not openqa itself which would need a valid
|
||||
# configuration
|
||||
/usr/lib/os-autoinst/os-autoinst-openvswitch --help
|
||||
/usr/lib/os-autoinst/script/os-autoinst-openvswitch --help
|
||||
|
||||
%install
|
||||
# disable debug packages in package test to prevent error about missing files
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.6.1722889373.84368e7
|
||||
Version: 4.6.1723465309.cf7b098
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 12 12:21:57 UTC 2024 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1723465309.cf7b098:
|
||||
* systemd: Fix path to os-autoinst-openvswitch (regression from aa027ef4)
|
||||
* Fix script/ folder install
|
||||
* video_stream: Fix warning in _get_ffmpeg_cmd
|
||||
* video_stream: Add test test for _get_ffmpeg_cmd
|
||||
* video_stream: make FPS configurable
|
||||
* Consistently provide all scripts in script/
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 06 00:20:19 UTC 2024 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: os-autoinst
|
||||
version: 4.6.1722889373.84368e7
|
||||
mtime: 1722889373
|
||||
commit: 84368e78f68fe23b8d1ae7a9ef6b900e7a1b56be
|
||||
version: 4.6.1723465309.cf7b098
|
||||
mtime: 1723465309
|
||||
commit: cf7b09887c625d2094a3e6dd2e4616f859fc874b
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.6.1722889373.84368e7
|
||||
Version: 4.6.1723465309.cf7b098
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -303,16 +303,19 @@ fi
|
||||
%{_prefix}/lib/os-autoinst/consoles
|
||||
%{_prefix}/lib/os-autoinst/autotest.pm
|
||||
%{_prefix}/lib/os-autoinst/*.py
|
||||
%{_prefix}/lib/os-autoinst/check_qemu_oom
|
||||
%{_prefix}/lib/os-autoinst/dewebsockify
|
||||
%{_prefix}/lib/os-autoinst/vnctest
|
||||
%dir %{_prefix}/lib/os-autoinst/script
|
||||
%{_prefix}/lib/os-autoinst/script/check_qemu_oom
|
||||
%{_prefix}/lib/os-autoinst/script/dewebsockify
|
||||
%{_prefix}/lib/os-autoinst/script/vnctest
|
||||
%{_prefix}/lib/os-autoinst/script/crop.py
|
||||
|
||||
%dir %{_prefix}/lib/os-autoinst/schema
|
||||
%{_prefix}/lib/os-autoinst/schema/Wheels-01.yaml
|
||||
|
||||
%files openvswitch
|
||||
%defattr(-,root,root)
|
||||
%{_prefix}/lib/os-autoinst/os-autoinst-openvswitch
|
||||
%dir %{_prefix}/lib/os-autoinst/script
|
||||
%{_prefix}/lib/os-autoinst/script/os-autoinst-openvswitch
|
||||
%{_unitdir}/os-autoinst-openvswitch.service
|
||||
%config /etc/dbus-1/system.d/org.opensuse.os_autoinst.switch.conf
|
||||
%{_sbindir}/rcos-autoinst-openvswitch
|
||||
|
Loading…
x
Reference in New Issue
Block a user