summaryrefslogtreecommitdiffstats
path: root/php-pecl-mongodb.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-02-28 11:10:59 +0100
committerRemi Collet <remi@php.net>2025-02-28 11:10:59 +0100
commit798646ffdf2e6b79a7df4c3c538a329d6e73257b (patch)
tree19d78fafa90f7cc068b72615ee11ce581e6a71da /php-pecl-mongodb.spec
parent78e42158d42e4187453a987ec148de99fe2a072c (diff)
fix for pieHEADmaster
Diffstat (limited to 'php-pecl-mongodb.spec')
-rw-r--r--php-pecl-mongodb.spec3
1 files changed, 2 insertions, 1 deletions
diff --git a/php-pecl-mongodb.spec b/php-pecl-mongodb.spec
index 9b976aa..894d8a2 100644
--- a/php-pecl-mongodb.spec
+++ b/php-pecl-mongodb.spec
@@ -14,7 +14,7 @@
%endif
%global with_zts 0%{!?_without_zts:%{?__ztsphp:1}}
-%global pie_vend pie_vend
+%global pie_vend mongodb
%global pie_proj mongodb-extension
%global pecl_name mongodb
# After 40-smbclient.ini, see https://jira.mongodb.org/browse/PHPC-658
@@ -103,6 +103,7 @@ Requires: %{?scl_prefix}php-json%{?_isa}
Provides: %{?scl_prefix}php-pecl(%{pecl_name}) = %{version}
Provides: %{?scl_prefix}php-pecl(%{pecl_name})%{?_isa} = %{version}
Provides: %{?scl_prefix}php-pie(%{pie_vend}/%{pie_proj}) = %{version}
+Provides: %{?scl_prefix}php-%{pie_vend}-%{pie_proj} = %{version}
%description
The purpose of this driver is to provide exceptionally thin glue between