diff options
author | Remi Collet <remi@remirepo.net> | 2017-11-16 16:10:53 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2017-11-16 16:10:53 +0100 |
commit | 824650d307349f39d158df6149ae243288427a1a (patch) | |
tree | ac0fc4f05745d1ab187e3ee16dfc3c5b2110830a /glpi.spec | |
parent | e35ee70e457faa44021b9ca270ba52c564744d2e (diff) |
add dependency on zendframework/zend-serializer
Diffstat (limited to 'glpi.spec')
-rw-r--r-- | glpi.spec | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -43,7 +43,7 @@ Name: %{gh_project} Version: 9.2.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Free IT asset management software Summary(fr): Gestion Libre de Parc Informatique @@ -91,6 +91,8 @@ BuildRequires: php-composer(zendframework/zend-cache) < 3 BuildRequires: php-composer(zendframework/zend-cache) >= 2.7 BuildRequires: php-composer(zendframework/zend-i18n) < 3 BuildRequires: php-composer(zendframework/zend-i18n) >= 2.7 +BuildRequires: php-composer(zendframework/zend-serializer) < 3 +BuildRequires: php-composer(zendframework/zend-serializer) >= 2.7 BuildRequires: php-composer(michelf/php-markdown) < 2 BuildRequires: php-composer(michelf/php-markdown) >= 1.6 BuildRequires: php-composer(true/punycode) < 3 @@ -159,6 +161,8 @@ Requires: php-composer(zendframework/zend-cache) < 3 Requires: php-composer(zendframework/zend-cache) >= 2.7 Requires: php-composer(zendframework/zend-i18n) < 3 Requires: php-composer(zendframework/zend-i18n) >= 2.7 +Requires: php-composer(zendframework/zend-serializer) < 3 +Requires: php-composer(zendframework/zend-serializer) >= 2.7 Requires: php-composer(zendframework/zend-loader) Requires: php-composer(michelf/php-markdown) < 2 Requires: php-composer(michelf/php-markdown) >= 1.6 @@ -498,6 +502,9 @@ fi %changelog +* Thu Nov 16 2017 Remi Collet <remi@remirepo.net> - 9.2.1-2 +- add dependency on zendframework/zend-serializer + * Thu Nov 16 2017 Remi Collet <remi@remirepo.net> - 9.2.1-1 - update to 9.2.1 |