diff --git a/python-async_timeout.changes b/python-async_timeout.changes index 3c30828..4efb1c8 100644 --- a/python-async_timeout.changes +++ b/python-async_timeout.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jan 27 07:40:03 UTC 2021 - Antonio Larrosa + +- Fix Obsolete/Provides to work with multiple python3 flavors + ------------------------------------------------------------------- Wed Mar 6 12:32:14 UTC 2019 - Tomáš Chvátal diff --git a/python-async_timeout.spec b/python-async_timeout.spec index 46d5fb2..d90d71f 100644 --- a/python-async_timeout.spec +++ b/python-async_timeout.spec @@ -1,7 +1,7 @@ # # spec file for package python-async_timeout # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -33,10 +33,8 @@ BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch -%ifpython3 -Provides: python3-async-timeout = %{version} -Obsoletes: python3-async-timeout < %{version} -%endif +Provides: python-async-timeout = %{version} +Obsoletes: python-async-timeout < %{version} %python_subpackages %description