Add Provides for libssh_threads.so to unbreak applications

This commit is contained in:
Andreas Schneider 2018-08-14 10:28:14 +02:00
parent d6b211ce72
commit f1c986e612
1 changed files with 10 additions and 1 deletions

View File

@ -1,6 +1,6 @@
Name: libssh
Version: 0.8.1
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library implementing the SSH protocol
License: LGPLv2+
URL: http://www.libssh.org
@ -19,6 +19,12 @@ BuildRequires: zlib-devel
BuildRequires: krb5-devel
BuildRequires: libcmocka-devel
%ifarch aarch64 ppc64 ppc64le s390x x86_64
Provides: libssh_threads.so()(64bit)
%else
Provides: libssh_threads.so
%endif
%description
The ssh library was designed to be used by programmers needing a working SSH
implementation by the mean of a library. The complete control of the client is
@ -92,6 +98,9 @@ popd
%{_libdir}/libssh.so
%changelog
* Tue Aug 14 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-2
- Add Provides for libssh_threads.so to unbreak applications
* Mon Aug 13 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-1
- Update to version 0.8.1
https://www.libssh.org/2018/08/13/libssh-0-8-1/