diff options
author | Remi Collet <fedora@famillecollet.com> | 2016-06-10 17:35:39 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2016-06-10 17:35:39 +0200 |
commit | 30c0a5ed0ee2431ac9cf5e05a41e228e5547d12f (patch) | |
tree | b1c560110c151fdd861b68206e3fe3fbe1e3b505 /php.spec | |
parent | 9cc939654de0bb13b407f74b145b492e3280b6a2 (diff) |
php 7: strict dep. on php-json verison, fix #35
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |