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