Hello community,

here is the log from the commit of package fio for openSUSE:Factory checked in 
at 2018-05-29 10:49:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fio (Old)
 and      /work/SRC/openSUSE:Factory/.fio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fio"

Tue May 29 10:49:26 2018 rev:46 rq:612643 version:3.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/fio/fio.changes  2018-03-31 15:37:43.011884272 
+0200
+++ /work/SRC/openSUSE:Factory/.fio.new/fio.changes     2018-05-29 
10:49:32.334266658 +0200
@@ -1,0 +2,6 @@
+Wed Apr 25 08:01:13 UTC 2018 - [email protected]
+
+- Replace hardcoded dependency to python2.7, which does not exist
+  in SLE_11, with python2 via fio.python2.patch
+
+-------------------------------------------------------------------

New:
----
  fio.python2.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ fio.spec ++++++
--- /var/tmp/diff_new_pack.jT3v01/_old  2018-05-29 10:49:35.046166609 +0200
+++ /var/tmp/diff_new_pack.jT3v01/_new  2018-05-29 10:49:35.046166609 +0200
@@ -39,6 +39,7 @@
 Group:          System/Benchmark
 Url:            http://git.kernel.dk/?p=fio.git;a=summary
 Source:         http://brick.kernel.dk/snaps/fio-%{version}.tar.bz2
+Patch0:         fio.python2.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  gtk2-devel
 BuildRequires:  libaio-devel
@@ -88,6 +89,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 sed -i "s|%{_bindir}/bash|/bin/bash|g" tools/genfio

++++++ fio.python2.patch ++++++
--- a/tools/fiologparser.py
+++ b/tools/fiologparser.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.7
+#!/usr/bin/python2
 #
 # fiologparser.py
 #
--- a/tools/hist/fiologparser_hist.py
+++ b/tools/hist/fiologparser_hist.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.7
+#!/usr/bin/python2
 """ 
     Utility for converting *_clat_hist* files generated by fio into latency 
statistics.
     
--- a/tools/hist/half-bins.py
+++ b/tools/hist/half-bins.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.7
+#!/usr/bin/python2
 """ 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
--- a/unit_tests/steadystate_tests.py
+++ b/unit_tests/steadystate_tests.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2.7
+#!/usr/bin/python2
 #
 # steadystate_tests.py
 #

Reply via email to