forked from pool/openQA
Offline generation of 4.6.1559744346.36d65edf
4.6.1559744346.36d65edf OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=219
This commit is contained in:
parent
b0ca434fb1
commit
2d46545a96
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:201a78cd847b102d28e43341f447a57233055874a6923bed93c756505baa68e4
|
||||
size 9510925
|
3
openQA-4.6.1559744346.36d65edf.obscpio
Normal file
3
openQA-4.6.1559744346.36d65edf.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9ea816fd2df23553feaaf5b36627a9e6b63c726327ddf6f6acc544ed2b15e3a9
|
||||
size 9513485
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 05 14:36:54 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1559744346.36d65edf:
|
||||
* docs: Add note how to fix broken CSS
|
||||
* Remove tidy from spec file
|
||||
* Use the latest version of perltidy
|
||||
* Improve tests for admin tables
|
||||
* spec: Fix Perl::Tidy mismatch in build tests
|
||||
* Follow updated admin table rows
|
||||
* Clear admin table filter before adding new row
|
||||
* apparmor: Fix worker startup on openSUSE Leap 15.1
|
||||
* Don't log jobtemplate_create event if in preview mode
|
||||
* docs: Harmonize use of no colon in titles
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 18:17:47 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1559047081.8050f3f0
|
||||
Version: 4.6.1559744346.36d65edf
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 05 14:36:54 UTC 2019 - coolo@suse.com
|
||||
|
||||
- Update to version 4.6.1559744346.36d65edf:
|
||||
* docs: Add note how to fix broken CSS
|
||||
* Remove tidy from spec file
|
||||
* Use the latest version of perltidy
|
||||
* Improve tests for admin tables
|
||||
* spec: Fix Perl::Tidy mismatch in build tests
|
||||
* Follow updated admin table rows
|
||||
* Clear admin table filter before adding new row
|
||||
* apparmor: Fix worker startup on openSUSE Leap 15.1
|
||||
* Don't log jobtemplate_create event if in preview mode
|
||||
* docs: Harmonize use of no colon in titles
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 31 18:17:47 UTC 2019 - coolo@suse.com
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
name: openQA
|
||||
version: 4.6.1559047081.8050f3f0
|
||||
mtime: 1559047081
|
||||
commit: 8050f3f0ad896bafa289dafceed453e81f5e80c2
|
||||
version: 4.6.1559744346.36d65edf
|
||||
mtime: 1559744346
|
||||
commit: 36d65edf921d90e703d64853d354086706fcc27a
|
||||
|
||||
|
@ -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.1559047081.8050f3f0
|
||||
Version: 4.6.1559744346.36d65edf
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -101,7 +101,6 @@ BuildRequires: rsync
|
||||
BuildRequires: perl(DBD::SQLite)
|
||||
BuildRequires: perl(Perl::Critic)
|
||||
BuildRequires: perl(Perl::Critic::Freenode)
|
||||
BuildRequires: perl(Perl::Tidy)
|
||||
BuildRequires: perl(Selenium::Remote::Driver) >= 1.20
|
||||
BuildRequires: perl(Test::Compile)
|
||||
BuildRequires: perl(Test::MockObject)
|
||||
@ -219,6 +218,7 @@ make %{?_smp_mflags}
|
||||
%check
|
||||
#for double checking
|
||||
%if %{with tests}
|
||||
sed -i '/Perl::Tidy/d' cpanfile
|
||||
cpanm --installdeps --with-feature=test .
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user