##// END OF EJS Templates
rpm: make Python 2.7.9 the default Python to include in rpms for EL 5...
Mads Kiilerich -
r23881:33471119 default
parent child Browse files
Show More
@@ -17,8 +17,8 b' while [ "$1" ]; do'
17 17 ;;
18 18 --withpython | --with-python)
19 19 shift
20 PYTHONVER=2.7.8
21 PYTHONMD5=d4bca0159acb0b44a781292b5231936f
20 PYTHONVER=2.7.9
21 PYTHONMD5=5eebcaa0030dc4061156d3429657fb83
22 22 ;;
23 23 --rpmbuilddir )
24 24 shift
General Comments 0
You need to be logged in to leave comments. Login now