diff options
author | Brian Behlendorf <[email protected]> | 2018-10-15 16:59:28 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2018-10-15 16:59:28 -0700 |
commit | b2030e5d51ec23fced9f54536d97ac09db4e0552 (patch) | |
tree | be88c422d20541f9f59321b4d124b708cd5119cf /rpm | |
parent | 0aa5916a30745c131c4e19464027ea793e66603d (diff) |
Add zts-report.py to python shebang exclusion
Include zts-report.py is the __brp_mangle_shebangs_exclude_from
to resolve build failures in Fedora 28 and newer.
Reviewed-by: Giuseppe Di Natale <[email protected]>
Reviewed-by: George Melikov <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #8020
Issue #7360
Diffstat (limited to 'rpm')
-rw-r--r-- | rpm/generic/zfs.spec.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rpm/generic/zfs.spec.in b/rpm/generic/zfs.spec.in index a4a9dc3ef..3c050cb28 100644 --- a/rpm/generic/zfs.spec.in +++ b/rpm/generic/zfs.spec.in @@ -46,7 +46,7 @@ # # Details: https://github.com/zfsonlinux/zfs/issues/7360 # -%global __brp_mangle_shebangs_exclude_from arc_summary.py|arcstat.py|dbufstat.py|test-runner.py +%global __brp_mangle_shebangs_exclude_from arc_summary.py|arcstat.py|dbufstat.py|test-runner.py|zts-report.py # Generic enable switch for systemd %if %{with systemd} |