From aea7759f1240b1e97684273b9369472695173a66 Mon Sep 17 00:00:00 2001 From: Jeff Darcy Date: Tue, 17 Jul 2012 10:50:43 -0400 Subject: 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 Reviewed-on: http://review.gluster.com/362 Tested-by: Gluster Build System Reviewed-by: Anand Avati --- glusterfs.spec.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'glusterfs.spec.in') 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} -- cgit