diff --git a/python-cheetah.spec b/python-cheetah.spec index 2a7249e..bd8adfe 100644 --- a/python-cheetah.spec +++ b/python-cheetah.spec @@ -85,7 +85,8 @@ export PYTHONPATH="%{buildroot}/%{python3_sitearch}" %license LICENSE %doc ANNOUNCE.rst README.rst TODO BUGS -%{python2_sitearch}/ +%{python2_sitearch}/Cheetah +%{python2_sitearch}/Cheetah3-*.egg-info %endif %files -n python3-cheetah @@ -94,11 +95,13 @@ export PYTHONPATH="%{buildroot}/%{python3_sitearch}" %{_bindir}/cheetah* -%{python3_sitearch}/ +%{python3_sitearch}/Cheetah +%{python3_sitearch}/Cheetah3-*.egg-info %changelog * Tue Sep 17 2019 Nicolas Chauvet - 3.2.3-1 - Update to 3.2.3 +- Don't own python_sitearch - rhbz#1672098 * Mon Aug 19 2019 Miro HronĨok - 3.1.0-9 - Rebuilt for Python 3.8