Update package to version 2.6.0

This commit is contained in:
jxy_git 2023-07-05 14:43:13 +08:00
parent 1f3f470fab
commit 4ee4fb8da2
3 changed files with 5 additions and 2 deletions

BIN
certbot-2.6.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global _empty_manifest_terminate_build 0 %global _empty_manifest_terminate_build 0
%define debug_package %{nil} %define debug_package %{nil}
Name: python-certbot Name: python-certbot
Version: 2.5.0 Version: 2.6.0
Release: 1 Release: 1
Summary: ACME client Summary: ACME client
License: MIT and Apache-2.0 License: MIT and Apache-2.0
URL: https://github.com/certbot/certbot 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 BuildArch: noarch
Requires: python3-ConfigArgParse Requires: python3-ConfigArgParse
@ -98,6 +98,9 @@ mv %{buildroot}/doclist.lst .
%{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info
%changelog %changelog
* Wed Jul 05 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.6.0-1
- Update package to version 2.6.0
* Fri Apr 07 2023 wangkai <13474090681@163.com> - 2.5.0-1 * Fri Apr 07 2023 wangkai <13474090681@163.com> - 2.5.0-1
- Update to 2.5.0 - Update to 2.5.0

Binary file not shown.