]> git.proxmox.com Git - mirror_zfs.git/commitdiff
Add zts-report.py to python shebang exclusion
authorBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 15 Oct 2018 23:59:28 +0000 (16:59 -0700)
committerGitHub <noreply@github.com>
Mon, 15 Oct 2018 23:59:28 +0000 (16:59 -0700)
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 <guss80@gmail.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #8020
Issue #7360

rpm/generic/zfs.spec.in

index a4a9dc3ef1debe7370ef05027b90e4c2b0f18ebb..3c050cb28cbeb47d90565d3860c51dbb329f7bf9 100644 (file)
@@ -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}