From 017ac0977b11c26e8f9007ee473e9502cbfca7c7 Mon Sep 17 00:00:00 2001 From: Lumir Balhar Date: Jan 03 2018 13:53:23 +0000 Subject: Fix directory ownership --- diff --git a/python-cachetools.spec b/python-cachetools.spec index 846901a..8170b77 100644 --- a/python-cachetools.spec +++ b/python-cachetools.spec @@ -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 @@ popd %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 @@ popd %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 - 2.0.1-3 +- Fix directory ownership + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 2.0.1-2 - Python 2 binary package renamed to python2-cachetools See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3