added certbot py3 requirements [release 1.3.0-3mamba;Fri May 01 2020]
This commit is contained in:
parent
4f4bca4a3b
commit
c36f4f48a7
11
certbot.spec
11
certbot.spec
@ -1,6 +1,6 @@
|
|||||||
Name: certbot
|
Name: certbot
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 2mamba
|
Release: 3mamba
|
||||||
Summary: A fully-featured, extensible client for the Let's Encrypt CA
|
Summary: A fully-featured, extensible client for the Let's Encrypt CA
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -37,6 +37,12 @@ Requires: python-six-py3
|
|||||||
Requires: python-tz-py3
|
Requires: python-tz-py3
|
||||||
Requires: python-zope-component-py3
|
Requires: python-zope-component-py3
|
||||||
Requires: python-zope-interface-py3
|
Requires: python-zope-interface-py3
|
||||||
|
Requires: python-pyrfc3339-py3
|
||||||
|
Requires: python-parsedatetime-py3
|
||||||
|
Requires: python-mock-py3
|
||||||
|
Requires: python-josepy-py3
|
||||||
|
Requires: python-configobj-py3
|
||||||
|
Requires: python-configargparse-py3
|
||||||
Provides: letsencrypt
|
Provides: letsencrypt
|
||||||
Obsoletes: letsencrypt
|
Obsoletes: letsencrypt
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
@ -128,6 +134,9 @@ _EOF
|
|||||||
#%defattr(-,root,root)
|
#%defattr(-,root,root)
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 01 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-3mamba
|
||||||
|
- added certbot py3 requirements
|
||||||
|
|
||||||
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
|
* Sat Apr 11 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3.0-2mamba
|
||||||
- rebuilt with python3
|
- rebuilt with python3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user