diff --git a/python-lazy-object-proxy.changes b/python-lazy-object-proxy.changes index 6a26183..515113f 100644 --- a/python-lazy-object-proxy.changes +++ b/python-lazy-object-proxy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 6 03:31:54 UTC 2017 - toddrme2178@gmail.com + +- Don't provide python2-lazy_object_proxy, singlespec packages + should use correct name. + ------------------------------------------------------------------- Mon Feb 27 14:04:16 UTC 2017 - jmatejek@suse.com diff --git a/python-lazy-object-proxy.spec b/python-lazy-object-proxy.spec index 42112ec..e922398 100644 --- a/python-lazy-object-proxy.spec +++ b/python-lazy-object-proxy.spec @@ -31,13 +31,14 @@ BuildRequires: %{python_module six} BuildRequires: python-rpm-macros Requires: python-six BuildRoot: %{_tmppath}/%{name}-%{version}-build - -Obsoletes: python-lazy_object_proxy < %{version}-%{release} -Provides: python-lazy_object_proxy = %{version}-%{release} %ifpython2 Obsoletes: %{oldpython}-lazy_object_proxy < %{version} Provides: %{oldpython}-lazy_object_proxy = %{version} %endif +%ifpython3 +Obsoletes: python3-lazy_object_proxy < %{version}-%{release} +Provides: python3-lazy_object_proxy = %{version}-%{release} +%endif %python_subpackages