diff --git a/certbot-apache-1.18.0.tar.gz b/certbot-apache-1.18.0.tar.gz deleted file mode 100644 index 06b387d..0000000 --- a/certbot-apache-1.18.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df0a8102f7417598e1a4b28ff5434cbfeccfc4ec5ddebb51bd097bd525fcfb3d -size 221569 diff --git a/certbot-apache-1.20.0.tar.gz b/certbot-apache-1.20.0.tar.gz new file mode 100644 index 0000000..d700ad1 --- /dev/null +++ b/certbot-apache-1.20.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b964fef5a77d0f0b702fb82929d22aeb93dcdc9f8c74f368112fcdf069544dbc +size 221860 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index 9213637..0a719fc 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Dec 13 17:32:11 UTC 2021 - Ferdinand Thiessen + +- Update to version 1.19.0 + * Fixed parsing of Defined values in the Apache plugin to allow + for = in the value. + ------------------------------------------------------------------- Tue Aug 10 13:49:41 UTC 2021 - Danilo Spinella diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 35771ac..d075c0b 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot-apache -Version: 1.18.0 +Version: 1.20.0 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0 @@ -29,8 +29,6 @@ BuildRequires: %{python_module augeas} BuildRequires: %{python_module certbot >= %{version}} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module zope.component} -BuildRequires: %{python_module zope.interface} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: apache2 @@ -38,8 +36,6 @@ Requires: augeas-lenses Requires: python-acme >= %{version} Requires: python-augeas Requires: python-certbot >= %{version} -Requires: python-zope.component -Requires: python-zope.interface BuildArch: noarch %python_subpackages