From d1d6df5e713d36b2e5a89be824888870bc439dc1 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:10:21 +0100 Subject: [PATCH] automatic version update by autodist [release 1.32.0-1mamba;Wed Nov 09 2022] --- certbot.spec | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/certbot.spec b/certbot.spec index e2f68a6..de54862 100644 --- a/certbot.spec +++ b/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 1.32.0-1mamba +- automatic version update by autodist + +* Tue Oct 04 2022 Automatic Build System 1.31.0-1mamba +- automatic version update by autodist + * Thu Sep 08 2022 Automatic Build System 1.30.0-1mamba - automatic version update by autodist