BuildRequires: gcc

This commit is contained in:
Eric Sandeen 2018-02-26 10:06:30 -06:00
parent 623f7a4a86
commit 4cba3f9cc3

View File

@ -1,14 +1,14 @@
Summary: Utilities for performing block layer IO tracing in the Linux kernel
Name: blktrace
Version: 1.2.0
Release: 4%{?dist}
Release: 5%{?dist}
License: GPLv2+
Group: Development/System
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
Url: http://brick.kernel.dk/snaps
Requires: python2
BuildRequires: libaio-devel python2 librsvg2-devel
BuildRequires: gcc, libaio-devel python2 librsvg2-devel
%description
blktrace is a block layer IO tracing mechanism which provides detailed
@ -71,6 +71,9 @@ information about IO patterns.
%{_mandir}/man1/iowatcher.*
%changelog
* Mon Feb 26 2018 Eric Sandeen <sandeen@redhat.com> - 1.2.0-5
- BuildRequires: gcc
* Sun Feb 25 2018 Florian Weimer <fweimer@redhat.com> - 1.2.0-4
- Use LDFLAGS from redhat-rpm-config