diff --git a/python-docutils.spec b/python-docutils.spec index c645180421dc58e4e99804c133c690f1138c2652..10bb76adeafcf1cba28eaaae4a11cede81d44dc5 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.17.1 -Release: 2 +Release: 3 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 @@ -24,6 +24,7 @@ to use, what-you-see-is-what-you-get plaintext markup language. %package -n python3-%{modname} Summary: %{summary} for python3 +Requires: python3-lxml Provides: python%{python3_pkgversion}dist(docutils) = %{version} Provides: python%{python3_version}dist(docutils) = %{version} Requires: python3-lxml @@ -95,6 +96,9 @@ popd %doc THANKS.txt docs tools/editors %changelog +* Sat Mar 4 2023 yanglongkang - 0.17.1-3 +- add requires python3-lxml + * Tue Oct 25 2022 zhangruifang - 0.17.1-2 - Rebuild for next release