diff options
author | Tony Hutter <[email protected]> | 2018-04-06 16:32:58 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2018-04-06 16:32:58 -0700 |
commit | 812323bb03ce4c31f61bfb83d70eb1f5c494df25 (patch) | |
tree | 34f8141e54aa36a75aeb1c3b4ac36d0db50af93f /tests | |
parent | 55d80e651a8c19919b8ee6a1c05fb36ad97ab5ad (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/bin/arc_summary.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]>
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Tony Hutter <[email protected]>
Closes #7360
Closes #7399
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions