import blktrace-1.2.0-10.el8

This commit is contained in:
CentOS Sources 2019-11-05 16:28:31 -05:00 committed by Andrew Lukoshko
parent dc09ee9bab
commit 21d54d887d
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
Summary: Utilities for performing block layer IO tracing in the Linux kernel
Name: blktrace
Version: 1.2.0
Release: 9%{?dist}
Release: 10%{?dist}
License: GPLv2+
Group: Development/System
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
@ -63,7 +63,7 @@ make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/%{_man
%package -n iowatcher
Summary: Utility for visualizing block layer IO patterns and performance
Requires: blktrace sysstat theora-tools
Requires: blktrace sysstat theora-tools librsvg2-tools
%description -n iowatcher
iowatcher generates graphs from blktrace runs to help visualize IO patterns and
@ -80,6 +80,9 @@ information about IO patterns.
%{_mandir}/man1/iowatcher.*
%changelog
* Tue May 14 2019 Eric Sandeen <sandeen@redhat.com> - 1.2.0-10
- Add librsvg2-tools dependency to iowatcher (#1700065)
* Wed Jun 20 2018 Tomas Orsava <torsava@redhat.com> - 1.2.0-9
- Switch hardcoded python3 shebangs into the %%{__python3} macro
- Add missing BuildRequires on python3-devel so that %%{__python3} macro is