diff options
author | Jeff Darcy <jdarcy@redhat.com> | 2012-07-17 10:50:43 -0400 |
---|---|---|
committer | Anand Avati <avati@redhat.com> | 2012-07-17 13:18:32 -0700 |
commit | aea7759f1240b1e97684273b9369472695173a66 (patch) | |
tree | 2e019059c2f79a159e5c5d5bf56d943be1eff16e /glusterfs.spec.in | |
parent | ea0a0937a0524b8a449e470fbaea772a349d40fb (diff) |
rpc-transport/socket: Add SSL support.
Based on OpenSSL. Key/certificate management is still manual. Enabling
SSL also enables multi-threading, though multi-threading can be forced on
or off using a separate option.
Change-Id: Icd9f256bb2fd8c6266a7abefdff16936b4f8922d
BUG: 764731
Signed-off-by: Jeff Darcy <jdarcy@redhat.com>
Reviewed-on: http://review.gluster.com/362
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: Anand Avati <avati@redhat.com>
Diffstat (limited to 'glusterfs.spec.in')
-rw-r--r-- | glusterfs.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/glusterfs.spec.in b/glusterfs.spec.in index a969af8dacf..df88568ef03 100644 --- a/glusterfs.spec.in +++ b/glusterfs.spec.in @@ -42,6 +42,7 @@ Packager: @PACKAGE_BUGREPORT@ URL: http://www.gluster.org/docs/index.php/GlusterFS Source0: @PACKAGE_NAME@-@PACKAGE_VERSION@.tar.gz BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) +Requires: openssl >= 1.0 Requires(post): /sbin/chkconfig Requires(preun): /sbin/service, /sbin/chkconfig Requires(postun): /sbin/service @@ -54,7 +55,7 @@ BuildRequires: python-ctypes %if 0%{?suse_version} BuildRequires: python-devel %endif -Requires: openssl +BuildRequires: openssl-devel >= 1.0 Obsoletes: %{name}-libs <= 2.0.0 Obsoletes: %{name}-common < %{version}-%{release} |