diff --git a/libssh.spec b/libssh.spec index 55e7603..b738f56 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.10.6 -Release: 2%{?dist} +Release: 2.0.riscv64%{?dist} Summary: A library implementing the SSH protocol License: LGPL-2.1-or-later URL: http://www.libssh.org @@ -38,7 +38,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 @@ -138,6 +138,9 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Tue Jan 09 2024 David Abdurachmanov - 0.10.6-2.0.riscv64 +- Add riscv64 + * Fri Dec 22 2023 Jakub Jelen - 0.10.6-2 - Fix regression in IPv6 hosntames parsing