diff --git a/python-certbot-dns-dnsmadeeasy.spec b/python-certbot-dns-dnsmadeeasy.spec index 25a2880..ee19b11 100644 --- a/python-certbot-dns-dnsmadeeasy.spec +++ b/python-certbot-dns-dnsmadeeasy.spec @@ -54,6 +54,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} DNS Made Easy DNS Authenticator plugin for Certbot %endif @@ -70,6 +75,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} DNS Made Easy DNS Authenticator plugin for Certbot