diff --git a/certbot-2.6.0.tar.gz b/certbot-2.6.0.tar.gz new file mode 100644 index 0000000..6f29464 Binary files /dev/null and b/certbot-2.6.0.tar.gz differ diff --git a/python-certbot.spec b/python-certbot.spec index b93a069..f205cd7 100644 --- a/python-certbot.spec +++ b/python-certbot.spec @@ -1,12 +1,12 @@ %global _empty_manifest_terminate_build 0 %define debug_package %{nil} Name: python-certbot -Version: 2.5.0 +Version: 2.6.0 Release: 1 Summary: ACME client License: MIT and Apache-2.0 URL: https://github.com/certbot/certbot -Source0: https://github.com/certbot/certbot/archive/refs/tags/v%{version}.tar.gz +Source0: https://github.com/certbot/certbot/archive/refs/tags/v%{version}.tar.gz#/certbot-%{version}.tar.gz BuildArch: noarch Requires: python3-ConfigArgParse @@ -98,6 +98,9 @@ mv %{buildroot}/doclist.lst . %{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info %changelog +* Wed Jul 05 2023 jiangxinyu - 2.6.0-1 +- Update package to version 2.6.0 + * Fri Apr 07 2023 wangkai <13474090681@163.com> - 2.5.0-1 - Update to 2.5.0 diff --git a/v2.5.0.tar.gz b/v2.5.0.tar.gz deleted file mode 100644 index 5b82ffa..0000000 Binary files a/v2.5.0.tar.gz and /dev/null differ