14
0

Accepting request 522051 from home:TheBlackCat:branches:devel:languages:python

- Fix conflicts with python3-zope-proxy

OBS-URL: https://build.opensuse.org/request/show/522051
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.proxy?expand=0&rev=6
This commit is contained in:
Jan Matejek
2017-09-07 16:29:39 +00:00
committed by Git OBS Bridge
parent 51e50ca318
commit 73fa3db728
2 changed files with 11 additions and 1 deletions

View File

@@ -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

View File

@@ -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}