forked from pool/openQA
Accepting request 711804 from devel:openQA:tested
Update to 4.6.1561118372.b9b694d3 4.6.1561118372.b9b694d3 OBS-URL: https://build.opensuse.org/request/show/711804 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=74
This commit is contained in:
commit
ca488de690
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f064d3ec94433a584125cbd414cb551b2f3715f7e2deab7e9540b00d8b40eda4
|
||||
size 9622541
|
3
openQA-4.6.1561118372.b9b694d3.obscpio
Normal file
3
openQA-4.6.1561118372.b9b694d3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f5b6e047665cf2b0a47189e2a4cbfd9a41be35f06c7ec7d5fa40fb0490d8e398
|
||||
size 9622541
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 07:23:01 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1561118372.b9b694d3:
|
||||
* Move websocket server helpers to the model
|
||||
* Prevent blank line in worker caching output
|
||||
* Fix missing dependency in package buildtime tests as well
|
||||
* Rename architectures to scenarios
|
||||
* Defer loading the schema in OpenQA::Schema::Profiler, so the worker does not trigger a migration
|
||||
* Fix missing runtime dependency on "DBIx::Class::DeploymentHandler"
|
||||
* apparmor: Allow unzip-plain to fix worker startup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:54:35 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1560873517.08f60a7b
|
||||
Version: 4.6.1561118372.b9b694d3
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 25 07:23:01 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1561118372.b9b694d3:
|
||||
* Move websocket server helpers to the model
|
||||
* Prevent blank line in worker caching output
|
||||
* Fix missing dependency in package buildtime tests as well
|
||||
* Rename architectures to scenarios
|
||||
* Defer loading the schema in OpenQA::Schema::Profiler, so the worker does not trigger a migration
|
||||
* Fix missing runtime dependency on "DBIx::Class::DeploymentHandler"
|
||||
* apparmor: Allow unzip-plain to fix worker startup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 19 07:54:35 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1560873517.08f60a7b
|
||||
mtime: 1560873517
|
||||
commit: 08f60a7b27f45cac2c8fb379c5d7985036283a08
|
||||
version: 4.6.1561118372.b9b694d3
|
||||
mtime: 1561118372
|
||||
commit: b9b694d3a20de6a5f2b85c33b23be257dec98d02
|
||||
|
||||
|
@ -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(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::DeploymentHandler) 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.1560873517.08f60a7b
|
||||
Version: 4.6.1561118372.b9b694d3
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -76,7 +76,6 @@ Requires: perl(URI)
|
||||
%requires_eq perl-Mojolicious-Plugin-AssetPack
|
||||
Recommends: %{name}-local-db
|
||||
Requires(post): coreutils
|
||||
Requires(post): perl(DBIx::Class::DeploymentHandler)
|
||||
Requires(post): perl(SQL::SplitStatement)
|
||||
Recommends: apache2
|
||||
Recommends: apparmor-profiles
|
||||
|
Loading…
Reference in New Issue
Block a user