Add riscv64
Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com> (cherry picked from commit 9c55705275e6c129c0d9918e4bd8d8ebf04fb95f)
This commit is contained in:
parent
73ed6c83ad
commit
59e60d3566
@ -1,6 +1,6 @@
|
|||||||
Name: libssh
|
Name: libssh
|
||||||
Version: 0.10.6
|
Version: 0.10.6
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Summary: A library implementing the SSH protocol
|
Summary: A library implementing the SSH protocol
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: http://www.libssh.org
|
URL: http://www.libssh.org
|
||||||
@ -54,7 +54,7 @@ Requires: %{name}-config = %{version}-%{release}
|
|||||||
|
|
||||||
Recommends: crypto-policies
|
Recommends: crypto-policies
|
||||||
|
|
||||||
%ifarch aarch64 ppc64 ppc64le s390x x86_64
|
%ifarch aarch64 ppc64 ppc64le s390x x86_64 riscv64
|
||||||
Provides: libssh_threads.so.4()(64bit)
|
Provides: libssh_threads.so.4()(64bit)
|
||||||
%else
|
%else
|
||||||
Provides: libssh_threads.so.4
|
Provides: libssh_threads.so.4
|
||||||
@ -155,6 +155,9 @@ popd
|
|||||||
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config
|
%attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed May 22 2024 Sahana Prasad <sahana@redhat.com> - 0.10.6-5
|
||||||
- Build libssh with pkcs11-provider instead of pkcs11 engine
|
- Build libssh with pkcs11-provider instead of pkcs11 engine
|
||||||
- Resolves: RHEL-30437
|
- Resolves: RHEL-30437
|
||||||
|
Loading…
Reference in New Issue
Block a user