From 94607e28395d4b16436d5c4dd7605d6e7d6cc464 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Thu, 2 May 2019 12:56:27 -0500 Subject: [PATCH] add Requires: librsvg2-tools for video support --- blktrace.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/blktrace.spec b/blktrace.spec index 97cd921..d05ef25 100644 --- a/blktrace.spec +++ b/blktrace.spec @@ -1,11 +1,13 @@ 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+ Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2 Url: http://brick.kernel.dk/snaps +Requires: librsvg2-tools + BuildRequires: python3-devel BuildRequires: gcc, libaio-devel, librsvg2-devel @@ -78,6 +80,9 @@ information about IO patterns. %{_mandir}/man1/iowatcher.* %changelog +* Thu May 2 2019 Eric Sandeen - 1.2.0-10 +- Add Requires: librsvg2-tools to support building videos (#1700062) + * Mon Feb 11 2019 Eric Sandeen - 1.2.0-9 - Make scripts python3-ready - Use LDFLAGS from redhat-rpm-config