Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
01b6dda605
!11 Update package to version 2.9.0
From: @ccdxx 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2024-02-25 01:29:47 +00:00
chendexi
50792eac6d Update package to version 2.9.0 2024-02-23 20:00:26 +08:00
openeuler-ci-bot
42e9272eac
!9 Update package to version 2.7.4
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-11-21 11:41:55 +00:00
jxy_git
091fd86178 Update package to version 2.7.4 2023-11-21 15:22:20 +08:00
openeuler-ci-bot
6953ce9a95
!8 Update package to version 2.6.0
From: @jxy_git 
Reviewed-by: @yangzhao_kl 
Signed-off-by: @yangzhao_kl
2023-07-05 08:48:11 +00:00
jxy_git
4ee4fb8da2 Update package to version 2.6.0 2023-07-05 14:43:13 +08:00
openeuler-ci-bot
1f3f470fab
!7 Update to 2.5.0
From: @wk333 
Reviewed-by: @cherry530 
Signed-off-by: @cherry530
2023-04-07 08:39:19 +00:00
wk333
274cd34187 Update to 2.5.0 2023-04-07 16:15:57 +08:00
openeuler-ci-bot
86871e7591
!4 统一spec文件的License名称规范
From: @lauk001 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-05-24 07:03:45 +00:00
lauk
b8a6be1957 License compliance rectification 2022-05-23 09:08:51 +08:00
3 changed files with 20 additions and 5 deletions

BIN
certbot-2.9.0.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,12 @@
%global _empty_manifest_terminate_build 0
%define debug_package %{nil}
Name: python-certbot
Version: 1.16.0
Release: 3
Version: 2.9.0
Release: 1
Summary: ACME client
License: Apache License 2.0
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#/certbot-%{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,21 @@ mv %{buildroot}/doclist.lst .
%{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info
%changelog
* Fri Feb 23 2024 chendexi <chendexi@kylinos.cn> - 2.9.0-1
- Update package to version 2.9.0
* Tue Nov 21 2023 jiangxinyu <jiangxinyu@kylinos.cn> - 2.7.4-1
- Update package to version 2.7.4
* 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
- Update to 2.5.0
* Fri May 20 2022 liukuo <liukuo@kylinos.cn> - 1.16.0-4
- License compliance rectification
* Fri May 06 2022 yangping <yangping69@h-partners.com> - 1.16.0-3
- Fix build error caused by py3.10+ wildcard

Binary file not shown.