From dbb50a5e0f7114fa65d9b1edcd81b47a3d577094 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 10 Apr 2019 17:25:51 +0200 Subject: [PATCH] Own the sphinxcontrib directory (#1669790) --- python-sphinx.spec | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/python-sphinx.spec b/python-sphinx.spec index 8e407ac..d844fc2 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -331,6 +331,10 @@ do done popd +# Create the sphinxcontrib directory, so we can own it +# See https://bugzilla.redhat.com/show_bug.cgi?id=1669790 for rationale +mkdir %{buildroot}%{python3_sitelib}/sphinxcontrib + %find_lang sphinx # Language files; Since these are javascript, it's not immediately obvious to @@ -359,6 +363,7 @@ export PATH=%{buildroot}%{_bindir}:$PATH %doc AUTHORS CHANGES EXAMPLES README.rst %{_bindir}/sphinx-* %{python3_sitelib}/sphinx/ +%dir %{python3_sitelib}/sphinxcontrib/ %{python3_sitelib}/Sphinx-%{upstream_version}-py%{python3_version}.egg-info/ %{_libexecdir}/python3-sphinx/ %dir %{_datadir}/sphinx/ @@ -379,6 +384,7 @@ export PATH=%{buildroot}%{_bindir}:$PATH %changelog * Wed Apr 10 2019 Miro HronĨok - 1:2.0.1-1 - Update to 2.0.1 (#1697544) +- Own the sphinxcontrib directory (#1669790) * Wed Mar 27 2019 Charalampos Stratakis - 1:2.0.0~b2-1 - Update to 2.0.0b2