From 29b0e8d8edd696e5b7ff8f6f2fa518b05f6017d2 Mon Sep 17 00:00:00 2001 From: Sandro Mani Date: Fri, 14 Mar 2014 00:16:37 +0100 Subject: [PATCH] Fix incorrect python3-imaging provides --- python-pillow.spec | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/python-pillow.spec b/python-pillow.spec index e8d6789..81c2ce4 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -25,7 +25,7 @@ Name: python-pillow Version: 2.3.0 -Release: 4%{?snap}%{?dist} +Release: 5%{?snap}%{?dist} Summary: Python image processing library # License: see http://www.pythonware.com/products/pil/license.htm @@ -78,10 +78,6 @@ Requires: ghostscript Provides: python-imaging = %{version}-%{release} Obsoletes: python-imaging <= 1.1.7-12 -%if %{with_python3} -Provides: python3-imaging = %{version}-%{release} -%endif - %filter_provides_in %{python_sitearch} %filter_provides_in %{python3_sitearch} %filter_setup @@ -155,6 +151,7 @@ PIL image wrapper for Qt. %if %{with_python3} %package -n %{name3} Summary: Python 3 image processing library +Provides: python3-imaging = %{version}-%{release} %description -n %{name3} %{_description} @@ -367,6 +364,10 @@ popd %endif %changelog +* Thu Mar 13 2014 Jakub Dorňák - 2.3.0-5 +- python-pillow does not provide python3-imaging + (python3-pillow does) + * Tue Jan 07 2014 Sandro Mani - 2.3.0-4 - Add missing ghostscript Requires and BuildRequires