diff --git a/certbot-apache-2.9.0.tar.gz b/certbot-apache-2.9.0.tar.gz deleted file mode 100644 index 418a636..0000000 --- a/certbot-apache-2.9.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:cf1ece833a599dae903c2203d12ea0d1692399dfa4a965428056b3ae6fe50170 -size 182872 diff --git a/certbot_apache-2.11.0.tar.gz b/certbot_apache-2.11.0.tar.gz new file mode 100644 index 0000000..1742a76 --- /dev/null +++ b/certbot_apache-2.11.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27d39c6ad4c95a5ee1d9d8c81e95c3379f8ba35ca181b4a0b64c2bd678983b43 +size 182950 diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 630354a..7f409d7 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -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