!7 Update to 2.5.0
From: @wk333 Reviewed-by: @cherry530 Signed-off-by: @cherry530
This commit is contained in:
commit
1f3f470fab
@ -1,12 +1,12 @@
|
||||
%global _empty_manifest_terminate_build 0
|
||||
%define debug_package %{nil}
|
||||
Name: python-certbot
|
||||
Version: 1.16.0
|
||||
Release: 4
|
||||
Version: 2.5.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/v1.16.0.tar.gz
|
||||
Source0: https://github.com/certbot/certbot/archive/refs/tags/v%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
Requires: python3-ConfigArgParse
|
||||
@ -46,7 +46,7 @@ Provides: python3-certbot-doc
|
||||
The python3 libraries to interface with certbot
|
||||
|
||||
%prep
|
||||
%autosetup -n certbot-1.16.0 -p1
|
||||
%autosetup -n certbot-%{version} -p1
|
||||
|
||||
%build
|
||||
cd ./certbot
|
||||
@ -98,6 +98,9 @@ mv %{buildroot}/doclist.lst .
|
||||
%{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Apr 07 2023 wangkai <13474090681@163.com> - 2.5.0-1
|
||||
- Update to 2.5.0
|
||||
|
||||
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 1.16.0-4
|
||||
- License compliance rectification
|
||||
|
||||
|
||||
BIN
v1.16.0.tar.gz
BIN
v1.16.0.tar.gz
Binary file not shown.
BIN
v2.5.0.tar.gz
Normal file
BIN
v2.5.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user