diff --git a/os-autoinst-4.5.1551793347.0db294cd.obscpio b/os-autoinst-4.5.1551793347.0db294cd.obscpio deleted file mode 100644 index 63552e3..0000000 --- a/os-autoinst-4.5.1551793347.0db294cd.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1a7914ef555a5f3313eb17b3aa81b61bbdb98d4b13cbde47108f975e81e00370 -size 24827405 diff --git a/os-autoinst-4.5.1552382335.1080c396.obscpio b/os-autoinst-4.5.1552382335.1080c396.obscpio new file mode 100644 index 0000000..57bf72b --- /dev/null +++ b/os-autoinst-4.5.1552382335.1080c396.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d39fe127ef041d4830dc86a5a4cab1287e81700b8bea53f5a6e1d206773203b +size 24829453 diff --git a/os-autoinst-test.changes b/os-autoinst-test.changes index f80e492..110d545 100644 --- a/os-autoinst-test.changes +++ b/os-autoinst-test.changes @@ -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 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 30d2621..23f9100 100644 --- a/os-autoinst-test.spec +++ b/os-autoinst-test.spec @@ -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 diff --git a/os-autoinst.changes b/os-autoinst.changes index 1e13a21..ecd356c 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -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 + +- 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 diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 11f233c..3c4b8a1 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -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 diff --git a/os-autoinst.spec b/os-autoinst.spec index bc72d86..f6e8594 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -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)