From 1eeadbd1b5eaf7398c0c6045987ddecf40590572 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 28 Oct 2020 12:39:29 +0100 Subject: fix obsoletes --- php72.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php72.spec b/php72.spec index d2d7090..8f002e8 100644 --- a/php72.spec +++ b/php72.spec @@ -309,7 +309,7 @@ Group: Development/Languages Summary: The interactive PHP debugger Requires: php-common%{?_isa} = %{version}-%{release} %if 0%{?rhel} -Obsoletes: php56u-dbg, php56w-dbg, php70u-dbg, php70w-phpdbg, php71u-dbg, php71w-phpdbg, php72u-dbg, php72w-phpdbg +Obsoletes: php56u-dbg, php56w-phpdbg, php70u-dbg, php70w-phpdbg, php71u-dbg, php71w-phpdbg, php72u-dbg, php72w-phpdbg %endif %description dbg The php-dbg package contains the interactive PHP debugger. -- cgit