Hello community,

here is the log from the commit of package os-autoinst for openSUSE:Factory 
checked in at 2019-12-12 23:19:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old)
 and      /work/SRC/openSUSE:Factory/.os-autoinst.new.4691 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "os-autoinst"

Thu Dec 12 23:19:13 2019 rev:89 rq:755942 version:4.6.1576050328.08c055a7

Changes:
--------
--- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes  2019-12-09 
21:36:54.270058429 +0100
+++ /work/SRC/openSUSE:Factory/.os-autoinst.new.4691/os-autoinst.changes        
2019-12-12 23:19:20.382207148 +0100
@@ -1,0 +2,19 @@
+Wed Dec 11 21:04:17 UTC 2019 - [email protected]
+
+- Update to version 4.6.1576050328.08c055a7:
+  * Add powerVM over HMC backend
+  * Remove "use Devel::Cover" from 07-commands.t
+  * t/22-svirt.t: add open_serial_console_via_ssh test
+  * Makefile: Check for spellcheck requirements
+  * sshXtermVt: check for SSH port available instead of a simple ping to check 
host availability
+  * svirt: open_serial_console_via_ssh - doc and cleanup
+  * Add new test/cover targets and run tests with prove
+  * Fix warning on failed load_snapshot command
+  * backend_vars: Add infos for generalhw ssh/noVNC and flash cmd
+  * generalhw: allow to use real serial with ssh/noVNC mode
+  * sshXtermVt: wait that SUT is alive on network before starting ssh in xterm 
Use SSH_XTERM_WAIT_SUT_ALIVE_TIMEOUT to adjust wait time, default 120 s
+  * generalhw: Add flash command support and handle optionnal args for cmd
+  * generalhw: Enable SSH access when VNC is not selected
+  * generalhw: truncate serial file on start
+
+-------------------------------------------------------------------

Old:
----
  os-autoinst-4.6.1575895968.5daf6345.obscpio

New:
----
  os-autoinst-4.6.1576050328.08c055a7.obscpio

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ os-autoinst-test.spec ++++++
--- /var/tmp/diff_new_pack.Fs0qZj/_old  2019-12-12 23:19:21.486207048 +0100
+++ /var/tmp/diff_new_pack.Fs0qZj/_new  2019-12-12 23:19:21.490207049 +0100
@@ -19,7 +19,7 @@
 %define name_ext -test
 %define         short_name os-autoinst
 Name:           %{short_name}%{?name_ext}
-Version:        4.6.1575895968.5daf6345
+Version:        4.6.1576050328.08c055a7
 Release:        0
 Summary:        test package for os-autoinst
 #BuildRequires:  %{short_name} == %{version}

++++++ os-autoinst.spec ++++++
--- /var/tmp/diff_new_pack.Fs0qZj/_old  2019-12-12 23:19:21.510207047 +0100
+++ /var/tmp/diff_new_pack.Fs0qZj/_new  2019-12-12 23:19:21.514207046 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           os-autoinst
-Version:        4.6.1575895968.5daf6345
+Version:        4.6.1576050328.08c055a7
 Release:        0
 Summary:        OS-level test automation
 License:        GPL-2.0-or-later
@@ -31,15 +31,22 @@
 %define opencv_require pkgconfig(opencv4)
 %endif
 %define build_requires autoconf automake gcc-c++ libtool pkg-config 
