diff --git a/python-certbot-dns-gehirn.spec b/python-certbot-dns-gehirn.spec index 09d9dbb..7c07865 100644 --- a/python-certbot-dns-gehirn.spec +++ b/python-certbot-dns-gehirn.spec @@ -62,6 +62,11 @@ Requires: python2-mock Requires: python2-setuptools Requires: python2-zope-interface +# Provide the name users expect as a certbot plugin +%if 0%{?rhel} && 0%{?rhel} <= 7 +Provides: %{pypi_name} = %{version}-%{release} +%endif + %description -n python2-%{pypi_name} Gehirn Infrastructure Service DNS Authenticator plugin for Certbot @@ -80,6 +85,11 @@ Requires: python3-mock Requires: python3-setuptools Requires: python3-zope-interface +# Provide the name users expect as a certbot plugin +%if 0%{?fedora} +Provides: %{pypi_name} = %{version}-%{release} +%endif + %description -n python3-%{pypi_name} Gehirn Infrastructure Service DNS Authenticator plugin for Certbot