diff --git a/mod_md.spec b/mod_md.spec index 89c4c05..1bc70c0 100644 --- a/mod_md.spec +++ b/mod_md.spec @@ -3,7 +3,7 @@ Name: mod_md Version: 2.2.7 -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/ @@ -30,7 +30,7 @@ domains and their virtual hosts automatically, including at renewal. %patch3 -p1 -b .tol_missing_res %build -%configure +%configure --with-apxs=%{_httpd_apxs} # remove rpath sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool @@ -61,6 +61,9 @@ echo "LoadModule md_module modules/mod_md.so" > %{buildroot}%{_httpd_modconfdir} %{_mandir}/man1/* %changelog +* Fri Aug 28 2020 Joe Orton - 1:2.2.7-4 +- use _httpd_apxs macro + * Tue Jul 28 2020 Fedora Release Engineering - 1:2.2.7-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild