Accepting request 655986 from devel:openQA:tested
Update to 4.5.1544111663.31867f0e 4.5.1544111663.31867f0e OBS-URL: https://build.opensuse.org/request/show/655986 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=34
This commit is contained in:
commit
fac98a1945
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa72da3f393f817d4b770a81d0b088e9a88340ca9f4106f29ad0ff8c577f787e
|
||||
size 24791565
|
3
os-autoinst-4.5.1544111663.31867f0e.obscpio
Normal file
3
os-autoinst-4.5.1544111663.31867f0e.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d1200dc3f7b191025e6f6fe5bc44a6f52ed2086504fc3693c1b4a9f15b14128f
|
||||
size 24798221
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 07 10:04:15 UTC 2018 - okurz@suse.com
|
||||
|
||||
- Update to version 4.5.1544111663.31867f0e:
|
||||
* Replace all uses of JSON and JSON::XS with Mojo::JSON and Cpanel::JSON::XS
|
||||
* Clean up generically named variables and use more fitting names
|
||||
* Make get_cmd_output() use other connections than 'ssh'
|
||||
* Describe VMWARE_NFS_DATASTORE & VMWARE_REMOTE_VMM
|
||||
* VMware: Rewrite add_disk()
|
||||
* VMware: Replace vCenter with ESXi host
|
||||
* VMware: Support snapshots, suspend, resume etc
|
||||
* Use Perl::Critic::Freenode to determine good coding style
|
||||
* 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
|
||||
|
||||
|
@ -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/
|
||||
#
|
||||
|
||||
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.5.1543593014.1e83b015
|
||||
Version: 4.5.1544111663.31867f0e
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0+
|
||||
License: GPL-2.0-or-later
|
||||
BuildRequires: %{short_name} == %{version}
|
||||
|
||||
%description
|
||||
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
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:
|
||||
* Replace all uses of JSON and JSON::XS with Mojo::JSON and Cpanel::JSON::XS
|
||||
* Clean up generically named variables and use more fitting names
|
||||
* Make get_cmd_output() use other connections than 'ssh'
|
||||
* Describe VMWARE_NFS_DATASTORE & VMWARE_REMOTE_VMM
|
||||
* VMware: Rewrite add_disk()
|
||||
* VMware: Replace vCenter with ESXi host
|
||||
* VMware: Support snapshots, suspend, resume etc
|
||||
* Use Perl::Critic::Freenode to determine good coding style
|
||||
* Add unit test for format_vtt_timestamp
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 15:50:25 UTC 2018 - okurz@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: os-autoinst
|
||||
version: 4.5.1543593014.1e83b015
|
||||
mtime: 1543593014
|
||||
commit: 1e83b0152554e08c7d7e3522e9f849d8d868c4e6
|
||||
version: 4.5.1544111663.31867f0e
|
||||
mtime: 1544111663
|
||||
commit: 31867f0e0c58a12094c6c28a2c07e9696eb199d0
|
||||
|
||||
|
@ -12,12 +12,12 @@
|
||||
# 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: 4.5.1543593014.1e83b015
|
||||
Version: 4.5.1544111663.31867f0e
|
||||
Release: 0
|
||||
Summary: OS-level test automation
|
||||
License: GPL-2.0-or-later
|
||||
@ -44,7 +44,7 @@ Requires: optipng
|
||||
%{perl_requires}
|
||||
Requires: qemu >= 2.0.0
|
||||
Recommends: tesseract-ocr
|
||||
%define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Touch) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) perl(XML::LibXML) perl(XML::SemanticDiff) perl(Test::Exception) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Devel::Cover) perl(JSON::XS) perl(List::MoreUtils) perl(Mojo::IOLoop::ReadWriteProcess) perl(Test::Mock::Time) perl(Socket::MsgHdr)
|
||||
%define t_requires perl(Carp::Always) perl(Data::Dump) perl(Crypt::DES) perl(JSON) perl(autodie) perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Touch) perl(File::Which) perl(IPC::Run::Debug) perl(Net::DBus) perl(Net::SNMP) perl(Net::IP) perl(IPC::System::Simple) perl(Net::SSH2) perl(XML::LibXML) perl(XML::SemanticDiff) perl(Test::Exception) perl(Test::Output) perl(Test::Fatal) perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) perl(Devel::Cover) perl(JSON::XS) perl(List::MoreUtils) perl(Mojo::IOLoop::ReadWriteProcess) perl(Test::Mock::Time) perl(Socket::MsgHdr) perl(Cpanel::JSON::XS)
|
||||
BuildRequires: %t_requires
|
||||
Requires: %t_requires
|
||||
BuildRequires: perl(Mojolicious)
|
||||
|
Loading…
x
Reference in New Issue
Block a user