Hello community,

here is the log from the commit of package phpMyAdmin for openSUSE:Factory 
checked in at 2015-09-19 06:55:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/phpMyAdmin (Old)
 and      /work/SRC/openSUSE:Factory/.phpMyAdmin.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "phpMyAdmin"

Changes:
--------
--- /work/SRC/openSUSE:Factory/phpMyAdmin/phpMyAdmin.changes    2015-09-13 
09:45:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.phpMyAdmin.new/phpMyAdmin.changes       
2015-09-19 06:55:31.000000000 +0200
@@ -1,0 +2,5 @@
+Thu Sep 17 09:41:30 UTC 2015 - ec...@opensuse.org
+
+- boo#945999 enable required apache modules in spec at install
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ phpMyAdmin.spec ++++++
--- /var/tmp/diff_new_pack.kJsdeK/_old  2015-09-19 06:55:32.000000000 +0200
+++ /var/tmp/diff_new_pack.kJsdeK/_new  2015-09-19 06:55:32.000000000 +0200
@@ -164,6 +164,11 @@
 # 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




Reply via email to