From 697e26315e9b934ca8d2a78f82717dca3fa6274c Mon Sep 17 00:00:00 2001 From: Wu Bo Date: Wed, 1 Jul 2020 15:30:40 +0800 Subject: [PATCH] rebuild package --- ...flow.patch => 0000-blktrace-fix-btt-overflow.patch | 0 ...ency.patch => 0001-remove-python2-dependency.patch | 0 ...=> 0002-modify-python2-expression-to-python3.patch | 0 blktrace.spec | 11 +++++++---- 4 files changed, 7 insertions(+), 4 deletions(-) rename blktrace-fix-btt-overflow.patch => 0000-blktrace-fix-btt-overflow.patch (100%) rename remove-python2-dependency.patch => 0001-remove-python2-dependency.patch (100%) rename modify-python2-expression-to-python3.patch => 0002-modify-python2-expression-to-python3.patch (100%) diff --git a/blktrace-fix-btt-overflow.patch b/0000-blktrace-fix-btt-overflow.patch similarity index 100% rename from blktrace-fix-btt-overflow.patch rename to 0000-blktrace-fix-btt-overflow.patch diff --git a/remove-python2-dependency.patch b/0001-remove-python2-dependency.patch similarity index 100% rename from remove-python2-dependency.patch rename to 0001-remove-python2-dependency.patch diff --git a/modify-python2-expression-to-python3.patch b/0002-modify-python2-expression-to-python3.patch similarity index 100% rename from modify-python2-expression-to-python3.patch rename to 0002-modify-python2-expression-to-python3.patch diff --git a/blktrace.spec b/blktrace.spec index 062e5be..d394f8a 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -1,6 +1,6 @@ Name: blktrace Version: 1.2.0 -Release: 13 +Release: 14 Summary: Block IO tracer in the Linux kernel License: GPLv2+ Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 @@ -11,9 +11,9 @@ Provides: iowatcher = %{version}-%{release} Obsoletes: iowatcher < %{version}-%{release} Requires: python3 -Patch0: blktrace-fix-btt-overflow.patch -Patch1: remove-python2-dependency.patch -Patch2: modify-python2-expression-to-python3.patch +Patch0: 0000-blktrace-fix-btt-overflow.patch +Patch1: 0001-remove-python2-dependency.patch +Patch2: 0002-modify-python2-expression-to-python3.patch %description blktrace is a block layer IO tracing mechanism which provides detailed @@ -48,6 +48,9 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man %{_mandir}/man8/* %changelog +* Wed Jul 1 2020 Wu Bo - 1.2.0-14 +- rebuild package + * Wed Mar 18 2020 sunshihao - 1.2.0-13 - Type:enhancemnet - ID:NA -- Gitee