diff --git a/libssh.spec b/libssh.spec index 6ee4ba2..14101d3 100644 --- a/libssh.spec +++ b/libssh.spec @@ -1,6 +1,6 @@ Name: libssh Version: 0.9.3 -Release: 1%{?dist} +Release: 1.0.riscv64%{?dist} Summary: A library implementing the SSH protocol License: LGPLv2+ URL: http://www.libssh.org @@ -33,7 +33,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 @@ -111,9 +111,11 @@ popd %ldconfig_scriptlets %check +%ifnarch riscv64 pushd obj ctest --output-on-failure popd +%endif %files %doc AUTHORS BSD ChangeLog README @@ -136,6 +138,9 @@ popd %attr(0644,root,root) %config(noreplace) %{_sysconfdir}/libssh/libssh_server.config %changelog +* Thu Dec 26 2019 David Abdurachmanov - 0.9.3-1.0.riscv64 +- Disable tests on riscv (failing) + * Tue Dec 10 2019 Andreas Schneider - 0.9.3-1 - Update to version 0.9.3 - resolves: #1781780 - Fixes CVE-2019-14889