diff options
author | Remi Collet <remi@remirepo.net> | 2019-02-22 13:07:18 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2019-02-22 13:07:18 +0100 |
commit | 52bc7e266ac373fd5eff67d31691f058d550b863 (patch) | |
tree | 0bad1cc001367fdf47fc641da9cda1725986ba0d | |
parent | f69dd99da3a28a783ca52adba73b6191808ce300 (diff) |
fix upgrade path
-rw-r--r-- | php73.spec | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1076,6 +1076,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 +Obsoletes: php55u-pecl-jsonc, php56u-pecl-jsonc Obsoletes: php70u-json, php70w-json, php71u-json, php71w-json, php72u-json, php72w-json Obsoletes: php73u-json, php73w-json %endif |