From 8e6a1d9f0383e1fb4aa2ead9be28080a8b6c1578 Mon Sep 17 00:00:00 2001 From: Kyle Walker Date: Thu, 25 May 2023 09:19:55 -0400 Subject: [PATCH] Spec: Remove the Provides tags Though Provides and Obsoletes tags usually are used in tandem, in this instance (where a package is being superceded from modular to non-modular content) the use of Provides causes the modular filtering to not see the new package version. Omitting the tag allows the various inkscape1 packages to be installable without explicitly disabling the inkscape module. Resolves: rhbz#2209988,RHELPLAN-158182 Signed-off-by: Kyle Walker --- inkscape1.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/inkscape1.spec b/inkscape1.spec index 729f2c8..f68d5de 100644 --- a/inkscape1.spec +++ b/inkscape1.spec @@ -8,7 +8,7 @@ Name: inkscape1 Version: 1.0.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Vector-based drawing program using SVG License: GPLv2+ and CC-BY @@ -86,7 +86,6 @@ Suggests: texlive-amsmath Suggests: texlive-amsfonts Obsoletes: inkscape < 0.92.3-17 -Provides: inkscape = %{version}-%{release} Provides: bundled(libcroco) = 0.6 Provides: bundled(libgdl) = 3.34.0-3 @@ -108,7 +107,6 @@ Summary: Viewing program for SVG files Requires: %{name} = %{version}-%{release} Obsoletes: inkscape-view < 0.92.3-17 -Provides: inkscape-view = %{version}-%{release} %description view Viewer for files in W3C standard Scalable Vector Graphics (SVG) file @@ -119,7 +117,6 @@ format. Summary: Documentation for Inkscape Obsoletes: inkscape-docs < 0.92.3-17 -Provides: inkscape-docs = %{version}-%{release} %description docs Tutorial and examples for Inkscape, a graphics editor for vector @@ -335,6 +332,10 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc %changelog +* Thu May 25 2023 Kyle Walker - 1.0.2-3 +- Remove the Provides RPM tags +- Resolves: rhbz#2209988 + * Thu Oct 20 2022 Tomas Popela - 1.0.2-2 - Fix the rpath by backporting an upstream patch - Add gating.yaml