!32 remove useless buildrequires

From: @zhouwenpei
Reviewed-by: @liuzhiqiang26
Signed-off-by: @liuzhiqiang26
This commit is contained in:
openeuler-ci-bot 2021-07-23 09:35:02 +00:00 committed by Gitee
commit 518f8f230a

View File

@ -1,12 +1,12 @@
Name: blktrace Name: blktrace
Version: 1.2.0 Version: 1.2.0
Release: 17 Release: 18
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
URL: https://git.kernel.dk/cgit/blktrace URL: https://git.kernel.dk/cgit/blktrace
BuildRequires: gcc, git, xz, libaio-devel, python3, librsvg2-devel blktrace sysstat theora-tools gdb BuildRequires: gcc, git, xz, libaio-devel, python3, librsvg2-devel blktrace sysstat theora-tools
Requires: python3 Requires: python3
Patch1: 0001-jhash-fix-annoying-gcc-fall-through-warnings.patch Patch1: 0001-jhash-fix-annoying-gcc-fall-through-warnings.patch
@ -89,6 +89,9 @@ comparing the differences between different benchmark runs.
%{_mandir}/man1/iowatcher.* %{_mandir}/man1/iowatcher.*
%changelog %changelog
* Fri Jul 23 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.2.0-18
- remove useless buildrequires
* Fri Jul 02 2021 linxiaoran <linxiaoran@huawei.com> - 1.2.0-17 * Fri Jul 02 2021 linxiaoran <linxiaoran@huawei.com> - 1.2.0-17
- Fix blktrace exit patch - Fix blktrace exit patch