From 73202db8cebfa695b63ec84cfb08e0c7b1485db0 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Wed, 2 Dec 2009 21:32:11 +0000 Subject: RPM: Require python-ssl for < 2.6 (ticket #800 Reported by David Strauss) Signed-off-by: Sol Jerome git-svn-id: https://svn.mcs.anl.gov/repos/bcfg/trunk/bcfg2@5610 ce84e21b-d406-0410-9b95-82705330c041 --- redhat/bcfg2.spec.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'redhat/bcfg2.spec.in') diff --git a/redhat/bcfg2.spec.in b/redhat/bcfg2.spec.in index 31351b174..5610c1035 100644 --- a/redhat/bcfg2.spec.in +++ b/redhat/bcfg2.spec.in @@ -70,6 +70,9 @@ deployment strategies. Summary: Configuration management server Group: System Environment/Daemons Requires: bcfg2 = %{version}-%{release} +%if 0%{?py_ver} < 2.6 +Requires: python-ssl +%endif Requires: /usr/bin/openssl Requires: gamin-python Requires: python-genshi -- cgit v1.2.3-1-g7c22