From 59e60d356609c03d9fb0356d75e8d2846d46a797 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 9 Jan 2024 11:48:56 +0200 Subject: [PATCH] Add riscv64 Signed-off-by: David Abdurachmanov (cherry picked from commit 9c55705275e6c129c0d9918e4bd8d8ebf04fb95f) --- libssh.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libssh.spec b/libssh.spec index ba3da1a..ff54a4c 100644 --- a/libssh.spec +++ b/libssh.spec @@ -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 - 0.10.6-6 +- Add riscv64 + * Wed May 22 2024 Sahana Prasad - 0.10.6-5 - Build libssh with pkcs11-provider instead of pkcs11 engine - Resolves: RHEL-30437