diff options
-rw-r--r-- | php-pecl-mongodb.spec | 3 |
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 |