From 13d3f77a0aa1fd54d359ef9610cce8509cbee724 Mon Sep 17 00:00:00 2001 From: Sol Jerome Date: Fri, 6 Jun 2014 16:51:42 -0500 Subject: misc/bcfg2.spec: cherrypy bugfix was backported Signed-off-by: Sol Jerome --- misc/bcfg2.spec | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'misc') diff --git a/misc/bcfg2.spec b/misc/bcfg2.spec index 3539b0dec..f6b718694 100644 --- a/misc/bcfg2.spec +++ b/misc/bcfg2.spec @@ -258,10 +258,8 @@ Group: System Environment/Daemons Requires: bcfg2 = %{version}-%{release} Requires: bcfg2-server = %{version}-%{release} -# cherrypy 3.3 actually doesn't exist yet, but 3.2 has bugs that -# prevent it from working: -# https://bitbucket.org/cherrypy/cherrypy/issue/1154/assertionerror-in-recv-when-ssl-is-enabled -Requires: python-cherrypy > 3.3 +# https://bitbucket.org/cherrypy/cherrypy/issue/1068/file-upload-crashes-when-using-https +Requires: python-cherrypy >= 3.2.6 %description server-cherrypy Bcfg2 helps system administrators produce a consistent, reproducible, -- cgit v1.2.3-1-g7c22