diff --git a/mod_md.spec b/mod_md.spec index 06e8ce7..ebd763b 100644 --- a/mod_md.spec +++ b/mod_md.spec @@ -3,7 +3,7 @@ Name: mod_md Version: 2.0.8 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Certificate provisioning using ACME for the Apache HTTP Server License: ASL 2.0 URL: https://icing.github.io/mod_md/ @@ -11,16 +11,15 @@ Source0: https://github.com/icing/mod_md/releases/download/v%{version}/mo Patch1: mod_md-2.0.8-state_dir.patch BuildRequires: gcc BuildRequires: pkgconfig, httpd-devel >= 2.4.41, openssl-devel >= 1.1.0, jansson-devel, libcurl-devel -Requires: httpd-mmn = %{_httpd_mmn} +Requires: httpd-mmn = %{_httpd_mmn}, mod_ssl >= 1:2.4.41 Conflicts: httpd < 2.4.39-7 Epoch: 1 %description This module manages common properties of domains for one or more -virtual hosts. Specifically it can use the ACME protocol (RFC Draft) -to automate certificate provisioning. These will be configured for -managed domains and their virtual hosts automatically. This includes -renewal of certificates before they expire. +virtual hosts. Specifically it can use the ACME protocol to automate +certificate provisioning. Certificates will be configured for managed +domains and their virtual hosts automatically, including at renewal. %prep %setup -q @@ -35,7 +34,7 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %make_build V=1 %check -make check +%make_build check %install %make_install @@ -57,6 +56,9 @@ echo "LoadModule md_module modules/mod_md.so" > %{buildroot}%{_httpd_modconfdir} %{_bindir}/a2md %changelog +* Fri Aug 30 2019 Joe Orton - 1:2.0.8-4 +- require mod_ssl, update package description + * Fri Aug 30 2019 Joe Orton - 1:2.0.8-3 - rebuild against 2.4.41