%global pypi_name certbot-dns-digitalocean %if 0%{?rhel} && 0%{?rhel} <= 7 %bcond_with python3 %else %bcond_without python3 %endif %if 0%{?fedora} || (0%{?rhel} && 0%{?rhel} >= 8) %bcond_with python2 %else %bcond_without python2 %endif Name: python-%{pypi_name} Version: 1.11.0 Release: 1%{?dist} Summary: DigitalOcean DNS Authenticator plugin for Certbot License: ASL 2.0 URL: https://pypi.python.org/pypi/certbot-dns-digitalocean Source0: %{pypi_source} Source1: %{pypi_source}.asc # Key mentioned in https://certbot.eff.org/docs/install.html#certbot-auto # Keyring generation steps as follows: # gpg2 --keyserver pool.sks-keyservers.net --recv-key A2CFB51FA275A7286234E7B24D17C995CD9775F2 # gpg2 --export --export-options export-minimal A2CFB51FA275A7286234E7B24D17C995CD9775F2 > gpg-A2CFB51FA275A7286234E7B24D17C995CD9775F2.gpg Source2: gpg-A2CFB51FA275A7286234E7B24D17C995CD9775F2.gpg BuildArch: noarch %if %{with python2} BuildRequires: python2-acme >= 0.29.0 BuildRequires: python2-certbot >= 1.1.0 BuildRequires: python2-devel BuildRequires: python2-digitalocean >= 1.11 BuildRequires: python2-mock BuildRequires: python2-setuptools BuildRequires: python2-six BuildRequires: python2-zope-interface %if 0%{?rhel} && 0%{?rhel} <= 7 # EL7 has unversioned names for these packages BuildRequires: pytest %else BuildRequires: python2-pytest %endif %endif %if %{with python3} BuildRequires: python3-acme >= 0.29.0 BuildRequires: python3-certbot >= 1.1.0 BuildRequires: python3-devel BuildRequires: python3-digitalocean >= 1.11 BuildRequires: python3-pytest BuildRequires: python3-setuptools BuildRequires: python3-six BuildRequires: python3-zope-interface %endif # Used to verify OpenPGP signature BuildRequires: gnupg2 %description This certbot plugin automates the process of completing an ACME dns-01 challenge by creating, and subsequently removing, TXT records using DigitalOcean DNS. %if %{with python2} %package -n python2-%{pypi_name} # Provide the name users expect as a certbot plugin %if 0%{?rhel} && 0%{?rhel} <= 7 Provides: %{pypi_name} = %{version}-%{release} %endif # Although a plugin for the certbot command it's technically # an extension to the certbot python libraries Requires: python2-acme >= 0.29.0 Requires: python2-certbot >= 1.1.0 Requires: python2-digitalocean >= 1.11 Requires: python2-mock Requires: python2-six Requires: python2-zope-interface %if 0%{?fedora} #Recommend the CLI as that will be the interface most use Recommends: certbot >= 0.39.0 %else Requires: certbot >= 0.39.0 %endif Summary: %{summary} %{?python_provide:%python_provide python2-%{pypi_name}} %description -n python2-%{pypi_name} This certbot plugin automates the process of completing an ACME dns-01 challenge by creating, and subsequently removing, TXT records using DigitalOcean DNS. This is the Python 2 version of the package. %endif %if %{with python3} %package -n python3-%{pypi_name} # Provide the name users expect as a certbot plugin %if 0%{?fedora} Provides: %{pypi_name} = %{version}-%{release} %endif # Although a plugin for the certbot command it's technically # an extension to the certbot python libraries Requires: python3-acme >= 0.29.0 Requires: python3-certbot >= 1.1.0 Requires: python3-digitalocean >= 1.11 Requires: python3-six Requires: python3-zope-interface %if 0%{?fedora} #Recommend the CLI as that will be the interface most use Recommends: certbot >= 0.39.0 %else Requires: certbot >= 0.39.0 %endif Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} %description -n python3-%{pypi_name} This certbot plugin automates the process of completing an ACME dns-01 challenge by creating, and subsequently removing, TXT records using Google Cloud DNS. This is the Python 3 version of the package. %endif %prep %{gpgverify} --keyring='%{SOURCE2}' --signature='%{SOURCE1}' --data='%{SOURCE0}' %autosetup -p1 -n %{pypi_name}-%{version} # Remove bundled egg-info rm -rf %{pypi_name}.egg-info %build %if %{with python2} %py2_build %endif %if %{with python3} %py3_build %endif %check %if %{with python2} %{__python2} -m pytest %endif %if %{with python3} %{__python3} -m pytest %endif %install %if %{with python2} %py2_install %endif %if %{with python3} %py3_install %endif %if %{with python2} %files -n python2-%{pypi_name} %license LICENSE.txt %doc README.rst %{python2_sitelib}/certbot_dns_digitalocean %{python2_sitelib}/certbot_dns_digitalocean-%{version}*.egg-info %endif %if %{with python3} %files -n python3-%{pypi_name} %license LICENSE.txt %doc README.rst %{python3_sitelib}/certbot_dns_digitalocean %{python3_sitelib}/certbot_dns_digitalocean-%{version}*.egg-info %endif %changelog * Tue Jan 5 2021 Felix Schwarz - 1.11.0-1 - Update to 1.11.0 (#1913019) * Thu Dec 3 2020 Felix Schwarz - 1.10.1-1 - Update to 1.10.1 (#1904187) * Thu Dec 3 2020 Felix Schwarz - 1.10.0-1 - Update to 1.10.0 (#1903312) * Thu Oct 08 2020 Nick Bebout - 1.9.0-1 - Update to 1.9.0 * Tue Oct 06 2020 Nick Bebout - 1.8.0-1 - Update to 1.8.0 * Sun Aug 16 2020 Felix Schwarz - 1.7.0-1 - Update to 1.7.0 (#1866068) * Wed Jul 29 2020 Fedora Release Engineering - 1.6.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild * Tue Jul 07 2020 Felix Schwarz - 1.6.0-1 - Update to 1.6.0 (#1854592) * Sat Jun 06 2020 Felix Schwarz - 1.5.0-1 - Update to 1.5.0 (#1843208) * Tue May 26 2020 Miro Hrončok - 1.4.0-2 - Rebuilt for Python 3.9 * Sat May 09 2020 Felix Schwarz - 1.4.0-1 - update to 1.4.0 (#1831920) * Wed Mar 04 2020 Felix Schwarz - 1.3.0-1 - Update to 1.3.0 (#1809795) * Sat Feb 29 2020 Felix Schwarz - 1.2.0-1 - Update to 1.2.0 (#1791080) * Thu Jan 30 2020 Fedora Release Engineering - 1.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild * Thu Dec 05 2019 Eli Young - 1.0.0-1 - Update to 1.0.0 (#1769113) * Wed Dec 04 2019 Eli Young - 0.39.0-2 - Verify source OpenPGP signature * Tue Oct 01 2019 Eli Young - 0.39.0-1 - Update to 0.39.0 (#1757577) * Tue Sep 10 2019 Eli Young - 0.38.0-1 - Update to 0.38.0 (#1748618) * Mon Aug 26 2019 Eli Young - 0.37.2-1 - Update to 0.37.2 (#1742580) * Mon Aug 19 2019 Miro Hrončok - 0.36.0-3 - Rebuilt for Python 3.8 * Fri Jul 26 2019 Fedora Release Engineering - 0.36.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Jul 19 2019 Eli Young - 0.36.0-1 - Update to 0.36.0 * Fri Jun 21 2019 Eli Young - 0.35.1-1 - Update to 0.35.1 (#1717681) * Tue May 28 2019 Eli Young - 0.34.2-1 - Update to 0.34.2 (#1686188) * Fri Feb 08 2019 Eli Young - 0.31.0-1 - Update to 0.31.0 (#1673773) * Sat Feb 02 2019 Fedora Release Engineering - 0.30.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Mon Jan 28 2019 Eli Young - 0.30.2-1 - Update to 0.30.2 (#1669317) * Tue Dec 11 2018 Eli Young - 0.29.1-1 - Update to 0.29.1 - Remove Python 2 package in Fedora 30+ (#1654016) * Wed Nov 14 2018 Eli Young - 0.28.0-1 - Update to 0.28.0 * Mon Sep 10 2018 Eli Young - 0.27.1-1 - Update to 0.27.1 (#1627573) * Tue Jul 17 2018 Eli Young - 0.26.1-1 - Update to 0.26.1 (#1600296) * Fri Jul 13 2018 Fedora Release Engineering - 0.25.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Tue Jun 19 2018 Miro Hrončok - 0.25.1-2 - Rebuilt for Python 3.7 * Wed Jun 13 2018 Eli Young - 0.25.1-1 - Update to 0.25.1 (#1591035) * Thu Jun 07 2018 Eli Young - 0.25.0-1 - Update to 0.25.0 (#1588223) * Wed May 02 2018 Eli Young - 0.24.0-1 - Update to 0.24.0 (#1574141) * Thu Apr 05 2018 Eli Young - 0.23.0-1 - Update to 0.23.0 (#1563903) * Tue Mar 20 2018 Eli Young - 0.22.2-1 - Update to 0.22.2 * Sat Mar 10 2018 Eli Young - 0.22.0-1 - Update to 0.22.0 * Mon Feb 26 2018 Nick Bebout - 0.21.1-2 - Simplify deps, add python2- prefix where available * Fri Feb 16 2018 Eli Young - 0.21.1-1 - Initial package (#1545969)