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 062e5becf973d79d1c44dd216df914280e5721c7..d394f8abb854e7b2b765190bcdb684d5034566fc 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