diff --git a/phpmyadmin.spec b/phpmyadmin.spec index cdf009c..3617681 100644 --- a/phpmyadmin.spec +++ b/phpmyadmin.spec @@ -19,7 +19,7 @@ Name: %{?sitename:%sitename-}phpmyadmin Version: 4.4.10 -Release: 1mamba +Release: 2mamba Summary: MySQL administration tool Group: Applications/Databases Vendor: openmamba @@ -150,7 +150,7 @@ cat > %{buildroot}%{_sysconfdir}/httpd/httpd.d/%{name}.conf << EOF php_admin_flag magic_quotes_gpc off php_admin_flag allow_url_include off php_admin_flag allow_url_fopen off - php_admin_value open_basedir "%{installdir}:/tmp" + php_admin_value open_basedir "%{installdir}:/tmp:/dev" @@ -216,6 +216,9 @@ rm -f .core .themes # scripts/*.sql %changelog +* Mon Jul 13 2015 Silvan Calarco 4.4.10-2mamba +- allow /dev in php basedir configuration to fix blocking when trying to use /dev/urandom + * Wed Jun 17 2015 Automatic Build System 4.4.10-1mamba - automatic version update by autodist