From 3a917cf6f47526008157164b7a5dac88bb590c53 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 22 Feb 2019 13:07:48 +0100 Subject: fix upgrade path --- php70.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/php70.spec b/php70.spec index 0d14216..9859458 100644 --- a/php70.spec +++ b/php70.spec @@ -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 -- cgit