diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-28 12:39:18 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-28 12:39:18 +0100 |
commit | de1331e1a132e83bef0b3fb634dee4dbbcf78738 (patch) | |
tree | 382294466eb769c66748006e31d1ab410dc0d5c4 | |
parent | e31fb3122983dfe20d0fc9e9dd33aeb80aa4166e (diff) |
fix obsoletes
-rw-r--r-- | php71.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -316,7 +316,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, php70u-dbg, php71w-phpdbg +Obsoletes: php56u-dbg, php56w-phpdbg, php70u-dbg, php70w-phpdbg, php70u-dbg, php71w-phpdbg %endif %description dbg The php-dbg package contains the interactive PHP debugger. |