From 30c0a5ed0ee2431ac9cf5e05a41e228e5547d12f Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 10 Jun 2016 17:35:39 +0200 Subject: php 7: strict dep. on php-json verison, fix #35 --- php.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 9619369..cce5188 100644 --- a/php.spec +++ b/php.spec @@ -380,7 +380,7 @@ Provides: %{?scl_prefix}php-tokenizer, %{?scl_prefix}php-tokenizer%{?_isa} Provides: %{?scl_prefix}php-zlib, %{?scl_prefix}php-zlib%{?_isa} %{?scl:Requires: %{scl}-runtime} # For user experience, those extensions were part of php-common -Requires: %{?scl_prefix}php-json%{?_isa} +Requires: %{?scl_prefix}php-json%{?_isa} = %{version}-%{release} #Requires: %%{?scl_prefix}php-zip%%{?_isa} %description common -- cgit