Add missing so version for libssh_threads.so.4

This commit is contained in:
Andreas Schneider 2018-08-15 09:44:08 +02:00
parent f1c986e612
commit ecde94ff04
1 changed files with 6 additions and 3 deletions

View File

@ -1,6 +1,6 @@
Name: libssh
Version: 0.8.1
Release: 2%{?dist}
Release: 3%{?dist}
Summary: A library implementing the SSH protocol
License: LGPLv2+
URL: http://www.libssh.org
@ -20,9 +20,9 @@ BuildRequires: krb5-devel
BuildRequires: libcmocka-devel
%ifarch aarch64 ppc64 ppc64le s390x x86_64
Provides: libssh_threads.so()(64bit)
Provides: libssh_threads.so.4()(64bit)
%else
Provides: libssh_threads.so
Provides: libssh_threads.so.4
%endif
%description
@ -98,6 +98,9 @@ popd
%{_libdir}/libssh.so
%changelog
* Wed Aug 15 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-3
- Add missing so version for libssh_threads.so.4
* Tue Aug 14 2018 Andreas Schneider <asn@redhat.com> - 0.8.1-2
- Add Provides for libssh_threads.so to unbreak applications