diff --git a/phpMyAdmin.changes b/phpMyAdmin.changes index b561420..c096101 100644 --- a/phpMyAdmin.changes +++ b/phpMyAdmin.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 17 09:41:30 UTC 2015 - ecsos@opensuse.org + +- enable required apache modules in spec at install + ------------------------------------------------------------------- Fri Sep 11 09:55:59 UTC 2015 - ecsos@opensuse.org diff --git a/phpMyAdmin.spec b/phpMyAdmin.spec index d65e1f0..35cc17e 100644 --- a/phpMyAdmin.spec +++ b/phpMyAdmin.spec @@ -164,6 +164,11 @@ popd # set PmaAbsoluteUri ### generate blowfish secret sed -i -e "s,@FQDN@,$(cat %{_sysconfdir}/HOSTNAME)," \ -e "s/\\\$cfg\['blowfish_secret'\] = ''/\$cfg['blowfish_secret'] = '`pwgen -s -1 46`'/" %{pma_config} +# enable required apache modules +if [ -x /usr/sbin/a2enmod ]; then + a2enmod -q php5 || a2enmod php5 + a2enmod -q version || a2enmod version +fi %if 0%{?suse_version} < 1310 %restart_on_update apache2 #%%else