Don't co-own /usr/lib/python3.X/site-packages/jaraco

epel9
Miro Hrončok 4 years ago
parent 43691ce240
commit a0c19f4067

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

Loading…
Cancel
Save