From cd74d8905ac02415051fdb98279781e9d56ed7a00140613d42ec46f288a167bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 8 Mar 2021 08:53:51 +0000 Subject: [PATCH] * Drop merged patch 0001-Change-the-SUSE-override-to-use-apachectl.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=59 --- python-certbot-apache.changes | 1 + python-certbot-apache.spec | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) 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