public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/blktrace] rawhide: Move librsvg2-tools to iowatcher, drop librsvg2-devel BR
@ 2026-08-13 17:15 Pavel Reichl
0 siblings, 0 replies; only message in thread
From: Pavel Reichl @ 2026-08-13 17:15 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/blktrace
Branch : rawhide
Commit : 79e835428ba4d7c117685dc645c59fcb8f28e77d
Author : Pavel Reichl <preichl@redhat.com>
Date : 2026-08-13T18:50:36+02:00
Stats : +8/-5 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/blktrace/c/79e835428ba4d7c117685dc645c59fcb8f28e77d?branch=rawhide
Log:
Move librsvg2-tools to iowatcher, drop librsvg2-devel BR
librsvg2-tools is only used by iowatcher (via rsvg-convert in
iowatcher/main.c), not by blktrace itself. Similarly,
librsvg2-devel is not needed at build time. Move the runtime
dependency to the iowatcher subpackage and drop the unnecessary
build dependency to avoid pulling in graphics libraries on
headless servers.
Resolves: rhbz#2406001
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Pavel Reichl <preichl@redhat.com>
---
diff --git a/blktrace.spec b/blktrace.spec
index c0a9670..0020126 100644
--- a/blktrace.spec
+++ b/blktrace.spec
@@ -1,7 +1,7 @@
Summary: Utilities for performing block layer IO tracing in the Linux kernel
Name: blktrace
Version: 1.3.0
-Release: 16%{?dist}
+Release: 17%{?dist}
License: GPL-2.0-or-later
Source0: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
Source1: https://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2.asc
@@ -9,10 +9,9 @@ Source2: https://git.kernel.org/pub/scm/docs/kernel/pgpkeys.git/plain/keys/F7D35
Url: http://brick.kernel.dk/snaps
-Requires: librsvg2-tools
-
BuildRequires: python3-devel
-BuildRequires: gcc, libaio-devel, librsvg2-devel
+BuildRequires: gcc, libaio-devel
+
BuildRequires: make
BuildRequires: gnupg2
@@ -68,7 +67,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
@@ -85,6 +84,10 @@ information about IO patterns.
%{_mandir}/man1/iowatcher.*
%changelog
+* Thu Aug 13 2026 Pavel Reichl <preichl@redhat.com> - 1.3.0-17
+- Move librsvg2-tools from blktrace Requires to iowatcher subpackage (rhbz#2406001)
+- Remove unnecessary BuildRequires on librsvg2-devel (rhbz#2406001)
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-16
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-13 17:15 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-13 17:15 [rpms/blktrace] rawhide: Move librsvg2-tools to iowatcher, drop librsvg2-devel BR Pavel Reichl
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox