diff --git a/certbot-apache-1.15.0.tar.gz b/certbot-apache-1.15.0.tar.gz deleted file mode 100644 index d995d90..0000000 --- a/certbot-apache-1.15.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a705fa30dcc242914b68d905377f56d0f31a54aac95f3663fbc31b5e467aa9a1 -size 221204 diff --git a/certbot-apache-1.16.0.tar.gz b/certbot-apache-1.16.0.tar.gz new file mode 100644 index 0000000..448b2cc --- /dev/null +++ b/certbot-apache-1.16.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26824b812826d22b3f80377dfc2976a6f37f425c414c50efd8f8bd6e7967d579 +size 221072 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index b83fefc..73f337b 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Jun 24 09:26:08 UTC 2021 - Markéta Machová + +- update to version 1.16.0 + * Require the latest certbot and acme plugins for simplicity + ------------------------------------------------------------------- Wed May 12 12:06:21 UTC 2021 - Markéta Machová diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index a7516d9..ae29f14 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -19,14 +19,14 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-certbot-apache -Version: 1.15.0 +Version: 1.16.0 Release: 0 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 BuildRequires: %{python_module augeas} -BuildRequires: %{python_module certbot >= 1.1.0} +BuildRequires: %{python_module certbot >= %{version}} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module zope.component} @@ -35,9 +35,9 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: apache2 Requires: augeas-lenses -Requires: python-acme >= 0.34.0 +Requires: python-acme >= %{version} Requires: python-augeas -Requires: python-certbot >= 1.1.0 +Requires: python-certbot >= %{version} Requires: python-zope.component Requires: python-zope.interface BuildArch: noarch