forked from pool/openQA
Update to 4.4.1497257618.89b04ed8
OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=17
This commit is contained in:
parent
c5475a65a5
commit
ae1f49058c
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c205f6ab3bb8fc847058b4a9df1824c29c1c8deb7cb3feba2bf82e69a16789b2
|
||||
size 1186474
|
||||
oid sha256:68a56ad0f2d8e03001fa8c392cdeedcd4e9249153bd75b6a37487b9aeef4d121
|
||||
size 1183289
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:947901d9c54c8e48f2ce4ddf3d65c526fe72f8c1b59c23931e4f5807cbd83477
|
||||
size 1368932
|
3
openQA-4.4.1497257618.89b04ed8.tar.xz
Normal file
3
openQA-4.4.1497257618.89b04ed8.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ceb5bcb75d755b74a6ae34890450e77d4c4d86fb4dca8913d024b8442225891e
|
||||
size 1382748
|
@ -1,3 +1,22 @@
|
||||
Tue Jun 13 20:33:37 UTC 2017 - rd-ops-cm@suse.de
|
||||
|
||||
- Update to version 4.4.1497257618.89b04ed8:
|
||||
* Allow plugins to load specific configurations
|
||||
* Remove auth_config from OpenQA::WebAPI::Auth::*
|
||||
* Add fullscreen base into project
|
||||
* Add form entry for fullscreen view
|
||||
* Fix navbar to not hide if dropdown selected
|
||||
* Change help popover description in filtersection
|
||||
* Correct main controller and index page
|
||||
* Add error message for missing webserver
|
||||
* Add link to CaaSP staging (#1360)
|
||||
* Also recognize fdo bugrefs in Utils.pm (#1367)
|
||||
* Database change for bug status
|
||||
* Improve assets log messages (#1365)
|
||||
* Documentation for GRE (#1369)
|
||||
* Extend sorting by time to parent group overview (#1362)
|
||||
- Include upstream changes for worker with no-cleanup
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 16 09:56:40 UTC 2017 - mlin@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
# can't use linebreaks here!
|
||||
%define openqa_services openqa-webui.service openqa-gru.service openqa-websockets.service openqa-scheduler.service
|
||||
%define openqa_worker_services openqa-worker.target openqa-worker@.service openqa-slirpvde.service openqa-vde_switch.service
|
||||
%define openqa_worker_services openqa-worker.target openqa-worker@.service openqa-worker-no-cleanup@.service openqa-slirpvde.service openqa-vde_switch.service
|
||||
|
||||
%if %{undefined tmpfiles_create}
|
||||
%define tmpfiles_create() \
|
||||
@ -37,7 +37,7 @@
|
||||
%endif
|
||||
|
||||
Name: openQA
|
||||
Version: 4.4.1491400697.19ef0fc5
|
||||
Version: 4.4.1497257618.89b04ed8
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0+
|
||||
@ -66,7 +66,7 @@ Recommends: logrotate
|
||||
# for postgresql
|
||||
Recommends: perl(DateTime::Format::Pg) perl(DBD::Pg)
|
||||
# runtime requirements that also the testsuite needs
|
||||
%define t_requires perl(DBD::SQLite) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::SQLite) 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)
|
||||
%define t_requires perl(DBD::SQLite) perl(DBIx::Class) perl(Config::IniFiles) perl(SQL::Translator) perl(Date::Format) perl(File::Copy::Recursive) perl(DateTime::Format::SQLite) 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)
|
||||
BuildRequires: perl(Mojolicious) >= 7.24
|
||||
BuildRequires: perl(Mojolicious::Plugin::AssetPack) >= 1.36
|
||||
# critical bug fix
|
||||
@ -162,7 +162,7 @@ a convenient helper for interacting with openQA webui REST API.
|
||||
|
||||
%package doc
|
||||
Summary: The openQA documentation
|
||||
Group: Documentation/Other
|
||||
Group: Development/Tools/Other
|
||||
|
||||
%description doc
|
||||
Documentation material covering installation, configuration, basic test writing, etc.
|
||||
@ -373,6 +373,7 @@ fi
|
||||
%{_libexecdir}/systemd/system-generators
|
||||
%{_unitdir}/openqa-worker.target
|
||||
%{_unitdir}/openqa-worker@.service
|
||||
%{_unitdir}/openqa-worker-no-cleanup@.service
|
||||
%{_unitdir}/openqa-slirpvde.service
|
||||
%{_unitdir}/openqa-vde_switch.service
|
||||
%{_tmpfilesdir}/openqa.conf
|
||||
|
Loading…
Reference in New Issue
Block a user