Since this script is meant to be invoked and executed, it should have the executable bit set. This makes sure it is shipped with the correct permission bits set.
ISSUE TYPE
Bugfix Pull Request
SUMMARY
While building this package in our build service, I've realized that there is a binary in this repository that is meant to be executed, but hasn't the executable bit set. This commit changes this accordingly.
[ 8s] ansible-container.noarch: W: non-executable-script /usr/lib/python3.6/site-packages/container/docker/files/get-pip.py 644 /usr/bin/env python
[ 8s] This text file contains a shebang or is located in a path dedicated for
[ 8s] executables, but lacks the executable bits and cannot thus be executed. If
[ 8s] the file is meant to be an executable script, add the executable bits,
[ 8s] otherwise remove the shebang or move the file elsewhere.
Since this script is meant to be invoked and executed, it should have the executable bit set. This makes sure it is shipped with the correct permission bits set.
ISSUE TYPE
SUMMARY
While building this package in our build service, I've realized that there is a binary in this repository that is meant to be executed, but hasn't the executable bit set. This commit changes this accordingly.