##// END OF EJS Templates
buildrpm: bump bundled python version to 2.7.14 when building for centos{5,6}...
Antonio Muci -
r36160:5e947367 default
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 PYTHONVER=2.7.10
1 PYTHONVER=2.7.14
2 PYTHONNAME=python-
2 PYTHONNAME=python-
3 PREFIX=$(HOME)/bin/prefix-$(PYTHONNAME)$(PYTHONVER)
3 PREFIX=$(HOME)/bin/prefix-$(PYTHONNAME)$(PYTHONVER)
4 SYMLINKDIR=$(HOME)/bin
4 SYMLINKDIR=$(HOME)/bin
@@ -20,8 +20,8 b' while [ "$1" ]; do'
20 ;;
20 ;;
21 --withpython | --with-python)
21 --withpython | --with-python)
22 shift
22 shift
23 PYTHONVER=2.7.10
23 PYTHONVER=2.7.14
24 PYTHONMD5=d7547558fd673bd9d38e2108c6b42521
24 PYTHONMD5=cee2e4b33ad3750da77b2e85f2f8b724
25 ;;
25 ;;
26 --rpmbuilddir )
26 --rpmbuilddir )
27 shift
27 shift
General Comments 0
You need to be logged in to leave comments. Login now