diff --git a/phpmyadmin.spec b/phpmyadmin.spec index 69475e6..23f899b 100644 --- a/phpmyadmin.spec +++ b/phpmyadmin.spec @@ -19,7 +19,7 @@ Name: %{?sitename:%sitename-}phpmyadmin Version: 4.5.4.1 -Release: 1mamba +Release: 2mamba Summary: MySQL administration tool Group: Applications/Databases Vendor: openmamba @@ -41,8 +41,8 @@ BuildArch: noarch ## AUTOBUILDREQ-END BuildRequires: apache Requires: apache-mod_php >= 4.3 -Requires: php-mysql -Requires: mysql >= 5.5 +Requires: php-mysqli +#Requires: mysql >= 5.5 BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -216,6 +216,9 @@ rm -f .core .themes # scripts/*.sql %changelog +* Thu Feb 04 2016 Silvan Calarco 4.5.4.1-2mamba +- require php-mysqli instead of php-mysql + * Sat Jan 30 2016 Automatic Build System 4.5.4.1-1mamba - automatic version update by autodist