From c689de6339a61da430bb8aac77b398e7fd07a9a1 Mon Sep 17 00:00:00 2001 From: Karolina Surma Date: Jun 29 2021 07:37:17 +0000 Subject: Remove explicit __pychache__ dir from files It's correctly owned by the package now. --- diff --git a/python-sphinx-tabs.spec b/python-sphinx-tabs.spec index 392118a..6f7868f 100644 --- a/python-sphinx-tabs.spec +++ b/python-sphinx-tabs.spec @@ -68,8 +68,6 @@ PYTHONPATH=$(pwd) sphinx-build -b html docs html_docs %files -n python3-%{pypi_name} -f %{pyproject_files} %license LICENSE %doc CHANGELOG.md README.md -# https://bugzilla.redhat.com/show_bug.cgi?id=1925963 -%dir %{python3_sitelib}/%{python_module_name}/__pycache__ %files -n python3-%{pypi_name}-doc %doc html_docs/*