14
0

- Limit ownership of packages in sitelib.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sphinxext-opengraph?expand=0&rev=2
This commit is contained in:
2021-09-17 10:40:04 +00:00
committed by Git OBS Bridge
parent bdfe2c8e96
commit 8322402c6f
2 changed files with 6 additions and 1 deletions

View File

@@ -70,7 +70,7 @@ Sphinx Extension to enable OGP support
%files %{python_files}
%doc README.md
%license LICENSE.md
%{python_sitelib}/*
%{python_sitelib}/sphinxext*
%endif
%changelog