diff --git a/python-docutils.spec b/python-docutils.spec index d7cf02afbfb56a87815e5b5661ca4b738ae1088d..d8fda92a765c3d9e39f6234245559c34fe20dc2a 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.16 -Release: 5 +Release: 6 Summary: Documentation Utilities Written in Python, for General- and Special-Purpose Use License: Public Domain and BSD and Python and GPLv3+ URL: http://docutils.sourceforge.net @@ -25,6 +25,8 @@ to use, what-you-see-is-what-you-get plaintext markup language. %package -n python3-%{modname} Summary: %{summary} for python3 +Provides: python%{python3_pkgversion}dist(docutils) = %{version} +Provides: python%{python3_version}dist(docutils) = %{version} Requires: python3-lxml %{?python_provide:%python_provide python3-%{modname}} @@ -94,6 +96,12 @@ popd %doc THANKS.txt docs tools/editors %changelog +* Wed Dec 29 2021 shixuantong - 0.16-6 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:provide pythonXdist(docutils) + * Mon Nov 2 2020 wangjie -0.16-5 - Type:NA - ID:NA