17
0
2020-02-21 15:32:41 +00:00
committed by Git OBS Bridge
parent 25af1ba0b1
commit ba79320960
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:05e84dfe96b72582cde97c490977d8e2d33d440c927a320debb4cf287f6fadcc
size 195823

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b46e9def272103a68108e48bf7e410ea46801529b1ea6954f6506b14dd9df9b3
size 192297

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Feb 21 15:31:41 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>
- update to version 1.2.0
* Sync with main certbot package.
-------------------------------------------------------------------
Tue Jan 21 09:39:46 UTC 2020 - Marketa Calabkova <mcalabkova@suse.com>

View File

@@ -18,14 +18,14 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-certbot-apache
Version: 1.1.0
Version: 1.2.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 >= 1.2.0}
BuildRequires: %{python_module mock}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
@@ -37,7 +37,7 @@ Requires: apache2
Requires: augeas-lenses
Requires: python-acme >= 0.34.0
Requires: python-augeas
Requires: python-certbot >= 1.1.0
Requires: python-certbot >= 1.2.0
Requires: python-zope.component
Requires: python-zope.interface
BuildArch: noarch