diff --git a/python-zope.proxy.changes b/python-zope.proxy.changes index d019dea..474b66b 100644 --- a/python-zope.proxy.changes +++ b/python-zope.proxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 7 15:52:19 UTC 2017 - toddrme2178@gmail.com + +- Fix conflicts with python3-zope-proxy + ------------------------------------------------------------------- Thu Jul 13 20:22:02 UTC 2017 - aloisio@gmx.com diff --git a/python-zope.proxy.spec b/python-zope.proxy.spec index 45568e2..ae19748 100644 --- a/python-zope.proxy.spec +++ b/python-zope.proxy.spec @@ -31,6 +31,11 @@ BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros +%ifpython3 +Provides: python3-zope-proxy = %{version} +Obsoletes: python3-zope-proxy < %{version} +%endif + %python_subpackages %description @@ -57,7 +62,7 @@ rm -rf zope.proxy.egg-info %install %python_install %{python_expand rm %{buildroot}%{$python_sitearch}/zope/proxy/_zope_proxy_proxy.c - %fdupes -s %{buildroot}%{$python_sitearch} + %fdupes %{buildroot}%{$python_sitearch} } %files %{python_files}