Accepting request 280014 from home:computersalat:devel:php

rework config patch, fix pma storage config, add pma patch

OBS-URL: https://build.opensuse.org/request/show/280014
OBS-URL: https://build.opensuse.org/package/show/server:php:applications/phpMyAdmin?expand=0&rev=173
This commit is contained in:
Christian Wittmer 2015-01-06 00:36:11 +00:00 committed by Git OBS Bridge
parent acc01b1ec9
commit f09573fa48

View File

@ -157,15 +157,15 @@ popd
-e "s/\\\$cfg\['blowfish_secret'\] = ''/\$cfg['blowfish_secret'] = '`pwgen -s -1 46`'/" %{pma_config} -e "s/\\\$cfg\['blowfish_secret'\] = ''/\$cfg['blowfish_secret'] = '`pwgen -s -1 46`'/" %{pma_config}
%if 0%{?suse_version} < 1310 %if 0%{?suse_version} < 1310
%restart_on_update apache2 %restart_on_update apache2
%else #%else
systemctl try-restart apache2 &>/dev/null #systemctl try-restart apache2 &>/dev/null
%endif %endif
%postun %postun
%if 0%{?suse_version} < 1310 %if 0%{?suse_version} < 1310
%restart_on_update apache2 %restart_on_update apache2
%else #%else
systemctl try-restart apache2 &>/dev/null #systemctl try-restart apache2 &>/dev/null
%endif %endif
%clean %clean