Verify that downstream tests work in RHEL.

Related: rhbz#2160080
Signed-off-by: Stanislav Zidek <szidek@redhat.com>
This commit is contained in:
Stanislav Zidek 2023-01-23 13:57:16 +01:00
parent b13f4fabb9
commit 037a76b81c

View File

@ -1,6 +1,6 @@
Name: libssh
Version: 0.10.4
Release: 7%{?dist}
Release: 8%{?dist}
Summary: A library implementing the SSH protocol
License: LGPLv2+
URL: http://www.libssh.org
@ -138,6 +138,11 @@ popd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config
%changelog
* Mon Jan 23 2023 Stanislav Zidek <szidek@redhat.com> - 0.10.4-8
+ libssh-0.10.4-8
- Extended CI to run internal tests in RHEL
- Related: rhbz#2160080
* Wed Jan 4 2023 Norbert Pocs <npocs@redhat.com> - 0.10.4-7
- Add sk-keys to configuration parsing allowing to turn on-off by config
- Related: rhbz#2026449