Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2019-06-12 13:19:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.4811 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openQA" Wed Jun 12 13:19:34 2019 rev:70 rq:709343 version:4.6.1560026218.807c3c09 Changes: -------- --- /work/SRC/openSUSE:Factory/openQA/openQA-test.changes 2019-06-06 18:18:01.476673689 +0200 +++ /work/SRC/openSUSE:Factory/.openQA.new.4811/openQA-test.changes 2019-06-12 13:19:36.532543170 +0200 @@ -1,0 +2,19 @@ +Tue Jun 11 18:22:27 UTC 2019 - [email protected] + +- Update to version 4.6.1560026218.807c3c09: + * Update MM setup documentation + * Test the scheduler API + * Cache: Fix missing download progress output and warning + * Provide the script `openqa-clone-job` already in source + * Remove dead code from OpenQA.pm + * Remove imports that are no longer needed + * Remove all remaining traces of D-Bus + * Share authentication controller between websocket server and scheduler + * Remove old script that had been broken for quite some time (and was therefore probably not used anymore) + * Turn scheduler core into a model class + * Replace D-Bus with HTTP + * Remove imports that are no longer needed + * Add a scheduler client + * Update architecture diagram + +------------------------------------------------------------------- openQA.changes: same change Old: ---- openQA-4.6.1559744346.36d65edf.obscpio New: ---- openQA-4.6.1560026218.807c3c09.obscpio ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openQA-test.spec ++++++ --- /var/tmp/diff_new_pack.3J2qrb/_old 2019-06-12 13:19:37.384542781 +0200 +++ /var/tmp/diff_new_pack.3J2qrb/_new 2019-06-12 13:19:37.388542779 +0200 @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version: 4.6.1559744346.36d65edf +Version: 4.6.1560026218.807c3c09 Release: 0 Summary: Test package for openQA License: GPL-2.0-or-later ++++++ openQA.spec ++++++ --- /var/tmp/diff_new_pack.3J2qrb/_old 2019-06-12 13:19:37.400542774 +0200 +++ /var/tmp/diff_new_pack.3J2qrb/_new 2019-06-12 13:19:37.404542772 +0200 @@ -34,9 +34,9 @@ %bcond_with tests %endif # runtime requirements that also the testsuite needs -%define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(Net::DBus) perl(JSON::Validator) perl(YAML::XS) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) perl(Mojo::SQLite) perl(Minion::Backend::SQLite) +%define t_requires perl(DBD::Pg) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::Pg) perl(Net::OpenID::Consumer) perl(Mojolicious::Plugin::RenderFile) perl(Mojolicious::Plugin::AssetPack) perl(aliased) perl(Config::Tiny) perl(DBIx::Class::DynamicDefault) perl(DBIx::Class::Schema::Config) perl(DBIx::Class::Storage::Statistics) perl(IO::Socket::SSL) perl(Data::Dump) perl(DBIx::Class::OptimisticLocking) perl(Text::Markdown) perl(JSON::Validator) perl(YAML::XS) perl(IPC::Run) perl(Archive::Extract) perl(CSS::Minifier::XS) perl(JavaScript::Minifier::XS) perl(Time::ParseDate) perl(Sort::Versions) perl(Mojo::RabbitMQ::Client) perl(BSD::Resource) perl(Cpanel::JSON::XS) perl(Pod::POM) perl(Mojo::IOLoop::ReadWriteProcess) perl(Minion) perl(Mojo::Pg) perl(Mojo::SQLite) perl(Minion::Backend::SQLite) Name: openQA -Version: 4.6.1559744346.36d65edf +Version: 4.6.1560026218.807c3c09 Release: 0 Summary: The openQA web-frontend, scheduler and tools License: GPL-2.0-or-later @@ -59,7 +59,6 @@ BuildRequires: perl(Mojolicious) >= 7.92 BuildRequires: perl(Mojolicious::Plugin::AssetPack) >= 1.36 BuildRequires: rubygem(sass) -Requires: dbus-1 Requires: perl(Minion) >= 9.09 Requires: perl(Mojo::RabbitMQ::Client) >= 0.2 Requires: perl(YAML::XS) >= 0.67 @@ -246,7 +245,7 @@ ln -s %{_sysconfdir}/openqa/database.ini %{buildroot}%{_datadir}/openqa%{_sysconfdir}/openqa/database.ini mkdir -p %{buildroot}%{_bindir} ln -s %{_datadir}/openqa/script/client %{buildroot}%{_bindir}/openqa-client -ln -s %{_datadir}/openqa/script/clone_job.pl %{buildroot}%{_bindir}/openqa-clone-job +ln -s %{_datadir}/openqa/script/openqa-clone-job %{buildroot}%{_bindir}/openqa-clone-job ln -s %{_datadir}/openqa/script/dump_templates %{buildroot}%{_bindir}/openqa-dump-templates ln -s %{_datadir}/openqa/script/load_templates %{buildroot}%{_bindir}/openqa-load-templates ln -s %{_datadir}/openqa/script/openqa-clone-custom-git-refspec %{buildroot}%{_bindir}/openqa-clone-custom-git-refspec @@ -369,7 +368,6 @@ %{_datadir}/openqa%{_sysconfdir}/openqa/openqa.ini %{_datadir}/openqa%{_sysconfdir}/openqa/database.ini %config %{_sysconfdir}/logrotate.d -%config(noreplace) %{_sysconfdir}/dbus-1/system.d/org.opensuse.openqa.conf # apache vhost %dir %{_sysconfdir}/apache2 %dir %{_sysconfdir}/apache2/vhosts.d @@ -393,7 +391,6 @@ %{_datadir}/openqa/assets %{_datadir}/openqa/dbicdh %{_datadir}/openqa/script/check_dependencies -%{_datadir}/openqa/script/clean_needles %{_datadir}/openqa/script/create_admin %{_datadir}/openqa/script/fetchneedles %{_datadir}/openqa/script/initdb @@ -473,6 +470,7 @@ %{_datadir}/openqa/script/clone_job.pl %{_datadir}/openqa/script/dump_templates %{_datadir}/openqa/script/load_templates +%{_datadir}/openqa/script/openqa-clone-job %{_datadir}/openqa/script/openqa-clone-custom-git-refspec %dir %{_datadir}/openqa/lib %{_datadir}/openqa/lib/OpenQA/Client.pm ++++++ Dockerfile ++++++ --- /var/tmp/diff_new_pack.3J2qrb/_old 2019-06-12 13:19:37.432542759 +0200 +++ /var/tmp/diff_new_pack.3J2qrb/_new 2019-06-12 13:19:37.432542759 +0200 @@ -12,7 +12,6 @@ glibc-locale \ automake \ curl \ - dbus-1-devel \ fftw3-devel \ gcc \ gcc-c++ \ @@ -93,7 +92,6 @@ 'perl(Mojolicious::Plugin::RenderFile)' \ 'perl(JSON::Validator)' \ 'perl(YAML::XS) >= 0.67' \ - 'perl(Net::DBus)' \ 'perl(Net::OpenID::Consumer)' \ 'perl(Net::SNMP)' \ 'perl(Net::SSH2)' \ @@ -124,11 +122,9 @@ perl-Archive-Extract \ perl-Test-Simple \ 'perl(aliased)' \ - dbus-1 systemd-sysvinit \ + systemd-sysvinit \ systemd libudev1 tack -RUN cp /usr/lib/systemd/system/dbus.service /etc/systemd/system/; \ - sed -i 's/OOMScoreAdjust=-900//' /etc/systemd/system/dbus.service VOLUME ["/sys/fs/cgroup", "/run"] CMD ["/sbin/init"] ++++++ openQA-4.6.1559744346.36d65edf.obscpio -> openQA-4.6.1560026218.807c3c09.obscpio ++++++ /work/SRC/openSUSE:Factory/openQA/openQA-4.6.1559744346.36d65edf.obscpio /work/SRC/openSUSE:Factory/.openQA.new.4811/openQA-4.6.1560026218.807c3c09.obscpio differ: char 50, line 1 ++++++ openQA.obsinfo ++++++ --- /var/tmp/diff_new_pack.3J2qrb/_old 2019-06-12 13:19:37.496542730 +0200 +++ /var/tmp/diff_new_pack.3J2qrb/_new 2019-06-12 13:19:37.500542728 +0200 @@ -1,5 +1,5 @@ name: openQA -version: 4.6.1559744346.36d65edf -mtime: 1559744346 -commit: 36d65edf921d90e703d64853d354086706fcc27a +version: 4.6.1560026218.807c3c09 +mtime: 1560026218 +commit: 807c3c093adaf131fdcb86596b824ff2e498c922
