diff --git a/python-jaraco-classes.spec b/python-jaraco-classes.spec index 29f92d0..21f9986 100644 --- a/python-jaraco-classes.spec +++ b/python-jaraco-classes.spec @@ -6,7 +6,7 @@ Name: python-%{pkg_name} Version: 3.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Utility functions for Python class constructs License: MIT @@ -77,11 +77,13 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %files -n python3-%{pkg_name} %license LICENSE %doc README.rst +%{python3_sitelib}/jaraco/classes +%{python3_sitelib}/jaraco.classes-%{version}-py%{python3_version}.egg-info # These excludes are provided by python3-jaraco %exclude %{python3_sitelib}/jaraco/__init__* %exclude %{python3_sitelib}/jaraco/__pycache__/__init__* -%{python3_sitelib}/jaraco -%{python3_sitelib}/jaraco.classes-%{version}-py%{python3_version}.egg-info +%exclude %dir %{python3_sitelib}/jaraco/__pycache__ +%exclude %dir %{python3_sitelib}/jaraco %if %{with docs} %files -n python-%{pkg_name}-doc @@ -90,6 +92,9 @@ LANG=C.utf-8 %{__python3} -m pytest --ignore=build %endif %changelog +* Thu Mar 04 2021 Miro HronĨok - 3.2.1-2 +- Don't co-own /usr/lib/python3.X/site-packages/jaraco + * Tue Feb 23 2021 Dan Radez - 3.2.1-1 - Update to 3.2.1