diff --git a/python-pillow.spec b/python-pillow.spec index 634c8a4..81aefd7 100644 --- a/python-pillow.spec +++ b/python-pillow.spec @@ -8,7 +8,7 @@ Name: python-%{srcname} Version: 8.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Python image processing library # License: see http://www.pythonware.com/products/pil/license.htm @@ -44,6 +44,7 @@ BuildRequires: python3-olefile BuildRequires: python3-qt5 BuildRequires: python3-setuptools %if 0%{?with_docs} +BuildRequires: make BuildRequires: python3-sphinx BuildRequires: python3-sphinx_rtd_theme BuildRequires: python3-sphinx-removed-in @@ -159,7 +160,8 @@ popd %files -n python3-%{srcname} %doc README.md CHANGES.rst %license docs/COPYING -%{python3_sitearch}/* +%{python3_sitearch}/PIL/ +%{python3_sitearch}/Pillow-%{version}-py%{python3_version}.egg-info # These are in subpackages %exclude %{python3_sitearch}/PIL/_imagingtk* %exclude %{python3_sitearch}/PIL/ImageTk* @@ -190,6 +192,9 @@ popd %changelog +* Wed Jan 27 2021 Fedora Release Engineering - 8.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Sat Jan 09 2021 Robert-André Mauchin - 8.1.0-2 - Add patch to fix the import error occurring with Python 3.10 - Fix: rhbz#1904379