anaconda-tools: replace kdump-anaconda-addon with kexec-tools

I'm proposing making the addon part of anaconda-install-env-deps
instead in https://github.com/rhinstaller/anaconda/pull/5205 .
It's more correct. This group is meant to contain things that
may be needed *on the installed system*, not in the installer
environment. The addon is needed in the installer environment,
not the installed system.

However, one thing the addon does is add kexec-tools to the list
of packages to be installed to the installed system, so we should
add kexec-tools to this group for correctness.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-09-25 16:30:36 -07:00 committed by kevin
parent d611ea8cf7
commit 24d5c1d354

View File

@ -78,7 +78,7 @@
<packagereq type="mandatory">hfsplus-tools</packagereq>
<packagereq type="mandatory">iscsi-initiator-utils</packagereq>
<packagereq type="mandatory">kbd-legacy</packagereq>
<packagereq type="mandatory">kdump-anaconda-addon</packagereq>
<packagereq type="mandatory">kexec-tools</packagereq>
<packagereq type="mandatory">lvm2</packagereq>
<packagereq arch="x86_64" type="mandatory">mactel-boot</packagereq>
<packagereq type="mandatory">mdadm</packagereq>