RPM

Comment 4 for bug 651534

Revision history for this message
In , Panu (panu-redhat-bugs) wrote :

There's at least one executable script in your package which starts with
#!/usr/local/bin/python

Finding which one(s) is not hard.

Either the script is intended to run with python or its not. If it is, then the path should be fixed to match what exists on the system. If not, then the shebang line is *wrong* and should be removed. Or like said, you can disable automatic dependency extraction by making the script non-executable in %install.

There is nothing to fix in rpm in this case.