mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
spec: Add runtime requirement for libssh2
libssh2 unfortunately doesn't support symbol versioning so RPM can't figure out what version is needed for the currently installed libvirt package. This patch adds a runtime requirement, so that the correct version of libssh2 can be installed along with libvirt.
This commit is contained in:
parent
48bf62fde1
commit
cb4f41b8d0
@ -1008,6 +1008,9 @@ Requires: cyrus-sasl
|
|||||||
# work correctly & doesn't have onerous dependencies
|
# work correctly & doesn't have onerous dependencies
|
||||||
Requires: cyrus-sasl-md5
|
Requires: cyrus-sasl-md5
|
||||||
%endif
|
%endif
|
||||||
|
%if %{with_libssh2_transport}
|
||||||
|
Requires: libssh2 >= 1.3.0
|
||||||
|
%endif
|
||||||
|
|
||||||
%description client
|
%description client
|
||||||
Shared libraries and client binaries needed to access to the
|
Shared libraries and client binaries needed to access to the
|
||||||
|
Loading…
Reference in New Issue
Block a user