diff --git a/os-autoinst-4.6.1657546751.7d61873.obscpio b/os-autoinst-4.6.1657546751.7d61873.obscpio deleted file mode 100644 index ca460c9..0000000 --- a/os-autoinst-4.6.1657546751.7d61873.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02d1b52a6cc1d86ab457d0e7206b2ea6c5afd902c0c9d7fec32e6274c1d0423a -size 34837517 diff --git a/os-autoinst-4.6.1657896031.dcf12d0.obscpio b/os-autoinst-4.6.1657896031.dcf12d0.obscpio new file mode 100644 index 0000000..b484b6c --- /dev/null +++ b/os-autoinst-4.6.1657896031.dcf12d0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18749c6e4b486336cea08313f8fef694a14a1c5afe47d1bb116e290580d7836b +size 34839053 diff --git a/os-autoinst-test.spec b/os-autoinst-test.spec index ebca5a5..a587297 100644 --- a/os-autoinst-test.spec +++ b/os-autoinst-test.spec @@ -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 diff --git a/os-autoinst.changes b/os-autoinst.changes index 227fa5c..a68b0bc 100644 --- a/os-autoinst.changes +++ b/os-autoinst.changes @@ -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 diff --git a/os-autoinst.obsinfo b/os-autoinst.obsinfo index f90a19e..0910725 100644 --- a/os-autoinst.obsinfo +++ b/os-autoinst.obsinfo @@ -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 diff --git a/os-autoinst.spec b/os-autoinst.spec index 82d7592..a108b9f 100644 --- a/os-autoinst.spec +++ b/os-autoinst.spec @@ -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)