forked from pool/openQA
Offline generation of 4.6.1544462890.26f2a7d2
4.6.1544462890.26f2a7d2 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=141
This commit is contained in:
parent
da348d538c
commit
2911d110ea
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ca6af014761eea77e4424e43912d62375ad02278af1e577c0953ffee37a8df1a
|
||||
size 9964045
|
3
openQA-4.6.1544462890.26f2a7d2.obscpio
Normal file
3
openQA-4.6.1544462890.26f2a7d2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:45b0d0523b3781d4b191c4fa1181615949ce9ecba03f6db33e20e531dff7e2d6
|
||||
size 9968141
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 21:41:01 UTC 2018 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1544462890.26f2a7d2:
|
||||
* Use the boring standard return value for all Perl modules
|
||||
* Merge hashes properly
|
||||
* Test handling of assets with invalid name
|
||||
* Prevent registering empty assets
|
||||
* Skip cleanup of assets with empty name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 07 09:40:53 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.1544166689.47296c23
|
||||
Version: 4.6.1544462890.26f2a7d2
|
||||
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 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 10 21:41:01 UTC 2018 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1544462890.26f2a7d2:
|
||||
* Use the boring standard return value for all Perl modules
|
||||
* Merge hashes properly
|
||||
* Test handling of assets with invalid name
|
||||
* Prevent registering empty assets
|
||||
* Skip cleanup of assets with empty name
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 07 09:40:53 UTC 2018 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1544166689.47296c23
|
||||
mtime: 1544166689
|
||||
commit: 47296c2341c0853f6088ccd446343f362c2b787a
|
||||
version: 4.6.1544462890.26f2a7d2
|
||||
mtime: 1544462890
|
||||
commit: 26f2a7d2941fffdda13dd8351409d5ecbc667a67
|
||||
|
||||
|
@ -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.1544166689.47296c23
|
||||
Version: 4.6.1544462890.26f2a7d2
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
Reference in New Issue
Block a user