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 --- misc/bcfg2.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'misc') diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 8c841fca2..730a1b5b7 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -59,6 +59,9 @@ Version: %{version} Summary: Bcfg2 Server Group: System Tools Requires: bcfg2 +%if 0%{?py_ver} < 2.6 +Requires: python-ssl +%endif Requires: %{lxmldep} >= 1.2.1 %if "%{_vendor}" == "redhat" Requires: gamin-python -- cgit v1.2.3-1-g7c22