From 61c259a92cc9450a06d3a62cf3d49b1325538159 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Feb 2019 13:07:37 +0100 Subject: fix upgrade path --- php71.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/php71.spec b/php71.spec index 485a1ef..b007fae 100644 --- a/php71.spec +++ b/php71.spec @@ -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 -- cgit