diff --git a/python-docutils.changes b/python-docutils.changes index 7803bcf..769b60a 100644 --- a/python-docutils.changes +++ b/python-docutils.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Sat Dec 12 00:33:13 UTC 2020 - Benjamin Greiner + +- In a world with more than one python 3 flavor, provide "docutils" + with the default python3 provider. + gh#openSUSE/python-rpm-macros#66 + ------------------------------------------------------------------- Tue Apr 7 09:31:55 UTC 2020 - Tomáš Chvátal diff --git a/python-docutils.spec b/python-docutils.spec index 67c05c9..2e025bb 100644 --- a/python-docutils.spec +++ b/python-docutils.spec @@ -50,7 +50,7 @@ BuildRequires: %{python_module Pillow} BuildRequires: %{python_module Pygments} BuildRequires: %{python_module roman} %endif -%ifpython3 +%if "%{python_flavor}" == "python3" || "%{?python_provides}" == "python3" Provides: docutils = %{version} Obsoletes: docutils < %{version} %endif