From 5c7842f65cd4b3bca94c4312fd523a1562f45356 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Sat, 21 Feb 2015 11:57:20 +0100 Subject: php-pecl-apm: add some missing dep --- php-pecl-apm.spec | 7 +++++++ 1 file changed, 7 insertions(+) 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} -- cgit