From 6da64ec91b39f66ec33858af9148888a614dda28 Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Fri, 30 Aug 2019 08:05:44 +0100 Subject: [PATCH] rebuild against 2.4.41 --- mod_md.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/mod_md.spec b/mod_md.spec index f11779e..06e8ce7 100644 --- a/mod_md.spec +++ b/mod_md.spec @@ -3,14 +3,14 @@ Name: mod_md Version: 2.0.8 -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/ Source0: https://github.com/icing/mod_md/releases/download/v%{version}/mod_md-%{version}.tar.gz Patch1: mod_md-2.0.8-state_dir.patch BuildRequires: gcc -BuildRequires: pkgconfig, httpd-devel >= 2.4.38, openssl-devel >= 1.1.0, jansson-devel, libcurl-devel +BuildRequires: pkgconfig, httpd-devel >= 2.4.41, openssl-devel >= 1.1.0, jansson-devel, libcurl-devel Requires: httpd-mmn = %{_httpd_mmn} Conflicts: httpd < 2.4.39-7 Epoch: 1 @@ -57,6 +57,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-3 +- rebuild against 2.4.41 + * Thu Jul 25 2019 Fedora Release Engineering - 1:2.0.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild