From 4d1171cb1d3f7314b5fbb61fc7513db56acd3e3c Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Nov 25 2016 10:05:56 +0000 Subject: fix __pycache__ ownership --- diff --git a/python-autopep8.spec b/python-autopep8.spec index 5880716..cdcb16a 100644 --- a/python-autopep8.spec +++ b/python-autopep8.spec @@ -7,7 +7,7 @@ Name: python-autopep8 Version: 1.2.4 -Release: 1%{?dist} +Release: 2%{?dist} Summary: The package autopep8 formats Python code based on the output of the pep8 utility License: MIT @@ -100,7 +100,9 @@ popd %files -n %{py3_name} %license LICENSE %doc README.rst -%{python3_sitelib}/* +%{python3_sitelib}/%{pypi_name}.py +%{python3_sitelib}/%{pypi_name}-%{version}-py%{python3_version}.egg-info +%{python3_sitelib}/__pycache__/* %{_bindir}/%{py3_name} %{_bindir}/%{pypi_name}-3 %{_bindir}/%{pypi_name}-%{python3_version} @@ -109,6 +111,9 @@ popd %changelog +* Fri Nov 25 2016 Matthias Runge - 1.2.4-2 +- fix __pycache__ ownership + * Tue Nov 01 2016 Matthias Runge - 1.2.4-1 - update to 1.2.4 - update python3 executable name in new style (rhbz#1341315)