17
0
2024-06-25 12:52:57 +00:00
committed by Git OBS Bridge
parent 5a43d0b054
commit 905109beb0
3 changed files with 6 additions and 6 deletions

View File

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

View File

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

View File

@@ -18,12 +18,12 @@
%{?sle15_python_module_pythons}
Name: python-certbot-apache
Version: 2.9.0
Version: 2.11.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
Source: https://files.pythonhosted.org/packages/source/c/certbot-apache/certbot_apache-%{version}.tar.gz
BuildRequires: %{python_module augeas}
BuildRequires: %{python_module certbot >= %{version}}
BuildRequires: %{python_module pytest}
@@ -41,7 +41,7 @@ BuildArch: noarch
The Apache plugin for Certbot.
%prep
%setup -q -n certbot-apache-%{version}
%setup -q -n certbot_apache-%{version}
%build
%python_build