Add missing ci.fmf file

Related: rhbz#2182251, rhbz#2189742

Signed-off-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
Stanislav Zidek 2022-12-05 16:00:00 +01:00 committed by Norbert Pocs
parent 999a1b1107
commit ab15937579
2 changed files with 12 additions and 1 deletions

7
ci.fmf Normal file
View File

@ -0,0 +1,7 @@
summary: Upstreamed tier tests
discover:
how: fmf
url: https://gitlab.com/redhat-crypto/tests/libssh.git
filter: 'tier: 0,1,2,3'
execute:
how: tmt

View File

@ -1,6 +1,6 @@
Name: libssh
Version: 0.9.6
Release: 9%{?dist}
Release: 10%{?dist}
Summary: A library implementing the SSH protocol
License: LGPLv2+
URL: http://www.libssh.org
@ -145,6 +145,10 @@ popd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config
%changelog
* Wed May 03 2023 Norbert Pocs <npocs@redhat.com> - 0.9.6-10
- Add missing ci.fmf file
- Related: rhbz#2182251, rhbz#2189742
* Wed May 03 2023 Norbert Pocs <npocs@redhat.com> - 0.9.6-9
- Fix covscan errors found at gating
- Related: rhbz#2182251, rhbz#2189742