diff options
-rw-r--r-- | freefilesync/freefilesync.spec | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/freefilesync/freefilesync.spec b/freefilesync/freefilesync.spec index 3779b52..fe415fe 100644 --- a/freefilesync/freefilesync.spec +++ b/freefilesync/freefilesync.spec @@ -48,6 +48,8 @@ BuildRequires: libssh2-devel %{min_libssh2} BuildRequires: wxGTK-devel BuildRequires: %{scl_buildreq} BuildRequires: openssl-%{name}-devel %{min_openssl} +Requires: libcurl %{min_libcurl} +Requires: libssh2 %{min_libssh2} Requires: openssl-%{name}-libs %{min_openssl} %else BuildRequires: openssl-devel |