diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-12-20 12:30:51 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-12-20 12:30:51 +0100 |
commit | ef20bb6b3d0272c8340b5e55347eeffa114c889b (patch) | |
tree | 07a68ab78c2c05516a823f47e1442b7e5b8563aa | |
parent | b19d09aa2aea5acd142de597e1fa77cb4462254f (diff) |
libssh2-devel requires openssl-devel
-rw-r--r-- | libssh2.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/libssh2.spec b/libssh2.spec index 16bce64..d9f88a4 100644 --- a/libssh2.spec +++ b/libssh2.spec @@ -12,7 +12,7 @@ Name: libssh2 Version: 1.4.3 -Release: 8%{?dist} +Release: 8%{?dist}.1 Summary: A library implementing the SSH2 protocol Group: System Environment/Libraries License: BSD @@ -49,6 +49,7 @@ SECSH-DHGEX(04), and SECSH-NUMBERS(10). Summary: Development files for libssh2 Group: Development/Libraries Requires: %{name} = %{version}-%{release} +Requires: openssl-devel Requires: pkgconfig %description devel @@ -157,6 +158,9 @@ rm -rf %{buildroot} %{_libdir}/pkgconfig/libssh2.pc %changelog +* Sat Dec 20 2014 Remi Collet <RPMS@FamilleCollet.com> 1.4.3-8.1 +- libssh2-devel requires openssl-devel + * Sat Dec 20 2014 Remi Collet <RPMS@FamilleCollet.com> 1.4.3-8 - sync with 1.4.3-8 from RHEL-7 - ABI is compatible according to ABI compliance checker |