mvadkert / rpms / ansible

Forked from rpms/ansible 6 years ago
Clone

f86a53d Use python 2.6 on EL6 also (BZ#1346950)

Authored and Committed by mdomsch 7 years ago
1 file changed. 13 lines added. 6 lines removed.
    Use python 2.6 on EL6 also (BZ#1346950)
    
    Amazon Linux /usr/bin/python -> /usr/bin/python2.7, while the EL6
    builds we do expect /usr/bin/python -> /usr/bin/python2.6.  This
    causes python programs to fail after install on Amazon Linux.
    
    Change ansible build and install process to force resulting
    application to use /usr/bin/python2.6 explicitly.
    
        
file modified
+13 -6