remove useless buildrequires

This commit is contained in:
zhouwenpei 2021-07-23 15:26:35 +08:00
parent b79d9a0e89
commit 2e6e6f5672

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