rebuild package

Conflicts:
	blktrace.spec
This commit is contained in:
Wu Bo 2020-07-01 15:30:40 +08:00 committed by Wenchao Hao
parent e79af32499
commit 72d238952b
4 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
Name: blktrace Name: blktrace
Version: 1.2.0 Version: 1.2.0
Release: 18 Release: 19
Summary: Block IO tracer in the Linux kernel Summary: Block IO tracer in the Linux kernel
License: GPLv2+ License: GPLv2+
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
@ -11,10 +11,10 @@ Provides: iowatcher = %{version}-%{release}
Obsoletes: iowatcher < %{version}-%{release} Obsoletes: iowatcher < %{version}-%{release}
Requires: python3 Requires: python3
Patch0: blktrace-fix-btt-overflow.patch Patch0: 0000-blktrace-fix-btt-overflow.patch
Patch1: remove-python2-dependency.patch Patch1: 0001-remove-python2-dependency.patch
Patch2: modify-python2-expression-to-python3.patch Patch2: 0002-modify-python2-expression-to-python3.patch
Patch3: blktrace-fix-exit-directly-when-nthreads-running.patch Patch3: blktrace-fix-exit-directly-when-nthreads-running.patch
%description %description
blktrace is a block layer IO tracing mechanism which provides detailed blktrace is a block layer IO tracing mechanism which provides detailed
@ -49,6 +49,9 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Wed Jul 1 2020 Wu Bo <wubo009@163.com> - 1.2.0-19
- rebuild package
* Mon Jul 05 2021 linxiaoran<linxiaoran@huawei.com> - 1.2.0-18 * Mon Jul 05 2021 linxiaoran<linxiaoran@huawei.com> - 1.2.0-18
- blktrace fix exit direclty when nthreads running - blktrace fix exit direclty when nthreads running