forked from pool/apache2
- mod_php8 provides php_module
- modified sources % apache2-script-helpers OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=641
This commit is contained in:
parent
ada5afa233
commit
4c15e1f282
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user