forked from pool/openQA
Offline generation of 4.6.1543519004.8d6b8d69
4.6.1543519004.8d6b8d69 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=135
This commit is contained in:
parent
f765f3fc61
commit
1eb22e4d2d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07921722e9d13ddf76fa0cedda7364e30f5a188c3dcbc30705497f111bd23ed0
|
||||
size 9950221
|
3
openQA-4.6.1543519004.8d6b8d69.obscpio
Normal file
3
openQA-4.6.1543519004.8d6b8d69.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:07253dafea7341860a562e0f684babd92b369ebf510f984fab331439534ca467
|
||||
size 9950221
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 09:40:35 UTC 2018 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1543519004.8d6b8d69:
|
||||
* Make all modules pass Perl::Critic::Freenode with severity level 4 (stern)
|
||||
* Activate strict and warnings consistently for all modules
|
||||
* Fix network dependency for cache service
|
||||
* Remove DEBUG and LOGDIR environment variables and change cache services to use the test mode
|
||||
* Remove srand workaround that does nothing anymore since Mojolicious 5.76 (2015)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 28 11:53:44 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -12,16 +12,16 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1543400978.50e006bc
|
||||
Version: 4.6.1543519004.8d6b8d69
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
License: GPL-2.0+
|
||||
BuildRequires: %{short_name} == %{version}
|
||||
BuildRequires: openQA-local-db
|
||||
ExcludeArch: i586
|
||||
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Nov 30 09:40:35 UTC 2018 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1543519004.8d6b8d69:
|
||||
* Make all modules pass Perl::Critic::Freenode with severity level 4 (stern)
|
||||
* Activate strict and warnings consistently for all modules
|
||||
* Fix network dependency for cache service
|
||||
* Remove DEBUG and LOGDIR environment variables and change cache services to use the test mode
|
||||
* Remove srand workaround that does nothing anymore since Mojolicious 5.76 (2015)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 28 11:53:44 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1543400978.50e006bc
|
||||
mtime: 1543400978
|
||||
commit: 50e006bc300aca6aeaaad7bd8f2418abf0265b68
|
||||
version: 4.6.1543519004.8d6b8d69
|
||||
mtime: 1543519004
|
||||
commit: 8d6b8d6932f0f61b0e2f1c3f51bbab380d036ea6
|
||||
|
||||
|
@ -12,7 +12,7 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
@ -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.1543400978.50e006bc
|
||||
Version: 4.6.1543519004.8d6b8d69
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user