SHA256
1
0
forked from pool/openQA

Offline generation of 4.6.1544609268.19a4cf68

4.6.1544609268.19a4cf68

OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=145
This commit is contained in:
Oliver Kurz 2018-12-13 05:41:07 +00:00 committed by Git OBS Bridge
parent 4c692424e0
commit de6850bdea
7 changed files with 31 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cad4aeb4e366d6648afa09adc1d31c9b204d0e52bd4921a400c84b300dc8b989
size 9968141

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:0169ffa5d5cc23994942c3b9017b82c4f5fe3791b962f0a314d19aa68f44d2ea
size 10093069

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 13 05:40:52 UTC 2018 - coolo@suse.com
- Update to version 4.6.1544609268.19a4cf68:
* Fix test for popovers in 15-admin-workers.t for real
* Improve "Refusing 'grab_job'" debug message
* Test worker broken state
* Add 'broken' state to the worker
* Prevent worker to accept jobs if caching not available
* Update specfile line for restarting apparmor
-------------------------------------------------------------------
Tue Dec 11 07:06:36 UTC 2018 - coolo@suse.com

View File

@ -18,7 +18,7 @@
%define short_name openQA
Name: %{short_name}-test
Version: 4.6.1544510066.913d8f26
Version: 4.6.1544609268.19a4cf68
Release: 0
Summary: Test package for openQA
License: GPL-2.0-or-later

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Dec 13 05:40:52 UTC 2018 - coolo@suse.com
- Update to version 4.6.1544609268.19a4cf68:
* Fix test for popovers in 15-admin-workers.t for real
* Improve "Refusing 'grab_job'" debug message
* Test worker broken state
* Add 'broken' state to the worker
* Prevent worker to accept jobs if caching not available
* Update specfile line for restarting apparmor
-------------------------------------------------------------------
Tue Dec 11 07:06:36 UTC 2018 - coolo@suse.com

View File

@ -1,5 +1,5 @@
name: openQA
version: 4.6.1544510066.913d8f26
mtime: 1544510066
commit: 913d8f2642409e07f159499afd31b558ed1e3b78
version: 4.6.1544609268.19a4cf68
mtime: 1544609268
commit: 19a4cf68e0e56f028a67e395661b7bb19b8e14aa

View File

@ -36,7 +36,7 @@
# 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(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.1544510066.913d8f26
Version: 4.6.1544609268.19a4cf68
Release: 0
Summary: The openQA web-frontend, scheduler and tools
License: GPL-2.0-or-later
@ -328,7 +328,7 @@ fi
%postun
%service_del_postun %{openqa_services}
%restart_on_update boot.apparmor
%restart_on_update apparmor
%postun worker
%service_del_postun %{openqa_worker_services}