From 22cd40da1625620ad57ae14a5aabaaa453ddbd06 Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: Mon, 17 Aug 2020 16:33:05 +0200 Subject: [PATCH] Drop two unneeded dependencies Don't require canberra and PackageKit gtk module packages. These are gtk implementation details and not something that apps packages should depend on. --- inkscape.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/inkscape.spec b/inkscape.spec index cb9a444..3d725a9 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -2,7 +2,7 @@ Name: inkscape Version: 1.0 -Release: 6%{?dist} +Release: 7%{?dist} Summary: Vector-based drawing program using SVG # Inkscape tags their releases with underscores and in ALLCAPS @@ -71,8 +71,6 @@ Requires: python3 Requires: python3-lxml Requires: python3-numpy Requires: python3-scour -Requires: libcanberra-gtk3 -Requires: PackageKit-gtk3-module # Weak dependencies for the LaTeX plugin Suggests: pstoedit @@ -223,6 +221,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/doc/inkscape/copyright %changelog +* Mon Aug 17 2020 Kalev Lember - 1.0-7 +- Drop two unneeded dependencies + * Tue Jul 28 2020 Fedora Release Engineering - 1.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild