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.
This commit is contained in:
Mads Kiilerich 2015-01-16 04:26:40 +01:00
parent bb43dcc3a8
commit a678d2511e

View File

@ -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