From 4c15e1f28229483056345ea88a67e6e3db676fba13ebe93085fa47d5dc048f4f Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Fri, 8 Jan 2021 15:12:03 +0000 Subject: [PATCH] - mod_php8 provides php_module - modified sources % apache2-script-helpers OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=641 --- apache2-script-helpers | 3 ++- apache2.changes | 7 +++++++ apache2.spec | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/apache2-script-helpers b/apache2-script-helpers index 8de22c9..543c126 100644 --- a/apache2-script-helpers +++ b/apache2-script-helpers @@ -67,8 +67,9 @@ function get_module_list module_id=${module#mod_}_module - # special case + # special cases case $module_id in auth_mysql_module) module_id=mysql_auth_module;; esac + case $module_id in php[89]_module) module_id=php_module;; esac unset module_path for libdir in /usr/lib64 /usr/lib; do diff --git a/apache2.changes b/apache2.changes index 685041a..69d695b 100644 --- a/apache2.changes +++ b/apache2.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 8 14:59:12 UTC 2021 - pgajdos@suse.com + +- mod_php8 provides php_module +- modified sources + % apache2-script-helpers + ------------------------------------------------------------------- Thu Dec 17 17:22:23 UTC 2020 - pgajdos@suse.com diff --git a/apache2.spec b/apache2.spec index 48993fa..addde0b 100644 --- a/apache2.spec +++ b/apache2.spec @@ -1,7 +1,7 @@ # # spec file for package apache2 # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed