summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-06-10 17:35:39 +0200
committerRemi Collet <fedora@famillecollet.com>2016-06-10 17:35:39 +0200
commitc7565c257f369e1dff7b1ac96f03bb732b837714 (patch)
tree9c6d9726ecb992a83d3f6147f887f9121a4e74d8
parent234ed29dac369814c696f626c1fe297ade963986 (diff)
php 7: strict dep. on php-json verison, fix #35
-rw-r--r--php.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.spec b/php.spec
index f618ccd..dd58b2e 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