From 14510c3172179cfff7501aeabd365faa89cb714d Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 21:10:19 +0100 Subject: [PATCH] require python-augeas [release 0.31.0-2mamba;Sat Feb 09 2019] --- certbot.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/certbot.spec b/certbot.spec index 97e9edd..6ad5f37 100644 --- a/certbot.spec +++ b/certbot.spec @@ -1,6 +1,6 @@ Name: certbot -Version: 0.30.2 -Release: 1mamba +Version: 0.31.0 +Release: 2mamba Summary: A fully-featured, extensible client for the Let's Encrypt CA Group: System/Libraries Vendor: openmamba @@ -17,6 +17,7 @@ License: Apache License 2.0 BuildRequires: libpython-devel ## AUTOBUILDREQ-END Requires: python >= %python_version +Requires: python-augeas Requires: python-mock Requires: python-zope-component Requires: python-zope-interface @@ -124,6 +125,12 @@ _EOF %defattr(-,root,root) %changelog +* Sat Feb 09 2019 Silvan Calarco 0.31.0-2mamba +- require python-augeas + +* Fri Feb 08 2019 Automatic Build System 0.31.0-1mamba +- automatic version update by autodist + * Mon Jan 28 2019 Automatic Build System 0.30.2-1mamba - automatic version update by autodist