- remove suexec2 from premissions as well

- modified sources
  % permissions.apache2

- suexec2 was renamed to suexec in 2015 and the symlink to suexec
  no longer exists

OBS-URL: https://build.opensuse.org/package/show/Apache/apache2?expand=0&rev=646
This commit is contained in:
Petr Gajdos 2021-01-22 07:45:17 +00:00 committed by Git OBS Bridge
parent 709e869e67
commit 8e2693c4ad
3 changed files with 14 additions and 2 deletions

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
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

@ -968,7 +968,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