Disable tests on riscv for now (failing)
Signed-off-by: David Abdurachmanov <david.abdurachmanov@sifive.com>
This commit is contained in:
parent
c4c7e84ddc
commit
7df75dbaca
@ -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 <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
|
||||
- Update to version 0.9.3
|
||||
- resolves: #1781780 - Fixes CVE-2019-14889
|
||||
|
Loading…
x
Reference in New Issue
Block a user