diff options
Diffstat (limited to 'python')
| -rw-r--r-- | python/python-sphinx-hoverxref.spec | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/python/python-sphinx-hoverxref.spec b/python/python-sphinx-hoverxref.spec index e527bfa..fc4e81f 100644 --- a/python/python-sphinx-hoverxref.spec +++ b/python/python-sphinx-hoverxref.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 0.5b1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: %{sum} BuildArch: noarch @@ -54,9 +54,14 @@ pytest tests/ %files -n python3-%{srcname} %license LICENSE %doc README.rst -%{python3_sitelib}/* +%{python3_sitelib}/hoverxref/ +%{python3_sitelib}/*egg-info/ + %changelog +* Wed Aug 26 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.5b1-2 +- Don't glob sitelib contents + * Tue Aug 25 2020 Michel Alexandre Salim <salimma@fedoraproject.org> - 0.5b1-1 - Initial package |
