diff options
author | Remi Collet <fedora@famillecollet.com> | 2015-08-07 10:53:13 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2015-08-07 10:53:13 +0200 |
commit | 01d58f1bf4d9488a1105adcf53d93411b4fc1564 (patch) | |
tree | 4407057bb6c090585eed9737cc1657dd18e526f9 | |
parent | 8cea3c9e8261741d9a6d2ed0e7f7ca9eaed9fc24 (diff) |
php-zendframework-*: ensure proper ownership of /usr/share/php/Zend
-rw-r--r-- | php-zendframework-zend-stdlib.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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} |