From 85ae781e6e54625fcf686280660ae824515d1ced Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 7 Aug 2015 10:53:13 +0200 Subject: php-zendframework-*: ensure proper ownership of /usr/share/php/Zend --- php-zendframework-zend-memory.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/php-zendframework-zend-memory.spec b/php-zendframework-zend-memory.spec index e81086b..d447062 100644 --- a/php-zendframework-zend-memory.spec +++ b/php-zendframework-zend-memory.spec @@ -55,6 +55,8 @@ Requires: php(language) >= 5.3.23 %if 0%{?fedora} >= 21 Suggests: php-composer(%{gh_owner}/zend-cache) %endif +# Autoloader +Requires: php-composer(%{gh_owner}/zend-loader) >= 2.5 %endif # From phpcompatinfo report for version 2.5.1 Requires: php-spl @@ -122,8 +124,7 @@ rm -rf %{buildroot} %license LICENSE.md %doc CONTRIBUTING.md README.md %doc composer.json -%dir %{php_home}/Zend - %{php_home}/Zend/%{library} +%{php_home}/Zend/%{library} %changelog -- cgit