##// END OF EJS Templates
buildrpm: bump bundled Python version to 2.7.16 when building for centos{5,6}...
Antonio Muci -
r42378:ae68418c stable
parent child Browse files
Show More
@@ -1,4 +1,4 b''
1 PYTHONVER=2.7.14
1 PYTHONVER=2.7.16
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.14
23 PYTHONVER=2.7.16
24 PYTHONMD5=cee2e4b33ad3750da77b2e85f2f8b724
24 PYTHONMD5=f1a2ace631068444831d01485466ece0
25 ;;
25 ;;
26 --rpmbuilddir )
26 --rpmbuilddir )
27 shift
27 shift
General Comments 0
You need to be logged in to leave comments. Login now