forked from pool/openQA
Accepting request 1066031 from devel:openQA:tested
Update to 4.6.1676474487.945e502 4.6.1676474487.945e502 4.6.1676474487.945e502 4.6.1676474487.945e502 4.6.1676474487.945e502 OBS-URL: https://build.opensuse.org/request/show/1066031 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openQA?expand=0&rev=438
This commit is contained in:
commit
1bd7ed4405
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d9c58d839f039e5d0980a0f49ee2cb4d01761fb61b80b2b6463ec3cc29ce3c6d
|
||||
size 13903885
|
3
openQA-4.6.1676474487.945e502.obscpio
Normal file
3
openQA-4.6.1676474487.945e502.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cc54abf45bab2e69d67d05b49b9e0182280f1105a98dc1ccb3c1d00527f2848d
|
||||
size 13905421
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define short_name openQA-client
|
||||
Name: %{short_name}-test
|
||||
Version: 4.6.1676033243.8d9ce6f
|
||||
Version: 4.6.1676474487.945e502
|
||||
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.1676033243.8d9ce6f
|
||||
Version: 4.6.1676474487.945e502
|
||||
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.1676033243.8d9ce6f
|
||||
Version: 4.6.1676474487.945e502
|
||||
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.1676033243.8d9ce6f
|
||||
Version: 4.6.1676474487.945e502
|
||||
Release: 0
|
||||
Summary: Test package for %{short_name}
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 15 15:21:35 UTC 2023 - okurz@suse.com
|
||||
|
||||
- Update to version 4.6.1676474487.945e502:
|
||||
* Remove noarch from openQA.spec
|
||||
* Dependency cron 2023-02-15
|
||||
* Update documentation of bug references and labels to meanwhile changes
|
||||
* Fix investigation git log
|
||||
* Render bugrefs as clickable links within labels
|
||||
* Use signatures in Markdown module
|
||||
* Ensure consistent openQA version when installing openQA-local-db
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Feb 11 02:09:30 UTC 2023 - okurz@suse.com
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: openQA
|
||||
version: 4.6.1676033243.8d9ce6f
|
||||
mtime: 1676033243
|
||||
commit: 8d9ce6ff865b83a6c196e6ec134f89d0782fba42
|
||||
version: 4.6.1676474487.945e502
|
||||
mtime: 1676474487
|
||||
commit: 945e502ee0d602dd985432c17cb1153d455b3395
|
||||
|
11
openQA.spec
11
openQA.spec
@ -76,7 +76,7 @@
|
||||
%define devel_requires %devel_no_selenium_requires chromedriver
|
||||
|
||||
Name: openQA
|
||||
Version: 4.6.1676033243.8d9ce6f
|
||||
Version: 4.6.1676474487.945e502
|
||||
Release: 0
|
||||
Summary: The openQA web-frontend, scheduler and tools
|
||||
License: GPL-2.0-or-later
|
||||
@ -114,7 +114,12 @@ Recommends: perl(Mojolicious::Plugin::OAuth2)
|
||||
Recommends: perl(IO::Uncompress::UnXz)
|
||||
# server needs to run an rsync server if worker caching is used
|
||||
Recommends: rsync
|
||||
BuildArch: noarch
|
||||
# We cannot use noarch because of the strict perl-Mojolicious-Plugin-AssetPack
|
||||
# requirement. With noarch it can happen that the rpm built on aarch64 gets
|
||||
# uploaded to download.opensuse.org, and aarch for some reason has an older
|
||||
# version of that module. Then when we install on Tumbleweed, it doesn't
|
||||
# have that older version anymore
|
||||
#BuildArch: noarch
|
||||
ExcludeArch: i586
|
||||
%{?systemd_requires}
|
||||
%if %{with tests}
|
||||
@ -221,7 +226,7 @@ Additional scripts for the use of openQA in the python programming language.
|
||||
%package local-db
|
||||
Summary: Helper package to ease setup of postgresql DB
|
||||
Group: Development/Tools/Other
|
||||
Requires: %name
|
||||
Requires: %{name} = %{version}
|
||||
Requires: postgresql-server
|
||||
BuildRequires: postgresql-server
|
||||
Supplements: packageand(%name:postgresql-server)
|
||||
|
Loading…
x
Reference in New Issue
Block a user