Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

xmlwellformed script creates RPMLINT warning #468

Closed
ghost opened this issue Jul 26, 2018 · 0 comments
Closed

xmlwellformed script creates RPMLINT warning #468

ghost opened this issue Jul 26, 2018 · 0 comments

Comments

@ghost
Copy link

ghost commented Jul 26, 2018

@tomschr Extremely minor but if you have time for it:

[   18s] daps-devel.noarch: E: env-script-interpreter (Badness: 9) /usr/share/daps/libexec/daps-xmlwellformed /usr/bin/env python3
[   18s] This script uses 'env' as an interpreter. For the rpm runtime dependency
[   18s] detection to work, the shebang #!/usr/bin/env python  needs to be patched into
[   18s] #!/usr/bin/python  otherwise the package dependency generator merely adds a
[   18s] dependency on /usr/bin/env rather than the actual interpreter /usr/bin/python.
[   18s] Alternatively, if the file should not be executed, then ensure that it is not
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants