diff options
author | Tony Hutter <[email protected]> | 2018-04-16 15:40:14 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-04-16 15:40:14 -0700 |
commit | 73d08ace523fc3964852e4e82eae3f2db70354d4 (patch) | |
tree | b4f305280bd1ba7d116c2a0ae4a01d083830593c /configure.ac | |
parent | 9125f8f5bdb36bfbd2d816d30b6b29b9f89ae3d8 (diff) |
Exclude python scripts from RPM shebang check
The newest Fedora packaging rules print warnings for scripts using the
/usr/bin/python shebang:
*** WARNING: mangling shebang in /usr/src/spl-0.7.0/cmd/splslab/splslab.py
from #!/usr/bin/python to #!/usr/bin/python2. This will become an ERROR,
fix it manually!
Fedora wants all cross compatible scripts to pick python3. Since we
don't want our users to have to pick a specific version of python, we
exclude our scripts from the RPM build check.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Tony Hutter <[email protected]>
Closes: #699
Closes: #700
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions