Description: Change the @pythonexec@ macro to use python3
https://pagure.io/389-ds-base/issue/48204
Reviewed by: ?
We should not use /usr/bin/env as an interpreter, because RPM does dependency additions based on shebang line. In this case we would depend on env instead of python3. Instead we should use /usr/bin/python3 explicitly.
/usr/bin/env
env
python3
/usr/bin/python3
See also: https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3#Transition_Steps
rebased onto 26ca41618023e7630326c7d8232c0b3685a673b7
@vashirov Changes applied...
LGTM
rebased onto 0d7259fa594c7e90cde883baac43342b076545b4
Pull-Request has been merged by mreynolds
389-ds-base is moving from Pagure to Github. This means that new issues and pull requests will be accepted only in 389-ds-base's github repository.
This pull request has been cloned to Github as issue and is available here: - https://github.com/389ds/389-ds-base/issues/2833
If you want to continue to work on the PR, please navigate to the github issue, download the patch from the attachments and file a new pull request.
Thank you for understanding. We apologize for all inconvenience.
Pull-Request has been closed by spichugi
Description: Change the @pythonexec@ macro to use python3
https://pagure.io/389-ds-base/issue/48204
Reviewed by: ?