forked from pool/openQA
Offline generation of 4.6.1558532409.ab91f319
4.6.1558532409.ab91f319 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=213
This commit is contained in:
parent
404c35b383
commit
2566f3e96a
@ -92,7 +92,7 @@ RUN zypper in -y -C \
|
||||
'perl(Mojolicious::Plugin::AssetPack)' \
|
||||
'perl(Mojolicious::Plugin::RenderFile)' \
|
||||
'perl(JSON::Validator)' \
|
||||
'perl(YAML::XS)' \
|
||||
'perl(YAML::XS) >= 0.67' \
|
||||
'perl(Net::DBus)' \
|
||||
'perl(Net::OpenID::Consumer)' \
|
||||
'perl(Net::SNMP)' \
|
||||
|
4
_service
4
_service
@ -13,8 +13,8 @@
|
||||
<param name="changesauthor">coolo@suse.com</param>
|
||||
</service>
|
||||
<service name="set_version" mode="disabled"/>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
<service name="tar" mode="disabled"/>
|
||||
<service name="recompress" mode="disabled">
|
||||
<param name="compression">xz</param>
|
||||
<param name="file">*.tar</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c1e6c11587da491914fe4141493732e6afd7cf1aa3f4438d5e5e6cac17eb7423
|
||||
size 9508365
|
3
openQA-4.6.1558532409.ab91f319.obscpio
Normal file
3
openQA-4.6.1558532409.ab91f319.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:963bd52a34354b53a4f34a214a6f2fc0d339852cb34af00720f7c5dd5c52563c
|
||||
size 9510413
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 14:34:05 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1558532409.ab91f319:
|
||||
* Install qemu-uefi-aarch64 on aarch64 in bootstrap
|
||||
* Use less noisy perl style for $comment->label
|
||||
* Prevent accessing comment label without check for undef
|
||||
* Ensure that module names are escaped
|
||||
* List remaining failed modules on mouseover
|
||||
* Allow listing bugs by the time of reporting
|
||||
* Require YAML::XS >= 0.67
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 07:41:15 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1558084113.18c6f052
|
||||
Version: 4.6.1558532409.ab91f319
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 14:34:05 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1558532409.ab91f319:
|
||||
* Install qemu-uefi-aarch64 on aarch64 in bootstrap
|
||||
* Use less noisy perl style for $comment->label
|
||||
* Prevent accessing comment label without check for undef
|
||||
* Ensure that module names are escaped
|
||||
* List remaining failed modules on mouseover
|
||||
* Allow listing bugs by the time of reporting
|
||||
* Require YAML::XS >= 0.67
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 20 07:41:15 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1558084113.18c6f052
|
||||
mtime: 1558084113
|
||||
commit: 18c6f052526a4753172bd7564c074db368da2128
|
||||
version: 4.6.1558532409.ab91f319
|
||||
mtime: 1558532409
|
||||
commit: ab91f319b2e395242078b4c5d2bd85e915c5a626
|
||||
|
||||
|
@ -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(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.1558084113.18c6f052
|
||||
Version: 4.6.1558532409.ab91f319
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -62,6 +62,7 @@ BuildRequires: rubygem(sass)
|
||||
Requires: dbus-1
|
||||
Requires: perl(Minion) >= 9.09
|
||||
Requires: perl(Mojo::RabbitMQ::Client) >= 0.2
|
||||
Requires: perl(YAML::XS) >= 0.67
|
||||
# needed for test suite
|
||||
Requires: git-core
|
||||
Requires: openQA-client = %{version}
|
||||
|
Loading…
Reference in New Issue
Block a user