diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-09-16 19:24:45 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-09-16 19:24:45 +0200 |
commit | 134365dbe296e5278e6546d4c27b6d7cd28756ae (patch) | |
tree | 2488d606ceaca682289cb16e4b684e7417cccdb2 /redhat/main/tdevelop | |
parent | ef6b2e498233c658175411abd6db4aff148adf59 (diff) | |
download | tde-packaging-134365dbe296e5278e6546d4c27b6d7cd28756ae.tar.gz tde-packaging-134365dbe296e5278e6546d4c27b6d7cd28756ae.zip |
RPM packaging: fix tdesdk/tdevelop dependency to openssl
Diffstat (limited to 'redhat/main/tdevelop')
-rw-r--r-- | redhat/main/tdevelop/tdevelop-14.0.0.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/redhat/main/tdevelop/tdevelop-14.0.0.spec b/redhat/main/tdevelop/tdevelop-14.0.0.spec index 626a84e44..7a80c117e 100644 --- a/redhat/main/tdevelop/tdevelop-14.0.0.spec +++ b/redhat/main/tdevelop/tdevelop-14.0.0.spec @@ -138,6 +138,10 @@ BuildRequires: openldap24-libs-devel BuildRequires: libacl-devel %endif +# OPENSSL support +BuildRequires: openssl-devel + + %description The TDevelop Integrated Development Environment provides many features that developers need as well as providing a unified interface to programs |