diff options
author | François Andriot <albator78@libertysurf.fr> | 2016-09-11 22:48:08 +0200 |
---|---|---|
committer | François Andriot <albator78@libertysurf.fr> | 2016-09-11 22:48:08 +0200 |
commit | 4921eac932a9a9bf189bf46cc43d4feb70c5646d (patch) | |
tree | 044fa5184a6992e0ecf6e19a974f743915acde83 | |
parent | 445bc2a7aae3505635d22c9539a93defc6e72323 (diff) | |
download | tde-packaging-4921eac932a9a9bf189bf46cc43d4feb70c5646d.tar.gz tde-packaging-4921eac932a9a9bf189bf46cc43d4feb70c5646d.zip |
RPM packaging: fix add kbfx dependency to openssl
-rw-r--r-- | redhat/applications/kbfx/kbfx-14.0.0.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/redhat/applications/kbfx/kbfx-14.0.0.spec b/redhat/applications/kbfx/kbfx-14.0.0.spec index 8692b2ca5..50da69568 100644 --- a/redhat/applications/kbfx/kbfx-14.0.0.spec +++ b/redhat/applications/kbfx/kbfx-14.0.0.spec @@ -92,6 +92,9 @@ BuildRequires: pcre-devel # ACL support BuildRequires: libacl-devel +# OPENSSL support +BuildRequires: openssl-devel + %description KBFX is an alternative to the classical K-Menu button and its menu. |