From 0d30d953a7fecba58838400adcc7f0559ec99f1b Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 13:18:17 +0000 Subject: Changes after running %prep ignore: true --- diff --git a/t/latency_percentiles.py b/t/latency_percentiles.py index 5cdd49c..3a1ca96 100755 --- a/t/latency_percentiles.py +++ b/t/latency_percentiles.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#! /usr/libexec/platform-python # SPDX-License-Identifier: GPL-2.0-only # # Copyright (c) 2020 Western Digital Corporation or its affiliates. diff --git a/t/readonly.py b/t/readonly.py index 43686c9..329e1b7 100755 --- a/t/readonly.py +++ b/t/readonly.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#! /usr/libexec/platform-python # SPDX-License-Identifier: GPL-2.0-only # # Copyright (c) 2019 Western Digital Corporation or its affiliates. diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index 36fcb2f..2be704a 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python3 +#! /usr/libexec/platform-python # SPDX-License-Identifier: GPL-2.0-only # # Copyright (c) 2019 Western Digital Corporation or its affiliates. diff --git a/t/sgunmap-perf.py b/t/sgunmap-perf.py index fadbb85..9ddbab7 100755 --- a/t/sgunmap-perf.py +++ b/t/sgunmap-perf.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#! /usr/libexec/platform-python # # sgunmap-test.py # diff --git a/t/sgunmap-test.py b/t/sgunmap-test.py index f8f10ab..86f021f 100755 --- a/t/sgunmap-test.py +++ b/t/sgunmap-test.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#! /usr/libexec/platform-python # Note: this script is python2 and python 3 compatible. # # sgunmap-test.py diff --git a/t/steadystate_tests.py b/t/steadystate_tests.py index b55a67a..b8e01d2 100755 --- a/t/steadystate_tests.py +++ b/t/steadystate_tests.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/libexec/platform-python # Note: this script is python2 and python3 compatible. # # steadystate_tests.py diff --git a/t/strided.py b/t/strided.py index aac15d1..50c1758 100755 --- a/t/strided.py +++ b/t/strided.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#! /usr/libexec/platform-python # Note: this script is python2 and python3 compatible. # # strided.py diff --git a/tools/fio_jsonplus_clat2csv b/tools/fio_jsonplus_clat2csv index 78a007e..bbc4e7e 100755 --- a/tools/fio_jsonplus_clat2csv +++ b/tools/fio_jsonplus_clat2csv @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#! /usr/libexec/platform-python # Note: this script is python2 and python3 compatible. # # fio_jsonplus_clat2csv diff --git a/tools/fiologparser.py b/tools/fiologparser.py index cc29f1c..e5d5dfd 100755 --- a/tools/fiologparser.py +++ b/tools/fiologparser.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#! /usr/libexec/platform-python # Note: this script is python2 and python 3 compatible. # # fiologparser.py diff --git a/tools/hist/fio-histo-log-pctiles.py b/tools/hist/fio-histo-log-pctiles.py index f9df2a3..96cb908 100755 --- a/tools/hist/fio-histo-log-pctiles.py +++ b/tools/hist/fio-histo-log-pctiles.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#! /usr/libexec/platform-python # module to parse fio histogram log files, not using pandas # runs in python v2 or v3 diff --git a/tools/hist/fiologparser_hist.py b/tools/hist/fiologparser_hist.py index 8910d5f..720c153 100755 --- a/tools/hist/fiologparser_hist.py +++ b/tools/hist/fiologparser_hist.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#! /usr/libexec/platform-python """ Utility for converting *_clat_hist* files generated by fio into latency statistics. diff --git a/tools/hist/half-bins.py b/tools/hist/half-bins.py index 1bba8ff..8943634 100755 --- a/tools/hist/half-bins.py +++ b/tools/hist/half-bins.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#! /usr/libexec/platform-python """ Cut the number bins in half in fio histogram output. Example usage: $ half-bins.py -c 2 output_clat_hist.1.log > smaller_clat_hist.1.log diff --git a/tools/plot/fio2gnuplot b/tools/plot/fio2gnuplot index cc4ea4c..ab9e4e9 100755 --- a/tools/plot/fio2gnuplot +++ b/tools/plot/fio2gnuplot @@ -1,4 +1,4 @@ -#!/usr/bin/python2.7 +#! /usr/libexec/platform-python # Note: this script is python2 and python3 compatible. # # Copyright (C) 2013 eNovance SAS