summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorSol Jerome <sol.jerome@gmail.com>2014-06-06 16:51:42 -0500
committerSol Jerome <sol.jerome@gmail.com>2014-06-06 16:51:42 -0500
commit13d3f77a0aa1fd54d359ef9610cce8509cbee724 (patch)
treec4628b16faddeb058caeb3dc1ec05a1ef39f4ec3 /misc
parent6edabcee69bcc04c37a28be41a8ecc2e83dbe2a1 (diff)
downloadbcfg2-13d3f77a0aa1fd54d359ef9610cce8509cbee724.tar.gz
bcfg2-13d3f77a0aa1fd54d359ef9610cce8509cbee724.tar.bz2
bcfg2-13d3f77a0aa1fd54d359ef9610cce8509cbee724.zip
misc/bcfg2.spec: cherrypy bugfix was backported
Signed-off-by: Sol Jerome <sol.jerome@gmail.com>
Diffstat (limited to 'misc')
-rw-r--r--misc/bcfg2.spec6
1 files changed, 2 insertions, 4 deletions
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,