From d0b78a90155a9d38e19de91a9a53d4a2b7b29297 Mon Sep 17 00:00:00 2001 From: Eli Young Date: Jan 28 2019 20:51:03 +0000 Subject: Provide certbot-dns-dnsmadeeasy --- 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