From e0d88d6a95e92ceeacd9b5015c3313a480c827b2 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 10:00:37 +0100 Subject: [PATCH] require php-mysqli instead of php-mysql [release 4.5.4.1-2mamba;Thu Feb 04 2016] --- phpmyadmin.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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