From c60d1b2ad73795bf7659c9f33923cae2096c29af Mon Sep 17 00:00:00 2001 From: Stanislav Zidek Date: Wed, 30 Nov 2022 14:36:21 +0100 Subject: [PATCH] fixed ci.fmf to new tmt version Resolves: rhbz#2149019 Signed-off-by: Stanislav Zidek --- ci.fmf | 4 ++-- libssh.spec | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) 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