diff --git a/python-certbot-apache.changes b/python-certbot-apache.changes index f138fb4..9422dde 100644 --- a/python-certbot-apache.changes +++ b/python-certbot-apache.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Sep 3 12:05:48 UTC 2018 - Marketa Calabkova + +- Update runtime requirements + ------------------------------------------------------------------- Wed Aug 29 10:37:30 UTC 2018 - mcalabkova@suse.com diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index c9276c0..c30f999 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -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.21.1} +BuildRequires: %{python_module certbot >= 0.26.0} BuildRequires: %{python_module mock} 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.25.0 Requires: python-augeas -Requires: python-certbot >= 0.21.1 -Requires: python-mock +Requires: python-certbot >= 0.26.0 Requires: python-zope.component Requires: python-zope.interface BuildArch: noarch