add missing Provides

This commit is contained in:
Александр 2022-03-19 11:51:40 +00:00
parent c4a6f3cb4d
commit e8f95992a8

View file

@ -3,7 +3,7 @@
Summary: A Sphinx extension for linking to your projects issue tracker
Name: python-%{pypi_name}
Version: 3.0.1
Release: 1
Release: 2
License: BSD
Group: Development/Python
Url: https://github.com/sloria/sphinx-issues
@ -23,6 +23,8 @@ GitHub (though this works with other services).
Summary: A Sphinx extension for linking to your projects issue tracker
Group: Development/Python
Provides: python3egg(sphinx-issues) = %{EVRD}
Provides: python3dist(sphinx-issues) = %{EVRD}
Provides: python3egg(sphinx_issues) = %{EVRD}
Provides: python3dist(sphinx_issues) = %{EVRD}