From 3d30a3c4f6b7b131f29704fa358f9683f8fc8dd84545234d39a3bbc4ab2bbbf2 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 14 Nov 2024 14:36:08 +0000 Subject: [PATCH] - Add proper Provides/Obsoletes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-markdown-math?expand=0&rev=4 --- python-python-markdown-math.changes | 1 + python-python-markdown-math.spec | 2 ++ 2 files changed, 3 insertions(+) diff --git a/python-python-markdown-math.changes b/python-python-markdown-math.changes index bd8ff6e..8b6054b 100644 --- a/python-python-markdown-math.changes +++ b/python-python-markdown-math.changes @@ -2,6 +2,7 @@ Tue Nov 12 15:08:49 UTC 2024 - Matej Cepl - Fix the name of the package, it should be python-python-markdown-math +- Add proper Provides/Obsoletes ------------------------------------------------------------------- Mon May 31 10:40:07 UTC 2021 - pgajdos@suse.com diff --git a/python-python-markdown-math.spec b/python-python-markdown-math.spec index 897f91e..074b8df 100644 --- a/python-python-markdown-math.spec +++ b/python-python-markdown-math.spec @@ -35,6 +35,8 @@ BuildArch: noarch # SECTION Required for tests in %%check BuildRequires: %{python_module Markdown} # /SECTION +Provides: python-markdown-math = %version-%release +Obsoletes: python-markdown-math < %version-%release %python_subpackages %description