From 30e523a8dd15380ff8984de848640ea9727b7b0a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 1 May 2026 15:43:57 +0200 Subject: minor --- php-rlerdorf-geoip.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/php-rlerdorf-geoip.spec b/php-rlerdorf-geoip.spec index 47d9d66..8d880bf 100644 --- a/php-rlerdorf-geoip.spec +++ b/php-rlerdorf-geoip.spec @@ -53,12 +53,12 @@ Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version} Obsoletes: %{?scl_prefix}php-pecl-%{ext_name} < 1.2 Provides: %{?scl_prefix}php-pecl-%{ext_name} = %{version} Provides: %{?scl_prefix}php-pecl-%{ext_name}%{?_isa} = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version} -Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version} +Provides: %{?scl_prefix}php-pecl(%{ext_name}) = %{version} +Provides: %{?scl_prefix}php-pecl(%{ext_name})%{?_isa} = %{version} %description -This is the legacy (v1) GeoIP PHP extension for PHP 7.2+ and PHP 8.x. +This is the legacy (v1) GeoIP PHP extension. Unless you have old code that needs this, you might be better off using - php-maxmind-db-reader library (maxmind-db/reader) -- cgit