# HG changeset patch # User Mads Kiilerich # Date 2015-01-16 03:26:40 # Node ID 33471119267be87ad47489f9b1be121c673f2ae7 # Parent c0c4713c3010401657e9125d61742c9f01a6dcf2 rpm: make Python 2.7.9 the default Python to include in rpms for EL 5 Use the new and more TLS support in Python 2.7.9. diff --git a/contrib/buildrpm b/contrib/buildrpm --- a/contrib/buildrpm +++ b/contrib/buildrpm @@ -17,8 +17,8 @@ while [ "$1" ]; do ;; --withpython | --with-python) shift - PYTHONVER=2.7.8 - PYTHONMD5=d4bca0159acb0b44a781292b5231936f + PYTHONVER=2.7.9 + PYTHONMD5=5eebcaa0030dc4061156d3429657fb83 ;; --rpmbuilddir ) shift