From e8f95992a838988515b8b310fcefeea65a4a7e1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B0=D0=BD=D0=B4=D1=80?= Date: Sat, 19 Mar 2022 11:51:40 +0000 Subject: [PATCH] add missing Provides --- python-sphinx-issues.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/python-sphinx-issues.spec b/python-sphinx-issues.spec index b9c4287..b10cb2c 100644 --- a/python-sphinx-issues.spec +++ b/python-sphinx-issues.spec @@ -3,7 +3,7 @@ Summary: A Sphinx extension for linking to your project’s 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 project’s 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}