From 01d58f1bf4d9488a1105adcf53d93411b4fc1564 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-stdlib.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php-zendframework-zend-stdlib.spec b/php-zendframework-zend-stdlib.spec index 142e5ec..6128ca2 100644 --- a/php-zendframework-zend-stdlib.spec +++ b/php-zendframework-zend-stdlib.spec @@ -86,6 +86,8 @@ Requires: php-mbstring Requires: php-pcre Requires: php-reflection Requires: php-spl +# Autoloader +Requires: php-composer(%{gh_owner}/zend-loader) >= 2.5 Obsoletes: php-ZendFramework2-%{library} < 2.5 Provides: php-ZendFramework2-%{library} = %{version} -- cgit