Accepting request 930743 from devel:languages:python

- Fix Provides and Obsoletes ... we cannot use python_module there

OBS-URL: https://build.opensuse.org/request/show/930743
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Sphinx?expand=0&rev=80
This commit is contained in:
Dominique Leuenberger 2021-11-12 14:59:14 +00:00 committed by Git OBS Bridge
commit a6d671347a
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Nov 10 13:57:29 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Fix Provides and Obsoletes ... we cannot use python_module there
-------------------------------------------------------------------
Tue Sep 14 09:13:14 UTC 2021 - Martin Liška <mliska@suse.cz>

View File

@ -201,7 +201,7 @@ Requires: python3-Sphinx = %{version}
Requires(post): update-alternatives
Requires(postun):update-alternatives
Supplements: python3-Sphinx
Obsoletes: %{python_module Sphinx-doc-man-common <= %{version}}
Obsoletes: python-Sphinx-doc-man-common <= %{version}
%description -n python-Sphinx-doc-man
Sphinx is a tool that facilitates creating documentation for Python
@ -213,7 +213,7 @@ This package contains the manual pages for the Sphinx executables.
%package -n python-Sphinx-doc-html
Summary: HTML Documentation for python-Sphinx
Group: Documentation/HTML
Provides: %{python_module Sphinx-doc-html = %{version}}
Provides: python-Sphinx-doc-html = %{version}
%description -n python-Sphinx-doc-html
Sphinx is a tool that facilitates creating documentation for Python