diff --git a/certbot-apache-0.32.0.tar.gz b/certbot-apache-0.32.0.tar.gz deleted file mode 100644 index 966c1f8..0000000 --- a/certbot-apache-0.32.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:68072775f1bb4bc9fc64cabe051a761f6dbf296012512eff7819144ac8b9ec97 -size 163549 diff --git a/certbot-apache-0.34.2.tar.gz b/certbot-apache-0.34.2.tar.gz new file mode 100644 index 0000000..d573fe4 --- /dev/null +++ b/certbot-apache-0.34.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c302b2099c9906dd4783cd57f546393235902dcc179302a2da280d83e72b96 +size 180485 diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index df3749a..4f8397a 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat May 18 23:26:07 UTC 2019 - Dirk Mueller + +- update to 0.34.2: + * lockstep with main certbot package + ------------------------------------------------------------------- Mon Mar 18 09:22:45 UTC 2019 - Marketa Calabkova diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index dba6d88..e6b11fe 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-certbot-apache -Version: 0.32.0 +Version: 0.34.2 Release: 0 Summary: Apache plugin for Certbot License: Apache-2.0 @@ -26,7 +26,7 @@ Group: Development/Languages/Python 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 >= 0.26.0} +BuildRequires: %{python_module certbot >= 0.34.0} BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} @@ -36,9 +36,9 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: apache2 Requires: augeas-lenses -Requires: python-acme >= 0.25.0 +Requires: python-acme >= 0.34.0 Requires: python-augeas -Requires: python-certbot >= 0.26.0 +Requires: python-certbot >= 0.34.0 Requires: python-zope.component Requires: python-zope.interface BuildArch: noarch