Offline generation of 4.5.1552382335.1080c396
4.5.1552382335.1080c396 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/os-autoinst?expand=0&rev=185
This commit is contained in:
parent
18704b36c7
commit
7a610a605e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1a7914ef555a5f3313eb17b3aa81b61bbdb98d4b13cbde47108f975e81e00370
|
||||
size 24827405
|
3
os-autoinst-4.5.1552382335.1080c396.obscpio
Normal file
3
os-autoinst-4.5.1552382335.1080c396.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d39fe127ef041d4830dc86a5a4cab1287e81700b8bea53f5a6e1d206773203b
|
||||
size 24829453
|
@ -1,10 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 05 21:21:55 UTC 2019 - okurz@suse.com
|
||||
Tue Mar 12 11:30:28 UTC 2019 - okurz@suse.com
|
||||
|
||||
- Update to version 4.5.1551793347.0db294cd:
|
||||
* Improve feedback on "half-open socket"
|
||||
* tidy: Replace bashism and change shebang to /bin/sh
|
||||
* tidy: Replace bashism with dirname + doc
|
||||
- Update to version 4.5.1552382335.1080c396:
|
||||
* Use Mojo helper to write result files
|
||||
* Add QEMU_HUGE_PAGES_PATH test
|
||||
* Add support for TIMEOUT_SCALE in wait_screen_change
|
||||
* Fix scale_timeout call in wait_idle
|
||||
* Add QEMU_HUGE_PAGES_PATH option
|
||||
* Prevent recording empty soft failure test detail
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 07 10:04:15 UTC 2018 - okurz@suse.com
|
||||
|
@ -19,7 +19,7 @@
|
||||
%define name_ext -test
|
||||
%define short_name os-autoinst
|
||||
Name: %{short_name}%{?name_ext}
|
||||
Version: 4.5.1551793347.0db294cd
|
||||
Version: 4.5.1552382335.1080c396
|
||||
Release: 0
|
||||
Summary: test package for os-autoinst
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 11:30:28 UTC 2019 - okurz@suse.com
|
||||
|
||||
- Update to version 4.5.1552382335.1080c396:
|
||||
* Use Mojo helper to write result files
|
||||
* Add QEMU_HUGE_PAGES_PATH test
|
||||
* Add support for TIMEOUT_SCALE in wait_screen_change
|
||||
* Fix scale_timeout call in wait_idle
|
||||
* Add QEMU_HUGE_PAGES_PATH option
|
||||
* Prevent recording empty soft failure test detail
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 12 11:28:52 UTC 2019 - Petr Vorel <pvorel@suse.cz>
|
||||
|
||||
- Add dependency for IO::Scalar (needed for
|
||||
https://github.com/os-autoinst/os-autoinst/pull/1109)
|
||||
- Add url to github to fix "W: no-url-tag" warning
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 05 21:21:55 UTC 2019 - okurz@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: os-autoinst
|
||||
version: 4.5.1551793347.0db294cd
|
||||
mtime: 1551793347
|
||||
commit: 0db294cd735e54e063147ed8ad026683487ae8b0
|
||||
version: 4.5.1552382335.1080c396
|
||||
mtime: 1552382335
|
||||
commit: 1080c396568ab9e3def8c33830dd371dac7797c9
|
||||
|
||||
|
@ -17,11 +17,12 @@
|
||||
|
||||
|
||||
Name: os-autoinst
|
||||
Version: 4.5.1551793347.0db294cd
|
||||
Version: 4.5.1552382335.1080c396
|
||||
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
|
||||
Source0: %{name}-%{version}.tar.xz
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
@ -44,7 +45,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) perl(Cpanel::JSON::XS)
|
||||
%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) perl(IO::Scalar)
|
||||
BuildRequires: %t_requires
|
||||
Requires: %t_requires
|
||||
BuildRequires: perl(Mojolicious)
|
||||
|
Loading…
Reference in New Issue
Block a user