Offline generation of 4.5.1544111663.31867f0e
4.5.1544111663.31867f0e OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=141
This commit is contained in:
parent
69b085b940
commit
856b253fe4
@ -1,3 +1,3 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
version https://git-lfs.github.com/spec/v1
|
||||||
oid sha256:8e3daab63169311953e72f2e08e57a1cea1f8375a90f3cce6277aa444b121375
|
oid sha256:84011984be6e2f7cdd0457252f23f1d5fe1a481caceb0cbd4a951d9905b8bdd3
|
||||||
size 24798221
|
size 24798221
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 07 09:40:10 UTC 2018 - okurz@suse.com
|
Fri Dec 07 10:04:15 UTC 2018 - okurz@suse.com
|
||||||
|
|
||||||
- Update to version 4.5.1544111663.31867f0e:
|
- Update to version 4.5.1544111663.31867f0e:
|
||||||
* Replace all uses of JSON and JSON::XS with Mojo::JSON and Cpanel::JSON::XS
|
* Replace all uses of JSON and JSON::XS with Mojo::JSON and Cpanel::JSON::XS
|
||||||
@ -11,6 +11,15 @@ Fri Dec 07 09:40:10 UTC 2018 - okurz@suse.com
|
|||||||
* VMware: Support snapshots, suspend, resume etc
|
* VMware: Support snapshots, suspend, resume etc
|
||||||
* Use Perl::Critic::Freenode to determine good coding style
|
* Use Perl::Critic::Freenode to determine good coding style
|
||||||
* Add unit test for format_vtt_timestamp
|
* Add unit test for format_vtt_timestamp
|
||||||
|
* Include folder hierachy in category name
|
||||||
|
* Remove actual use of bmwqemu from command processing tests
|
||||||
|
* Increase timeout in fullstack test for 'Skip timeout'
|
||||||
|
* Test command processing for assert/check screen and setting timeout
|
||||||
|
* Allow to adjust timeout via command server
|
||||||
|
* test: Add QEMU_APPEND option tests
|
||||||
|
* Make currently executed function available to developer mode
|
||||||
|
* Keep only the 30 most recently used needle images
|
||||||
|
* qemu: Enhance QEMU_APPEND option to handle multiple options with or without params
|
||||||
* Use video captions to overlay wallclock time
|
* Use video captions to overlay wallclock time
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
@ -22,7 +22,7 @@ Name: %{short_name}%{?name_ext}
|
|||||||
Version: 4.5.1544111663.31867f0e
|
Version: 4.5.1544111663.31867f0e
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: test package for os-autoinst
|
Summary: test package for os-autoinst
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
BuildRequires: %{short_name} == %{version}
|
BuildRequires: %{short_name} == %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Dec 07 09:40:10 UTC 2018 - okurz@suse.com
|
Fri Dec 7 08:49:56 UTC 2018 - Stephan Kulow <coolo@suse.com>
|
||||||
|
|
||||||
|
- add Cpanel::JSON::XS as buildrequire
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 07 08:45:24 UTC 2018 - okurz@suse.com
|
||||||
|
|
||||||
- Update to version 4.5.1544111663.31867f0e:
|
- Update to version 4.5.1544111663.31867f0e:
|
||||||
* Replace all uses of JSON and JSON::XS with Mojo::JSON and Cpanel::JSON::XS
|
* Replace all uses of JSON and JSON::XS with Mojo::JSON and Cpanel::JSON::XS
|
||||||
@ -11,7 +16,6 @@ Fri Dec 07 09:40:10 UTC 2018 - okurz@suse.com
|
|||||||
* VMware: Support snapshots, suspend, resume etc
|
* VMware: Support snapshots, suspend, resume etc
|
||||||
* Use Perl::Critic::Freenode to determine good coding style
|
* Use Perl::Critic::Freenode to determine good coding style
|
||||||
* Add unit test for format_vtt_timestamp
|
* Add unit test for format_vtt_timestamp
|
||||||
* Use video captions to overlay wallclock time
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Nov 30 15:50:25 UTC 2018 - okurz@suse.com
|
Fri Nov 30 15:50:25 UTC 2018 - okurz@suse.com
|
||||||
|
@ -12,7 +12,7 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# 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/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user