diff options
author | Remi Collet <remi@remirepo.net> | 2020-10-28 12:39:37 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-10-28 12:39:37 +0100 |
commit | f3f4418136a31b67a74fdbb9e2777ca005bcd3ba (patch) | |
tree | 4e91cb333f849ee2e15c221d443076bc586a6147 | |
parent | 4c1812a98eb9c27995d072798581d40767a04d1b (diff) |
fix obsoletes
-rw-r--r-- | php73.spec | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -321,7 +321,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 Obsoletes: php73-dbg, php73w-phpdbg %endif %description dbg |