From ecde94ff04ba4860078747c1120797b38febfe2f Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Wed, 15 Aug 2018 09:44:08 +0200 Subject: [PATCH] Add missing so version for libssh_threads.so.4 --- libssh.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libssh.spec b/libssh.spec index e0eabd2..6a8f0c6 100644 --- a/libssh.spec +++ b/libssh.spec @@ -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 - 0.8.1-3 +- Add missing so version for libssh_threads.so.4 + * Tue Aug 14 2018 Andreas Schneider - 0.8.1-2 - Add Provides for libssh_threads.so to unbreak applications