From f1c986e61236742a53ed6caf51c2279f3cdf549c Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Tue, 14 Aug 2018 10:28:14 +0200 Subject: [PATCH] Add Provides for libssh_threads.so to unbreak applications --- libssh.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/libssh.spec b/libssh.spec index 9bb2478..e0eabd2 100644 --- a/libssh.spec +++ b/libssh.spec @@ -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 - 0.8.1-2 +- Add Provides for libssh_threads.so to unbreak applications + * Mon Aug 13 2018 Andreas Schneider - 0.8.1-1 - Update to version 0.8.1 https://www.libssh.org/2018/08/13/libssh-0-8-1/