perl(Module::CPANfile) pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) 
pkgconfig(theoraenc) make %opencv_require
-%define requires perl(B::Deparse) perl(Mojolicious) >= 7.92, 
perl(Mojo::IOLoop::ReadWriteProcess) >= 0.23, perl(Carp::Always) 
perl(Data::Dump) perl(Data::Dumper) 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(JSON::XS) perl(List::MoreUtils) 
perl(Mojo::IOLoop::ReadWriteProcess) perl(Socket::MsgHdr) 
perl(Cpanel::JSON::XS) perl(IO::Scalar) perl(Try::Tiny) perl-base
+%define requires perl(B::Deparse) perl(Mojolicious) >= 7.92, 
perl(Mojo::IOLoop::ReadWriteProcess) >= 0.23, perl(Carp::Always) 
perl(Data::Dump) perl(Data::Dumper) perl(Crypt::DES) perl(JSON) perl(autodie) 
perl(Class::Accessor::Fast) perl(Exception::Class) perl(File::Touch) 
perl(File::Which) perl(IO::Socket::INET) 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(JSON::XS) perl(List::MoreUtils) 
perl(Mojo::IOLoop::ReadWriteProcess) perl(Socket::MsgHdr) 
perl(Cpanel::JSON::XS) perl(IO::Scalar) perl(Try::Tiny) perl-base
 %define requires_not_needed_in_tests git-core
 # all requirements needed by the tests, do not require on this in the package
 # itself or any sub-packages
 # SLE is missing spell check requirements
 %if !0%{?is_opensuse}
-%define spellcheck_requires %{nil}
+%bcond_with spellcheck
+%else
+%bcond_without spellcheck
+%endif
+%if %{with spellcheck}
+%define spellcheck_requires perl(Pod::Spell) aspell-spell aspell-en
+%define make_check_args %{nil}
 %else
-%define spellcheck_requires perl(Pod::Spell) aspell-spell
+%define spellcheck_requires %{nil}
+%define make_check_args CHECK_DOC=0
 %endif
 %define test_requires %build_requires %requires perl(Perl::Tidy) 
perl(Test::Strict) perl(Test::Exception) perl(Test::Output) perl(Test::Fatal) 
perl(Test::Warnings) perl(Pod::Coverage) perl(Test::Pod) perl(Test::MockModule) 
perl(Test::MockObject) perl(Devel::Cover) perl(Test::Mock::Time) qemu-tools 
%spellcheck_requires
 %define devel_requires %test_requires %requires_not_needed_in_tests
@@ -93,7 +100,7 @@
 # 07-commands: https://progress.opensuse.org/issues/60755
 for i in 07-commands 13-osutils 14-isotovideo 18-qemu-options 18-backend-qemu 
99-full-stack; do
     rm t/$i.t
-    sed -i "s/ \?$i\.t//g" t/Makefile.am
+    sed -i "s/ \?$i\.t//g" Makefile.am
 done
 
 %build
@@ -129,7 +136,7 @@
 
 # should work offline
 for p in $(cpanfile-dump); do rpm -q --whatprovides "perl($p)"; done
-make check VERBOSE=1
+make check test VERBOSE=1 %{make_check_args}
 
 %pre openvswitch
 %service_add_pre os-autoinst-openvswitch.service

++++++ os-autoinst-4.6.1575895968.5daf6345.obscpio -> 
os-autoinst-4.6.1576050328.08c055a7.obscpio ++++++
/work/SRC/openSUSE:Factory/os-autoinst/os-autoinst-4.6.1575895968.5daf6345.obscpio
 
/work/SRC/openSUSE:Factory/.os-autoinst.new.4691/os-autoinst-4.6.1576050328.08c055a7.obscpio
 differ: char 49, line 1

++++++ os-autoinst.obsinfo ++++++
--- /var/tmp/diff_new_pack.Fs0qZj/_old  2019-12-12 23:19:21.562207042 +0100
+++ /var/tmp/diff_new_pack.Fs0qZj/_new  2019-12-12 23:19:21.562207042 +0100
@@ -1,5 +1,5 @@
 name: os-autoinst
-version: 4.6.1575895968.5daf6345
-mtime: 1575895968
-commit: 5daf6345dfa30a509b65876bca30ab5c44d88436
+version: 4.6.1576050328.08c055a7
+mtime: 1576050328
+commit: 08c055a7daf0c559727a582a1760f769921360e8
 


Reply via email to