diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-02-21 11:57:20 +0100 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-02-21 11:57:20 +0100 |
commit | 5c7842f65cd4b3bca94c4312fd523a1562f45356 (patch) | |
tree | 8cdc815c441691ad48ec8ac02e8f7054cdbf6382 | |
parent | 710153d18f8d7b8f47088175dc207d6317304365 (diff) |
php-pecl-apm: add some missing dep
-rw-r--r-- | php-pecl-apm.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/php-pecl-apm.spec b/php-pecl-apm.spec index 84c418b..3206cb4 100644 --- a/php-pecl-apm.spec +++ b/php-pecl-apm.spec @@ -65,6 +65,7 @@ Requires(post): %{__pecl} Requires(postun): %{__pecl} Requires: %{?scl_prefix}php(zend-abi) = %{php_zend_api} Requires: %{?scl_prefix}php(api) = %{php_core_api} +Requires: %{?scl_prefix}php-json%{?_isa} %{?_sclreq:Requires: %{?scl_prefix}runtime%{?_sclreq}%{?_isa}} Provides: %{?scl_prefix}php-%{pecl_name} = %{version} @@ -127,6 +128,12 @@ Requires: php(httpd) Requires: httpd Requires: mod_php %endif +# From phpcompatinfo report +Requires: %{?scl_prefix}php-date +Requires: %{?scl_prefix}php-json +Requires: %{?scl_prefix}php-pcre +Requires: %{?scl_prefix}php-pdo + %description -n %{?scl_prefix}apm-web This package provides the APM web application, with Apache%{?with_phpfpm: and Nginx} |