From c9c2b62a651995386d72d67976f4e45431d066e1 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 15 Jun 2015 16:25:56 +0200 Subject: php-JsonSchema: cleanup --- php-JsonSchema.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/php-JsonSchema.spec b/php-JsonSchema.spec index 7d6efb5..5ebc3da 100644 --- a/php-JsonSchema.spec +++ b/php-JsonSchema.spec @@ -39,7 +39,7 @@ BuildArch: noarch # For tests BuildRequires: php(language) >= %{php_min_ver} BuildRequires: php-phpunit-PHPUnit -# For tests: phpcompatinfo (computed from v1.4.0) +# For tests: phpcompatinfo (computed from v1.4.2) BuildRequires: php-curl BuildRequires: php-date BuildRequires: php-filter @@ -51,6 +51,7 @@ BuildRequires: php-spl Requires: php(language) >= %{php_min_ver} # phpcompatinfo (computed from v1.4.2) +Requires: php-cli Requires: php-curl Requires: php-date Requires: php-filter -- cgit