- update to version 1.16.0
* Require the latest certbot and acme plugins for simplicity OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:certbot/python-certbot-apache?expand=0&rev=66
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user