forked from pool/openQA
Offline generation of 4.6.1669922159.5e076a0
4.6.1669922159.5e076a0 4.6.1669922159.5e076a0 4.6.1669922159.5e076a0 4.6.1669922159.5e076a0 OBS-URL: https://build.opensuse.org/package/show/devel:openQA:tested/openQA?expand=0&rev=919
This commit is contained in:
parent
057dd25c38
commit
32ddbe0967
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a13a6e72ddf964b6c1a54133bc04fcb9b4e33604e9c8f1610cb1bd1d16e5b5fd
|
||||
size 13757453
|
3
openQA-4.6.1669922159.5e076a0.obscpio
Normal file
3
openQA-4.6.1669922159.5e076a0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e8e1c1bc6c2cebbd1e51125ef3f41b81286ce72e1f15ffba3bc64725d21dcc35
|
||||
size 13760013
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1669740924.a0f6803
|
||||
Version: 4.6.1669922159.5e076a0
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-devel
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1669740924.a0f6803
|
||||
Version: 4.6.1669922159.5e076a0
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1669740924.a0f6803
|
||||
Version: 4.6.1669922159.5e076a0
|
||||
Release: 0
|
||||
Summary: Test package for openQA
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-worker
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1669740924.a0f6803
|
||||
Version: 4.6.1669922159.5e076a0
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 03 02:16:29 UTC 2022 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1669922159.5e076a0:
|
||||
* Fix typos in developer mode documentation
|
||||
* Add support for absolute URLs to openqa-cli
|
||||
* Add --links option to openqa-cli for pagination
|
||||
* Allow using 'pngquant' instead 'optipng'
|
||||
* Allow ignoring failure when paused on specific command
|
||||
* Ensure openQA-single-instance pulls in same version of openQA
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 29 17:06:11 UTC 2022 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1669740924.a0f6803
|
||||
mtime: 1669740924
|
||||
commit: a0f6803716ceedcf8918b6f9d708400019eb9fd3
|
||||
version: 4.6.1669922159.5e076a0
|
||||
mtime: 1669922159
|
||||
commit: 5e076a0756df561b175f66a55d01b9d1d33964f4
|
||||
|
@ -76,7 +76,7 @@
|
||||
%define devel_requires %devel_no_selenium_requires chromedriver
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1669740924.a0f6803
|
||||
Version: 4.6.1669922159.5e076a0
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -189,6 +189,8 @@ Requires(post): os-autoinst >= 4.6
|
||||
Recommends: qemu
|
||||
# Needed for caching - not required if caching not used...
|
||||
Recommends: rsync
|
||||
# Optionally enabled with USE_PNGQUANT=1
|
||||
Recommends: pngquant
|
||||
%if 0%{?suse_version} >= 1330
|
||||
Requires(pre): group(nogroup)
|
||||
%endif
|
||||
@ -230,8 +232,9 @@ next to the webui.
|
||||
%package single-instance
|
||||
Summary: Convenience package for a single-instance setup
|
||||
Group: Development/Tools/Other
|
||||
Requires: %{name} = %{version}
|
||||
Requires: %{name}-local-db
|
||||
Requires: %{name}-worker
|
||||
Requires: %{name}-worker = %{version}
|
||||
Requires: apache2
|
||||
|
||||
%description single-instance
|
||||
|
Loading…
x
Reference in New Issue
Block a user