Skip to content

Commit

Permalink
Add zts-report.py to python shebang exclusion
Browse files Browse the repository at this point in the history
Include zts-report.py is the __brp_mangle_shebangs_exclude_from
to resolve build failures in Fedora 28 and newer.

Signed-off-by: Brian Behlendorf <[email protected]>
Requires-builders: style arch distro test coverage unstable
Issue openzfs#7360
  • Loading branch information
behlendorf committed Oct 13, 2018
1 parent 0aa5916 commit a2a2f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpm/generic/zfs.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit a2a2f69

Please sign in to comment.