automatic version update by autodist [release 1.32.0-1mamba;Wed Nov 09 2022]
This commit is contained in:
parent
347f87c485
commit
d1d6df5e71
23
certbot.spec
23
certbot.spec
@ -1,5 +1,5 @@
|
||||
Name: certbot
|
||||
Version: 1.30.0
|
||||
Version: 1.32.0
|
||||
Release: 1mamba
|
||||
Summary: A fully-featured, extensible client for the Let's Encrypt CA
|
||||
Group: System/Libraries
|
||||
@ -14,6 +14,19 @@ Patch0: python-letsencrypt-0.1.0-use-configargparse.patch
|
||||
Patch1: letsencrypt-0.1.1-acme-0.1.1.patch
|
||||
License: Apache License 2.0
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(acme)
|
||||
BuildRequires: python3.7dist(configargparse)
|
||||
BuildRequires: python3.7dist(configobj)
|
||||
BuildRequires: python3.7dist(cryptography)
|
||||
BuildRequires: python3.7dist(distro)
|
||||
BuildRequires: python3.7dist(josepy)
|
||||
BuildRequires: python3.7dist(parsedatetime)
|
||||
BuildRequires: python3.7dist(pyrfc3339)
|
||||
BuildRequires: python3.7dist(pytz)
|
||||
BuildRequires: python3.7dist(setuptools)
|
||||
BuildRequires: python3.7dist(zope.component)
|
||||
BuildRequires: python3.7dist(zope.interface)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python3 >= %python3_version
|
||||
Requires: python-acme-py3 == %{version}
|
||||
@ -43,7 +56,7 @@ Requires: python-josepy-py3
|
||||
Requires: python-configobj-py3
|
||||
Requires: python-configargparse-py3
|
||||
Provides: letsencrypt
|
||||
Obsoletes: letsencrypt
|
||||
Obsoletes: letsencrypt < 1.31.0
|
||||
|
||||
%description
|
||||
The Let's Encrypt Client is a fully-featured, extensible client for the Let's Encrypt CA (or any other CA that speaks the ACME protocol) that can automate the tasks of obtaining certificates and configuring webservers to use them.
|
||||
@ -140,6 +153,12 @@ done
|
||||
#%defattr(-,root,root)
|
||||
|
||||
%changelog
|
||||
* Wed Nov 09 2022 Automatic Build System <autodist@mambasoft.it> 1.32.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Oct 04 2022 Automatic Build System <autodist@mambasoft.it> 1.31.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Thu Sep 08 2022 Automatic Build System <autodist@mambasoft.it> 1.30.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user