[python-imaging] Add a Provides for python-pillow since some packages are starting to require

Toshio くらとみ toshio at fedoraproject.org
Sat Jan 26 05:28:49 UTC 2013


commit 8eb25e2e09c3cf4e0dc35553c15f1cec7e77958b
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Fri Jan 25 21:28:36 2013 -0800

    Add a Provides for python-pillow since some packages are starting to require
    
      that but we don't have it in Fedora yet.

 python-imaging.spec |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/python-imaging.spec b/python-imaging.spec
index 04cd7f8..2f7b908 100644
--- a/python-imaging.spec
+++ b/python-imaging.spec
@@ -5,7 +5,7 @@
 Summary:       Python's own image processing library
 Name:          python-imaging
 Version:       1.1.7
-Release:       9%{?dist}
+Release:       10%{?dist}
 
 License:       MIT
 Group:         System Environment/Libraries
@@ -27,6 +27,12 @@ BuildRequires: tkinter, tk-devel, lcms-devel
 BuildRequires: sane-backends-devel
 %endif
 
+# This Provides is because some packages are Requiring python-pillow even
+# though it's not yet reviewed and in rawhide.  This package should be retired
+# before F19 so it's okay to do this for now.
+# First public version of python-pillow when it forked from python-imaging-1.1.7
+Provides: python-pillow = 1.0.0
+
 %description
 Python Imaging Library
 
@@ -173,6 +179,10 @@ rm -rf $RPM_BUILD_ROOT
 %files tk -f files.tk
 
 %changelog
+* Fri Jan 25 2013 Toshio Kuratomi <toshio at fedoraproject.org> - 1.1.7-10
+- Add a Provides for python-pillow since some packages are starting to require
+  that but we don't have it in Fedora yet.
+
 * Mon Jan 21 2013 Adam Tkac <atkac redhat com> - 1.1.7-9
 - rebuild due to "jpeg8-ABI" feature drop
 


More information about the scm-commits mailing list