diff --git a/ci.fmf b/ci.fmf index 41defcd..4609306 100644 --- a/ci.fmf +++ b/ci.fmf @@ -1,7 +1,7 @@ summary: Upstreamed tier tests discover: how: fmf - repository: https://gitlab.com/redhat-crypto/tests/libssh.git + url: https://gitlab.com/redhat-crypto/tests/libssh.git filter: 'tier: 0,1,2,3' execute: - how: beakerlib + how: tmt diff --git a/libssh.spec b/libssh.spec index 2bb103c..cd33a0d 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.10.4 -Release: 4%{?dist} +Release: 5%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -137,6 +137,10 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Thu Dec 01 2022 Stanislav Zidek - 0.10.4-5 ++ libssh-0.10.4-5 +- Fixed CI configuration due to TMT changes + * Wed Nov 30 2022 Norbert Pocs - 0.10.4-4 - Move loglevel closer to openssh loglevel - Add openssh config feature of +,-,^ for algorithm lists