diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-22 13:07:37 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-22 13:07:37 +0100 |
commit | 61c259a92cc9450a06d3a62cf3d49b1325538159 (patch) | |
tree | e87ba552872bb74b1682640dd2c65e55749f56f1 | |
parent | bdb96ef8db1156c73efb28231e390e5cd43f1efa (diff) |
fix upgrade path
-rw-r--r-- | php71.spec | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -981,6 +981,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, php71u-json, php71w-json +Obsoletes: php55u-pecl-jsonc, php56u-pecl-jsonc %endif %description json |