From 6c3b99ef663d072bf4b7b081c80af1eab3eef2ec Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:10:18 +0100 Subject: [PATCH] require python-josepy [release 0.23.0-2mamba;Mon Apr 09 2018] --- certbot.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/certbot.spec b/certbot.spec index 8b66c92..08c2eab 100644 --- a/certbot.spec +++ b/certbot.spec @@ -1,6 +1,6 @@ Name: certbot -Version: 0.22.2 -Release: 1mamba +Version: 0.23.0 +Release: 2mamba Summary: A fully-featured, extensible client for the Let's Encrypt CA Group: System/Libraries Vendor: openmamba @@ -35,6 +35,7 @@ Requires: python-configobj Requires: python-setuptools Requires: python-funcsigs >= 1.0 Requires: python-argparse +Requires: python-josepy Provides: letsencrypt Obsoletes: letsencrypt BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -79,6 +80,12 @@ _EOF #%{python_sitearch}/letsencrypt-%{version}-py*.egg-info/* %changelog +* Mon Apr 09 2018 Silvan Calarco 0.23.0-2mamba +- require python-josepy + +* Thu Apr 05 2018 Automatic Build System 0.23.0-1mamba +- automatic version update by autodist + * Tue Mar 20 2018 Automatic Build System 0.22.2-1mamba - automatic version update by autodist