diff --git a/SPECS/blktrace.spec b/SPECS/blktrace.spec index c3167a9..a194dc4 100644 --- a/SPECS/blktrace.spec +++ b/SPECS/blktrace.spec @@ -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 - 1.2.0-10 +- Add librsvg2-tools dependency to iowatcher (#1700065) + * Wed Jun 20 2018 Tomas Orsava - 1.2.0-9 - Switch hardcoded python3 shebangs into the %%{__python3} macro - Add missing BuildRequires on python3-devel so that %%{__python3} macro is