From 2b0dc2aeb4557cb4d0991d77c53b770888e9dbf9 Mon Sep 17 00:00:00 2001 From: wangxiao65 Date: Thu, 10 Sep 2020 18:01:37 +0800 Subject: [PATCH] fix rst2odt_prepstyles error --- python-docutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-docutils.spec b/python-docutils.spec index 7b9e16a..9d45785 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -4,7 +4,7 @@ Name: python-%{modname} Version: 0.16 -Release: 3 +Release: 4 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 @@ -36,6 +36,7 @@ Obsoletes: docutils < %{version}-%{release} %package -n python3-%{modname} Summary: %{summary} for python3 +Requires: python3-lxml %{?python_provide:%python_provide python3-%{modname}} %description -n python3-%{modname} @@ -116,6 +117,9 @@ popd %doc THANKS.txt docs tools/editors %changelog +* Thu Sep 10 2020 wangxiao - 0.16-4 +- fix rst2odt_prepstyles error + * Mon Aug 3 2020 wutao - 0.16-3 - fix test error problem -- Gitee