mirror of
https://github.com/xcat2/xcat-core.git
synced 2026-09-09 22:46:43 +00:00
588a0504bf
xcat-genesis-scripts-amd64 is Architecture: all, so the plain Depends installed the x86 legacy Genesis scripts, and the x86 Genesis base with them, on a riscv64 management node. riscv64 has no legacy Genesis: its image ships as xcat-genesis-openembedded-riscv64, which the metapackage already recommends and mknb consumes. xCAT.spec makes the same distinction on the rpm side. The dependency is now restricted to the architectures that have a legacy Genesis. amd64 and ppc64el keep it unchanged. Signed-off-by: Vinícius Ferrão <2031761+viniciusferrao@users.noreply.github.com>