diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:03:48 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-21 03:03:48 +0000 |
commit | 0d1f8a6e3a996eb0b4cd302aa58e3e5683b79462 (patch) | |
tree | dabe59d088a08419841426dadb2d196eb2dbfe36 | |
parent | f82f8c5d599acee1a21c3119f8e668a449434d23 (diff) |
automatic import of python-certbot-apacheopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-certbot-apache.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /certbot-apache-2.4.0.tar.gz +/certbot-apache-2.5.0.tar.gz diff --git a/python-certbot-apache.spec b/python-certbot-apache.spec index 501d167..fa78ff0 100644 --- a/python-certbot-apache.spec +++ b/python-certbot-apache.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-certbot-apache -Version: 2.4.0 +Version: 2.5.0 Release: 1 Summary: Apache plugin for Certbot License: Apache License 2.0 URL: https://github.com/letsencrypt/letsencrypt -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/6a/9a/cea19e7f4203e5ad7bc1f84fc5efe51bb59a38607afd2f2da062b25a83d4/certbot-apache-2.4.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/76/d6/278abc6c93c1594af92a403caea758a4718045a48a8927acadc77e0fb809/certbot-apache-2.5.0.tar.gz BuildArch: noarch Requires: python3-acme @@ -34,7 +34,7 @@ Provides: python3-certbot-apache-doc %prep -%autosetup -n certbot-apache-2.4.0 +%autosetup -n certbot-apache-2.5.0 %build %py3_build @@ -74,5 +74,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 08 2023 Python_Bot <Python_Bot@openeuler.org> - 2.4.0-1 +* Fri Apr 21 2023 Python_Bot <Python_Bot@openeuler.org> - 2.5.0-1 - Package Spec generated @@ -1 +1 @@ -dff660591532351be023a5e10909adaf certbot-apache-2.4.0.tar.gz +c40b8ae6018bc679ec0dea1cfc18ead7 certbot-apache-2.5.0.tar.gz |