From 98cd467f8f90fe9b1e28de28e7e2c5ab1d0f29239f98abbb0d77c8b5d9da8fe7 Mon Sep 17 00:00:00 2001 From: David Anes Date: Wed, 16 Aug 2023 13:09:50 +0000 Subject: [PATCH] Accepting request 1102468 from home:dstoecker - Enable building of mod_md OBS-URL: https://build.opensuse.org/request/show/1102468 OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=692 --- apache2.changes | 6 +++++- apache2.spec | 2 ++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/apache2.changes b/apache2.changes index 6ef2993..c0ded4c 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Aug 5 11:44:23 UTC 2023 - Dirk Stoecker + +- Enable building of mod_md + ------------------------------------------------------------------- Fri Apr 7 13:17:47 UTC 2023 - Arjen de Korte @@ -7237,4 +7242,3 @@ Wed May 29 18:16:00 CEST 2002 - poeml@suse.de - RPM can be built as user now - SuSEconfig.apache: understand relative and absolute pathnames - disable experimental auth_digest_module - diff --git a/apache2.spec b/apache2.spec index 1be1e4a..6987693 100644 --- a/apache2.spec +++ b/apache2.spec @@ -214,6 +214,8 @@ BuildRequires: pcre2-devel BuildRequires: pkgconfig BuildRequires: systemd-rpm-macros BuildRequires: xz +BuildRequires: pkgconfig(jansson) +BuildRequires: pkgconfig(libcurl) BuildRequires: pkgconfig(libsystemd) BuildRequires: pkgconfig(systemd) BuildRequires: pkgconfig(zlib)