From 824650d307349f39d158df6149ae243288427a1a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 16 Nov 2017 16:10:53 +0100 Subject: add dependency on zendframework/zend-serializer --- glpi.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'glpi.spec') diff --git a/glpi.spec b/glpi.spec index 10be8f3..c4fc2f2 100644 --- a/glpi.spec +++ b/glpi.spec @@ -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 - 9.2.1-2 +- add dependency on zendframework/zend-serializer + * Thu Nov 16 2017 Remi Collet - 9.2.1-1 - update to 9.2.1 -- cgit