SHA256
1
0
forked from pool/apache2

Accepting request 865992 from Apache

- added Provides: http_daemon to fix bsc#1180132 (forwarded request 865975 from stroeder)

OBS-URL: https://build.opensuse.org/request/show/865992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/apache2?expand=0&rev=181
This commit is contained in:
Dominique Leuenberger 2021-01-27 17:57:07 +00:00 committed by Git OBS Bridge
commit cf063dbe1d
3 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 22 12:25:23 UTC 2021 - Michael Ströder <michael@stroeder.com>
- added Provides: http_daemon to fix bsc#1180132
-------------------------------------------------------------------
Fri Jan 22 07:44:28 UTC 2021 - pgajdos@suse.com
- remove suexec2 from premissions as well
- modified sources
% permissions.apache2
-------------------------------------------------------------------
Wed Jan 13 20:16:34 UTC 2021 - Arjen de Korte <suse+build@de-korte.org>
- suexec2 was renamed to suexec in 2015 and the symlink to suexec
no longer exists
-------------------------------------------------------------------
Tue Jan 12 22:29:52 UTC 2021 - Christian Boltz <suse-beta@cboltz.de>

View File

@ -279,6 +279,7 @@ Suggests: apache2-%{default_mpm}
Recommends: apache2-utils
Requires: logrotate
Provides: %{apache_mmn}
Provides: http_daemon
Provides: httpd
Provides: suse_maintenance_mmn_%{suse_maintenance_mmn}
Obsoletes: apache2-example-pages
@ -968,7 +969,7 @@ if grep -q "^wwwadmin:" %{_sysconfdir}/group; then
fi
%service_add_post apache2.service apache2@.service apache2.target
%set_permissions %{_sbindir}/suexec || \
echo "Please check %{_sysconfdir}/permissions.local for settings of %{_sbindir}/suexec2 ."
echo "Please check %{_sysconfdir}/permissions.local for settings of %{_sbindir}/suexec ."
%{fillup_only apache2}
%if %{use_firewalld}
%firewalld_reload

View File

@ -1,2 +1 @@
/usr/sbin/suexec root:root 4755
/usr/sbin/suexec2 root:root 4755