remove useless buildrequires

Conflicts:
	blktrace.spec

Conflicts:
	blktrace.spec
This commit is contained in:
zhouwenpei 2021-07-23 15:26:35 +08:00 committed by Wenchao Hao
parent 5c750deba5
commit 572ba83200

View File

@ -1,12 +1,12 @@
Name: blktrace Name: blktrace
Version: 1.2.0 Version: 1.2.0
Release: 20 Release: 21
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
Provides: iowatcher = %{version}-%{release} Provides: iowatcher = %{version}-%{release}
Obsoletes: iowatcher < %{version}-%{release} Obsoletes: iowatcher < %{version}-%{release}
Requires: python3 Requires: python3
@ -61,6 +61,9 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %changelog
* Fri Jul 23 2021 zhouwenpei <zhouwenpei1@huawei.com> - 1.2.0-21
- remove useless buildrequires
* Sun Jul 12 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.2.0-20 * Sun Jul 12 2020 Zhiqiang Liu <liuzhiqiang26@huawei.com> - 1.2.0-20
- backport upstream patches - backport upstream patches