From 725baca14ed0985209e8020945f9b7f84f2fbe03 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 30 Dec 2023 18:24:59 +0100 Subject: [PATCH] - R/BR mysql-{devel,libs} instead of versioned ones --- php.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php.spec b/php.spec index 559c4df..237d9ef 100644 --- a/php.spec +++ b/php.spec @@ -216,8 +216,8 @@ BuildRequires: libxml2-devel >= 1:2.7.6-4 %{?with_zip:BuildRequires: libzip-devel >= 1.3.1} %{?with_snmp:%{?with_tests:BuildRequires: mibs-net-snmp}} %{?with_mm:BuildRequires: mm-devel >= 1.3.0} -%{!?with_mysqli:BuildRequires: mysql-8.0-devel} -%{!?with_pdo_mysql:BuildRequires: mysql-8.0-devel} +%{!?with_mysqli:BuildRequires: mysql-devel} +%{!?with_pdo_mysql:BuildRequires: mysql-devel} %{?with_snmp:BuildRequires: net-snmp-devel >= 5.3} BuildRequires: oniguruma-devel %{?with_ldap:BuildRequires: openldap-devel >= 2.3.0} @@ -1028,7 +1028,7 @@ URL: http://php.net/manual/en/book.mysqli.php Requires: %{name}-common = %{epoch}:%{version}-%{release} %{?with_mysqlnd:Requires: %{name}-mysqlnd = %{epoch}:%{version}-%{release}} Requires: %{name}-spl = %{epoch}:%{version}-%{release} -Requires: mysql-8.0-libs +Requires: mysql-libs Provides: php(mysqli) Obsoletes: php-mysqli < 4:5.3.28-7 -- 2.44.0