diff --git a/mod_md.spec b/mod_md.spec index d6087df..89c4c05 100644 --- a/mod_md.spec +++ b/mod_md.spec @@ -3,7 +3,7 @@ Name: mod_md Version: 2.2.7 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Certificate provisioning using ACME for the Apache HTTP Server License: ASL 2.0 URL: https://icing.github.io/mod_md/ @@ -61,6 +61,9 @@ echo "LoadModule md_module modules/mod_md.so" > %{buildroot}%{_httpd_modconfdir} %{_mandir}/man1/* %changelog +* Tue Jul 28 2020 Fedora Release Engineering - 1:2.2.7-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Tue Jun 23 2020 Alexander Bokovoy - 1:2.2.7-2 - mod_md does not work with ACME server that does not provide revokeCert or keyChange resource (#1832841)