| |
@@ -6,7 +6,7 @@
|
| |
|
| |
Name: python-cachetools
|
| |
Version: 2.0.1
|
| |
- Release: 2%{?dist}
|
| |
+ Release: 3%{?dist}
|
| |
Summary: Extensible memoizing collections and decorators
|
| |
|
| |
License: MIT
|
| |
@@ -107,7 +107,7 @@
|
| |
%doc python2/CHANGES.rst python2/PKG-INFO python2/README.rst
|
| |
%license python2/LICENSE
|
| |
# For noarch packages: sitelib
|
| |
- %{python2_sitelib}/cachetools/*
|
| |
+ %{python2_sitelib}/cachetools
|
| |
%{python2_sitelib}/cachetools-%{version}-py%{python2_version}.egg-info
|
| |
|
| |
%if %{with python3}
|
| |
@@ -115,12 +115,15 @@
|
| |
%doc python3/CHANGES.rst python3/PKG-INFO python3/README.rst
|
| |
%license python3/LICENSE
|
| |
# For noarch packages: sitelib
|
| |
- %{python3_sitelib}/cachetools/*
|
| |
+ %{python3_sitelib}/cachetools
|
| |
%{python3_sitelib}/cachetools-%{version}-py%{python3_version}.egg-info
|
| |
%endif # with python3
|
| |
|
| |
|
| |
%changelog
|
| |
+ * Wed Jan 03 2018 Lumír Balhar <lbalhar@redhat.com> - 2.0.1-3
|
| |
+ - Fix directory ownership
|
| |
+
|
| |
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 2.0.1-2
|
| |
- Python 2 binary package renamed to python2-cachetools
|
| |
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
|
| |
Hello.
The problem here I am trying to solve is that some directory in
/usr/lib*/python*/site-packages/<package_name>
were not owned by your packages and remain untouched after uninstallation process.Have a nice day.