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 | c7565c257f369e1dff7b1ac96f03bb732b837714 (patch) | |
| tree | 9c6d9726ecb992a83d3f6147f887f9121a4e74d8 | |
| parent | 234ed29dac369814c696f626c1fe297ade963986 (diff) | |
php 7: strict dep. on php-json verison, fix #35
| -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 |
