Add riscv64

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
(cherry picked from commit 9c55705275e6c129c0d9918e4bd8d8ebf04fb95f)
This commit is contained in:
David Abdurachmanov 2024-01-09 11:48:56 +02:00 committed by Richard W.M. Jones
parent 73ed6c83ad
commit 59e60d3566

View File

@ -1,6 +1,6 @@
Name: libssh
Version: 0.10.6
Release: 5%{?dist}
Release: 6%{?dist}
Summary: A library implementing the SSH protocol
License: LGPL-2.1-or-later
URL: http://www.libssh.org
@ -54,7 +54,7 @@ Requires: %{name}-config = %{version}-%{release}
Recommends: crypto-policies
%ifarch aarch64 ppc64 ppc64le s390x x86_64
%ifarch aarch64 ppc64 ppc64le s390x x86_64 riscv64
Provides: libssh_threads.so.4()(64bit)
%else
Provides: libssh_threads.so.4
@ -155,6 +155,9 @@ popd
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config
%changelog
* Fri Jun 07 2024 David Abdurachmanov <davidlt@rivosinc.com> - 0.10.6-6
- Add riscv64
* Wed May 22 2024 Sahana Prasad <sahana@redhat.com> - 0.10.6-5
- Build libssh with pkcs11-provider instead of pkcs11 engine
- Resolves: RHEL-30437