forked from pool/python-Pillow
Accepting request 245153 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/245153 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Pillow?expand=0&rev=8
This commit is contained in:
commit
f036e7bf23
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 13:07:38 UTC 2014 - mcihar@suse.cz
|
||||
|
||||
- Use versioned provides and conflicts to fix installation on SLE11
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 11 09:05:47 UTC 2014 - mcihar@suse.cz
|
||||
|
||||
|
@ -49,11 +49,11 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%{!?python_sitearch: %global python_sitearch %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
|
||||
%endif
|
||||
# Pillow is a friendly PIL fork which we package as 'imaging', the latter isn't obsolete though:
|
||||
Conflicts: python-imaging
|
||||
Conflicts: python-imaging < %{version}
|
||||
# NOTE(saschpe): python-imaging should have never provided this and I'm a bit relucatant do it either.
|
||||
# http://en.opensuse.org/openSUSE:Upgrade_dependencies_explanation#Replace_a_package_by_another_with_the_same_functionality
|
||||
# ALSO NOTE (frispete): without providing python-imaging, all packages requiring it will break
|
||||
Provides: python-imaging
|
||||
Provides: python-imaging = %{version}
|
||||
|
||||
Obsoletes: python-imaging-sane
|
||||
Provides: python-imaging-sane
|
||||
|
Loading…
Reference in New Issue
Block a user