diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 1708699..a90ec48 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -3,6 +3,7 @@ Mon Mar 8 08:36:44 UTC 2021 - Markéta Machová - update to version 1.13.0 * Support for Python 2 has been removed. + * Drop merged patch 0001-Change-the-SUSE-override-to-use-apachectl.patch ------------------------------------------------------------------- Fri Jan 8 10:37:11 UTC 2021 - Antonio Larrosa diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 9d3f2b0..e3d93f1 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -25,8 +25,6 @@ Summary: Apache plugin for Certbot License: Apache-2.0 URL: https://github.com/letsencrypt/letsencrypt Source: https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot-apache-%{version}.tar.gz -# PATCH-FIX-UPSTREAM alarrosa@suse.com - gh#certbot/certbot#8592 -Patch0: 0001-Change-the-SUSE-override-to-use-apachectl.patch BuildRequires: %{python_module augeas} BuildRequires: %{python_module certbot >= 1.1.0} BuildRequires: %{python_module pytest} @@ -50,7 +48,6 @@ The Apache plugin for Certbot. %prep %setup -q -n certbot-apache-%{version} -%patch0 -p2 %build %python_build