Disable tests on riscv for now (failing)

Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
David Abdurachmanov 2019-12-26 11:39:47 +02:00
parent c4c7e84ddc
commit 7df75dbaca
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,6 @@
Name: libssh Name: libssh
Version: 0.9.3 Version: 0.9.3
Release: 1%{?dist} Release: 1.0.riscv64%{?dist}
Summary: A library implementing the SSH protocol Summary: A library implementing the SSH protocol
License: LGPLv2+ License: LGPLv2+
URL: http://www.libssh.org URL: http://www.libssh.org
@ -33,7 +33,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
@ -111,9 +111,11 @@ popd
%ldconfig_scriptlets %ldconfig_scriptlets
%check %check
%ifnarch riscv64
pushd obj pushd obj
ctest --output-on-failure ctest --output-on-failure
popd popd
%endif
%files %files
%doc AUTHORS BSD ChangeLog README %doc AUTHORS BSD ChangeLog README
@ -136,6 +138,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
* Thu Dec 26 2019 David Abdurachmanov <david.abdurachmanov@sifive.com> - 0.9.3-1.0.riscv64
- Disable tests on riscv (failing)
* Tue Dec 10 2019 Andreas Schneider <asn@redhat.com> - 0.9.3-1 * Tue Dec 10 2019 Andreas Schneider <asn@redhat.com> - 0.9.3-1
- Update to version 0.9.3 - Update to version 0.9.3
- resolves: #1781780 - Fixes CVE-2019-14889 - resolves: #1781780 - Fixes CVE-2019-14889