Accepting request 989568 from devel:openQA:tested

Update to 4.6.1657896031.dcf12d0
4.6.1657896031.dcf12d0

OBS-URL: https://build.opensuse.org/request/show/989568
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/os-autoinst?expand=0&rev=311
This commit is contained in:
Richard Brown 2022-07-18 16:34:12 +00:00 committed by Git OBS Bridge
commit 765a2d5a29
6 changed files with 20 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:02d1b52a6cc1d86ab457d0e7206b2ea6c5afd902c0c9d7fec32e6274c1d0423a
size 34837517

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:18749c6e4b486336cea08313f8fef694a14a1c5afe47d1bb116e290580d7836b
size 34839053

View File

@ -19,7 +19,7 @@
%define name_ext -test
%define short_name os-autoinst
Name: %{short_name}%{?name_ext}
Version: 4.6.1657546751.7d61873
Version: 4.6.1657896031.dcf12d0
Release: 0
Summary: test package for os-autoinst
License: GPL-2.0-or-later

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sat Jul 16 11:36:14 UTC 2022 - okurz@suse.com
- Update to version 4.6.1657896031.dcf12d0:
* Use opencv4 on Leap 15.4
* Switch development base back to Tumbleweed assuming problems are fixed
* Simplify git path handling further
* Fix git version readout for symlinked directories
* Ensure the directory in git_rev_parse is absolute
-------------------------------------------------------------------
Mon Jul 11 19:40:15 UTC 2022 - okurz@suse.com

View File

@ -1,4 +1,4 @@
name: os-autoinst
version: 4.6.1657546751.7d61873
mtime: 1657546751
commit: 7d6187304e203de008f9d3490445c38406677bca
version: 4.6.1657896031.dcf12d0
mtime: 1657896031
commit: dcf12d0f02b67cdb79dee91a3140e060fafa7ca1

View File

@ -17,7 +17,7 @@
Name: os-autoinst
Version: 4.6.1657546751.7d61873
Version: 4.6.1657896031.dcf12d0
Release: 0
Summary: OS-level test automation
License: GPL-2.0-or-later
@ -25,8 +25,8 @@ Group: Development/Tools/Other
URL: https://github.com/os-autoinst/os-autoinst
Source0: %{name}-%{version}.tar.xz
%{perl_requires}
%if 0%{?suse_version} > 1500
# openSUSE Tumbleweed
%if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150400
# openSUSE Tumbleweed and Leap 15.4
%define opencv_require pkgconfig(opencv4)
%else
%define opencv_require pkgconfig(opencv)