diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-22 13:07:48 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-22 13:07:48 +0100 |
commit | 3a917cf6f47526008157164b7a5dac88bb590c53 (patch) | |
tree | 3054cddbb7df3f2ae1312e5f755c3aed27a15265 | |
parent | e78f08a5c94a4e0c2b77cb8a545e333068ebbe95 (diff) |
fix upgrade path
-rw-r--r-- | php70.spec | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -986,6 +986,7 @@ Provides: php-pecl-json = %{jsonver} Provides: php-pecl-json%{?_isa} = %{jsonver} %if 0%{?rhel} Obsoletes: php53-json, php53u-json, php54-json, php54w-json, php55u-json, php55w-json, php56u-json, php56w-json, php70u-json, php70w-json +Obsoletes: php55u-pecl-jsonc, php56u-pecl-jsonc %endif %description json |