]> git.pld-linux.org Git - packages/blktrace.git/commitdiff
up to 1.3.0 master auto/th/blktrace-1.3.0-1
authorJan Palus <atler@pld-linux.org>
Mon, 21 Jun 2021 10:57:57 +0000 (10:57 +0000)
committerJan Palus <atler@pld-linux.org>
Mon, 21 Jun 2021 10:58:19 +0000 (10:58 +0000)
- fixed shebang
- updated url to https

blktrace.spec

index cae90b8d9b89ba2da2b687c4e99b52e81b85c1f4..6fd862bc9a5dc05529c403d3154f7043fcc8e5c1 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Utilities for block layer I/O tracing
 Summary(pl.UTF-8):     Narzędzia do śledzenia we/wy warstwy blokowej
 Name:          blktrace
-Version:       1.2.0
+Version:       1.3.0
 Release:       1
 License:       GPL v2+
 Group:         Applications/System
-Source0:       http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
-# Source0-md5: b9a80b7cc0a50f7a96d34c570ab8224d
+Source0:       https://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
+# Source0-md5: aa9bc7d76870d8dae56aa816527e8e15
 BuildRequires: libaio-devel
 BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -27,7 +27,7 @@ warstwy blokowej.
 %prep
 %setup -q
 
-%{__sed} -i -e '1s, /usr/bin/env python,/usr/bin/python,' btt/b??_plot.py
+%{__sed} -i -e '1s, /usr/bin/env python,%{__python3},' btt/b??_plot.py
 
 %build
 %{__make} -j1 \
This page took 0.045057 seconds and 4 git commands to generate.