diff --git a/_service b/_service index 8b6275d..e6ef7fa 100644 --- a/_service +++ b/_service @@ -3,7 +3,7 @@ dist/rpm/os-autoinst.spec dist/rpm/os-autoinst-test.spec - 4.5 + 4.6 %ct.%h git://github.com/os-autoinst/os-autoinst.git git diff --git a/os-autoinst-4.5.1571474599.7d873cb5.obscpio b/os-autoinst-4.5.1571474599.7d873cb5.obscpio deleted file mode 100644 index eaf4bbd..0000000 --- a/os-autoinst-4.5.1571474599.7d873cb5.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad57bacff7bd5e24b80819865da7f9d7bff3512cc3d04ba6fd1f3d384c1f77fa -size 24897549 diff --git a/os-autoinst-4.6.1571832236.5391548d.obscpio b/os-autoinst-4.6.1571832236.5391548d.obscpio new file mode 100644 index 0000000..da42c87 --- /dev/null +++ b/os-autoinst-4.6.1571832236.5391548d.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:08ad41048f30c0f61d673cefc06478a0aebd8ab6352e3aeb03ecdf3d56052d5b +size 24900621 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index 1e14674..de43e49 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.1571474599.7d873cb5 +Version: 4.6.1571832236.5391548d Release: 0 Summary: test package for os-autoinst #BuildRequires: %{short_name} == %{version} diff --git a/os-autoinst.changes b/os-autoinst.changes index 642b34d..d97fe08 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Thu Oct 24 09:06:44 UTC 2019 - okurz@suse.com + +- Update to version 4.6.1571832236.5391548d: + * Increase version numbers + * Add new status file that worker can read from + * Consider tests with `tools/tidy --only-changed` + * spec: Fix missing, additional runtime requirements + * Allow tidy to run only over local changes + * Improve 'check_ssh_serial' + * Make start_serial_grab blocking + * Fix svirt backend's 100 % CPU usage + * codecov: Adjust to current coverage target + ------------------------------------------------------------------- Sat Oct 19 17:06:38 UTC 2019 - okurz@suse.com diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index 4c237e1..19b83f8 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -1,5 +1,5 @@ name: os-autoinst -version: 4.5.1571474599.7d873cb5 -mtime: 1571474599 -commit: 7d873cb5618b4049ccda52d6625acb995aecdc28 +version: 4.6.1571832236.5391548d +mtime: 1571832236 +commit: 5391548d815a883d8333f02b8d367cd803fea71b diff --git a/os-autoinst.spec b/os-autoinst.spec index fa42ff2..d2c4e94 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -17,7 +17,7 @@ Name: os-autoinst -Version: 4.5.1571474599.7d873cb5 +Version: 4.6.1571832236.5391548d Release: 0 Summary: OS-level test automation License: GPL-2.0-or-later @@ -29,15 +29,18 @@ Source0: %{name}-%{version}.tar.xz %{perl_requires} %define build_requires autoconf automake gcc-c++ libtool pkgconfig(opencv) pkg-config perl(Module::CPANfile) pkgconfig(fftw3) pkgconfig(libpng) pkgconfig(sndfile) pkgconfig(theoraenc) make %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_not_needed_in_tests qemu >= 2.0.0, /usr/bin/qemu-img, git-core optipng +%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 %define test_requires %build_requires %requires perl(Perl::Tidy) perl(Test::Compile) 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 %define devel_requires %test_requires %requires_not_needed_in_tests BuildRequires: %test_requires Requires: %requires +Requires: %requires_not_needed_in_tests Recommends: tesseract-ocr Recommends: /usr/bin/xkbcomp /usr/bin/Xvnc dumponlyconsole +Recommends: qemu >= 2.0.0 +Recommends: /usr/bin/qemu-img Requires(pre): %{_bindir}/getent Requires(pre): %{_sbindir}/useradd BuildRoot: %{_tmppath}/%{name}-%{version}-build