Compare commits
No commits in common. "01b6dda605a20f4d226ae0b1e390c04733c249f4" and "86d6ae071f213788171b908de0748a1cb3c8ea4f" have entirely different histories.
01b6dda605
...
86d6ae071f
Binary file not shown.
@ -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.9.0
|
Version: 1.16.0
|
||||||
Release: 1
|
Release: 3
|
||||||
Summary: ACME client
|
Summary: ACME client
|
||||||
License: MIT and Apache-2.0
|
License: Apache License 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#/certbot-%{version}.tar.gz
|
Source0: https://github.com/certbot/certbot/archive/refs/tags/v1.16.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-ConfigArgParse
|
Requires: python3-ConfigArgParse
|
||||||
@ -46,7 +46,7 @@ Provides: python3-certbot-doc
|
|||||||
The python3 libraries to interface with certbot
|
The python3 libraries to interface with certbot
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n certbot-%{version} -p1
|
%autosetup -n certbot-1.16.0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
cd ./certbot
|
cd ./certbot
|
||||||
@ -98,21 +98,6 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info
|
%{python3_sitelib}/acme-%{version}-py%{python3_version}.egg-info
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 06 2022 yangping <yangping69@h-partners.com> - 1.16.0-3
|
||||||
- Fix build error caused by py3.10+ wildcard
|
- Fix build error caused by py3.10+ wildcard
|
||||||
|
|
||||||
|
|||||||
BIN
v1.16.0.tar.gz
Normal file
BIN
v1.16.0.tar.gz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user